#5b1587

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

Shades of Indigo #5B1587

Tints of Indigo #5B1587

Color information

#5B1587 (or 0x5B1587) is unknown color: approx Indigo. HEX triplet: 5B, 15 and 87. RGB value is (91,21,135). Sum of RGB (Red+Green+Blue) = 91+21+135=247 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.84% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 135 (53.12% from 255 or 54.66% from 247); Max value from RGB is 135 - color contains mainly: blue. Hex color #5B1587 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1587 is #A4EA78. Grayscale: #363636. Windows color (decimal): -10807929 or 8852827. OLE color: 8852827.

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

Color convert

RGB9121135-
CMYK0.330.8400.47
HSL276.84º73.08%30.59%-
HSV(B)276.84º84.44%52.94%-
XYZ8.964.5123.32-
YUV54.93173.19153.73-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.84%
GREEN value IS 21 (8.59% from 255) = 8.50%
BLUE value IS 135 (53.12% from 255) = 54.66%
R=36.84%
G=8.50%
B=54.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91211350.330.8400.47276.8473.0830.59
Hex5B1587215402F115491f
Octal133252074112405742511137
Binary1011011101011000011110000110101000101111100010101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b1587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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