#5F0072

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

Shades of Indigo #5F0072

Tints of Indigo #5F0072

Color information

#5F0072 (or 0x5F0072) is unknown color: approx Indigo. HEX triplet: 5F, 00 and 72. RGB value is (95,0,114). Sum of RGB (Red+Green+Blue) = 95+0+114=209 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.45% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 114 (44.92% from 255 or 54.55% from 209); Max value from RGB is 114 - color contains mainly: blue. Hex color #5F0072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0072 is #A0FF8D. Grayscale: #292929. Windows color (decimal): -10551182 or 7471199. OLE color: 7471199.

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

Color convert

RGB950114-
CMYK0.17100.55
HSL290º100%22.35%-
HSV(B)290º100%44.71%-
XYZ7.763.6516.21-
YUV41.4168.97166.23-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 45.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 54.55%
R=45.45%
G=0%
B=54.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9501140.17100.5529010022.35
Hex5F07211640371226416
Octal13701622114406744214426
Binary1011111011100101000111001000110111100100010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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