#5F0B87

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

Shades of Indigo #5F0B87

Tints of Indigo #5F0B87

Color information

#5F0B87 (or 0x5F0B87) is unknown color: approx Indigo. HEX triplet: 5F, 0B and 87. RGB value is (95,11,135). Sum of RGB (Red+Green+Blue) = 95+11+135=241 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.42% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 135 (53.12% from 255 or 56.02% from 241); Max value from RGB is 135 - color contains mainly: blue. Hex color #5F0B87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0B87 is #A0F478. Grayscale: #313131. Windows color (decimal): -10548345 or 8850271. OLE color: 8850271.

HSL color Cylindrical-coordinate representation of color #5F0B87: hue angle of 280.65º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5F0B87 is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9511135-
CMYK0.300.9200.47
HSL280.65º84.93%28.63%-
HSV(B)280.65º91.85%52.94%-
XYZ9.214.4223.29-
YUV50.25175.83159.92-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.42%
GREEN value IS 11 (4.69% from 255) = 4.56%
BLUE value IS 135 (53.12% from 255) = 56.02%
R=39.42%
G=4.56%
B=56.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal95111350.300.9200.47280.6584.9328.63
Hex5FB871E5C02F119551d
Octal137132073613405743112535
Binary10111111011100001111111010111000101111100011001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,11,135); }

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

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

 a { background-color: rgb(95,11,135); }

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

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

 span { border-color: rgb(95,11,135); }

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