#5F0476

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

Shades of Indigo #5F0476

Tints of Indigo #5F0476

Color information

#5F0476 (or 0x5F0476) is unknown color: approx Indigo. HEX triplet: 5F, 04 and 76. RGB value is (95,4,118). Sum of RGB (Red+Green+Blue) = 95+4+118=217 (28% of max value = 765). Red value is 95 (37.5% from 255 or 43.78% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #5F0476 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0476 is #A0FB89. Grayscale: #2B2B2B. Windows color (decimal): -10550154 or 7734367. OLE color: 7734367.

HSL color Cylindrical-coordinate representation of color #5F0476: hue angle of 287.89º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F0476 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB954118-
CMYK0.190.9700.54
HSL287.89º93.44%23.92%-
HSV(B)287.89º96.61%46.27%-
XYZ8.033.8317.45-
YUV44.2169.65164.23-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 43.78%
GREEN value IS 4 (1.95% from 255) = 1.84%
BLUE value IS 118 (46.48% from 255) = 54.38%
R=43.78%
G=1.84%
B=54.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9541180.190.9700.54287.8993.4423.92
Hex5F47613610361205d18
Octal13741662314106644013530
Binary101111110011101101001111000010110110100100000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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