#5F0C87

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

Shades of Indigo #5F0C87

Tints of Indigo #5F0C87

Color information

#5F0C87 (or 0x5F0C87) is unknown color: approx Indigo. HEX triplet: 5F, 0C and 87. RGB value is (95,12,135). Sum of RGB (Red+Green+Blue) = 95+12+135=242 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.26% from 242); Green value is 12 (5.08% from 255 or 4.96% from 242); Blue value is 135 (53.12% from 255 or 55.79% from 242); Max value from RGB is 135 - color contains mainly: blue. Hex color #5F0C87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0C87 is #A0F378. Grayscale: #323232. Windows color (decimal): -10548089 or 8850527. OLE color: 8850527.

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

Color convert

RGB9512135-
CMYK0.300.9100.47
HSL280.49º83.67%28.82%-
HSV(B)280.49º91.11%52.94%-
XYZ9.224.4523.29-
YUV50.84175.5159.5-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.26%
GREEN value IS 12 (5.08% from 255) = 4.96%
BLUE value IS 135 (53.12% from 255) = 55.79%
R=39.26%
G=4.96%
B=55.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal95121350.300.9100.47280.4983.6728.82
Hex5FC871E5B02F118541d
Octal137142073613305743012435
Binary10111111100100001111111010110110101111100011000101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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