#5F0472

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

Shades of Indigo #5F0472

Tints of Indigo #5F0472

Color information

#5F0472 (or 0x5F0472) is unknown color: approx Indigo. HEX triplet: 5F, 04 and 72. RGB value is (95,4,114). Sum of RGB (Red+Green+Blue) = 95+4+114=213 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.60% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #5F0472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0472 is #A0FB8D. Grayscale: #2B2B2B. Windows color (decimal): -10550158 or 7472223. OLE color: 7472223.

HSL color Cylindrical-coordinate representation of color #5F0472: hue angle of 289.64º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F0472 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB954114-
CMYK0.170.9600.55
HSL289.64º93.22%23.14%-
HSV(B)289.64º96.49%44.71%-
XYZ7.83.7316.23-
YUV43.75167.65164.56-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 44.60%
GREEN value IS 4 (1.95% from 255) = 1.88%
BLUE value IS 114 (44.92% from 255) = 53.52%
R=44.60%
G=1.88%
B=53.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9541140.170.9600.55289.6493.2223.14
Hex5F47211600371225d17
Octal13741622114006744213527
Binary101111110011100101000111000000110111100100010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,4,114); }

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

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

 a { background-color: rgb(95,4,114); }

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

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

 span { border-color: rgb(95,4,114); }

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