#3B089F

Color #3B089F Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #3B089F

Tints of Persian Indigo #3B089F

Color information

#3B089F (or 0x3B089F) is unknown color: approx Persian Indigo. HEX triplet: 3B, 08 and 9F. RGB value is (59,8,159). Sum of RGB (Red+Green+Blue) = 59+8+159=226 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.11% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 159 (62.5% from 255 or 70.35% from 226); Max value from RGB is 159 - color contains mainly: blue. Hex color #3B089F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B089F is #C4F760. Grayscale: #272727. Windows color (decimal): -12908385 or 10422331. OLE color: 10422331.

HSL color Cylindrical-coordinate representation of color #3B089F: hue angle of 260.26º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B089F is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB598159-
CMYK0.630.9500.38
HSL260.26º90.42%32.75%-
HSV(B)260.26º94.97%62.35%-
XYZ8.153.6133.07-
YUV40.46194.9141.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 59 (23.44% from 255) = 26.11%
GREEN value IS 8 (3.52% from 255) = 3.54%
BLUE value IS 159 (62.5% from 255) = 70.35%
R=26.11%
G=3.54%
B=70.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5981590.630.9500.38260.2690.4232.75
Hex3B89F3F5F0261045a21
Octal73102377713704640413241
Binary111011100010011111111111101111101001101000001001011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B089F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B089F; }

 p { color: rgb(59,8,159); }

 H1.HeaderClassName
 {
   color: #3B089F;
 }
 .AnyTagClassName
 {
   color: #3B089F;
 }
</style>
background-color css

<style>
 a { background-color: #3B089F; }

 a { background-color: rgb(59,8,159); }

 div.DivClassName
 {
   background-color: #3B089F;
 }
 .BgClassName
 {
   background-color: #3B089F;
 }
</style>
border-color css

<style>
 span { border-color: #3B089F; }

 span { border-color: rgb(59,8,159); }

 td.TdClassName
 {
   border-color: #3B089F;
 }
 .TagClassName
 {
   border-color: #3B089F;
 }
</style>