#5F0C88

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

Shades of Indigo #5F0C88

Tints of Indigo #5F0C88

Color information

#5F0C88 (or 0x5F0C88) is unknown color: approx Indigo. HEX triplet: 5F, 0C and 88. RGB value is (95,12,136). Sum of RGB (Red+Green+Blue) = 95+12+136=243 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.09% from 243); Green value is 12 (5.08% from 255 or 4.94% from 243); Blue value is 136 (53.52% from 255 or 55.97% from 243); Max value from RGB is 136 - color contains mainly: blue. Hex color #5F0C88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0C88 is #A0F377. Grayscale: #323232. Windows color (decimal): -10548088 or 8916063. OLE color: 8916063.

HSL color Cylindrical-coordinate representation of color #5F0C88: hue angle of 280.16º 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 #5F0C88 is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9512136-
CMYK0.300.9100.47
HSL280.16º83.78%29.02%-
HSV(B)280.16º91.18%53.33%-
XYZ9.294.4723.67-
YUV50.95176159.42-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.09%
GREEN value IS 12 (5.08% from 255) = 4.94%
BLUE value IS 136 (53.52% from 255) = 55.97%
R=39.09%
G=4.94%
B=55.97%

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
Decimal95121360.300.9100.47280.1683.7829.02
Hex5FC881E5B02F118541d
Octal137142103613305743012435
Binary10111111100100010001111010110110101111100011000101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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