#5B0387

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

Shades of Indigo #5B0387

Tints of Indigo #5B0387

Color information

#5B0387 (or 0x5B0387) is unknown color: approx Indigo. HEX triplet: 5B, 03 and 87. RGB value is (91,3,135). Sum of RGB (Red+Green+Blue) = 91+3+135=229 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.74% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 135 (53.12% from 255 or 58.95% from 229); Max value from RGB is 135 - color contains mainly: blue. Hex color #5B0387 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0387 is #A4FC78. Grayscale: #2B2B2B. Windows color (decimal): -10812537 or 8848219. OLE color: 8848219.

HSL color Cylindrical-coordinate representation of color #5B0387: hue angle of 280º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5B0387 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB913135-
CMYK0.330.9800.47
HSL280º95.65%27.06%-
HSV(B)280º97.78%52.94%-
XYZ8.724.0423.24-
YUV44.36179.15161.27-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 39.74%
GREEN value IS 3 (1.56% from 255) = 1.31%
BLUE value IS 135 (53.12% from 255) = 58.95%
R=39.74%
G=1.31%
B=58.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9131350.330.9800.4728095.6527.06
Hex5B387216202F118601b
Octal13332074114205743014033
Binary1011011111000011110000111000100101111100011000110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B0387; }

 p { color: rgb(91,3,135); }

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

<style>
 a { background-color: #5B0387; }

 a { background-color: rgb(91,3,135); }

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

<style>
 span { border-color: #5B0387; }

 span { border-color: rgb(91,3,135); }

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