#5F0C90

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

Shades of Indigo #5F0C90

Tints of Indigo #5F0C90

Color information

#5F0C90 (or 0x5F0C90) is unknown color: approx Indigo. HEX triplet: 5F, 0C and 90. RGB value is (95,12,144). Sum of RGB (Red+Green+Blue) = 95+12+144=251 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.85% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 144 (56.64% from 255 or 57.37% from 251); Max value from RGB is 144 - color contains mainly: blue. Hex color #5F0C90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0C90 is #A0F36F. Grayscale: #333333. Windows color (decimal): -10548080 or 9440351. OLE color: 9440351.

HSL color Cylindrical-coordinate representation of color #5F0C90: hue angle of 277.73º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5F0C90 is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9512144-
CMYK0.340.9200.44
HSL277.73º84.62%30.59%-
HSV(B)277.73º91.67%56.47%-
XYZ9.884.7126.77-
YUV51.86180158.77-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.85%
GREEN value IS 12 (5.08% from 255) = 4.78%
BLUE value IS 144 (56.64% from 255) = 57.37%
R=37.85%
G=4.78%
B=57.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal95121440.340.9200.44277.7384.6230.59
Hex5FC90225C02C116551f
Octal137142204213405442612537
Binary101111111001001000010001010111000101100100010110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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