#5F0A71

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

Shades of Indigo #5F0A71

Tints of Indigo #5F0A71

Color information

#5F0A71 (or 0x5F0A71) is unknown color: approx Indigo. HEX triplet: 5F, 0A and 71. RGB value is (95,10,113). Sum of RGB (Red+Green+Blue) = 95+10+113=218 (28% of max value = 765). Red value is 95 (37.5% from 255 or 43.58% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #5F0A71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0A71 is #A0F58E. Grayscale: #2E2E2E. Windows color (decimal): -10548623 or 7408223. OLE color: 7408223.

HSL color Cylindrical-coordinate representation of color #5F0A71: hue angle of 289.51º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5F0A71 is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9510113-
CMYK0.160.9100.56
HSL289.51º83.74%24.12%-
HSV(B)289.51º91.15%44.31%-
XYZ7.813.8415.95-
YUV47.16165.16162.12-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 43.58%
GREEN value IS 10 (4.30% from 255) = 4.59%
BLUE value IS 113 (44.53% from 255) = 51.83%
R=43.58%
G=4.59%
B=51.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal95101130.160.9100.56289.5183.7424.12
Hex5FA71105B0381225418
Octal137121612013307044212430
Binary1011111101011100011000010110110111000100100010101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,10,113); }

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

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

 a { background-color: rgb(95,10,113); }

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

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

 span { border-color: rgb(95,10,113); }

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