#5F0979

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

Shades of Indigo #5F0979

Tints of Indigo #5F0979

Color information

#5F0979 (or 0x5F0979) is unknown color: approx Indigo. HEX triplet: 5F, 09 and 79. RGB value is (95,9,121). Sum of RGB (Red+Green+Blue) = 95+9+121=225 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.22% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 121 (47.66% from 255 or 53.78% from 225); Max value from RGB is 121 - color contains mainly: blue. Hex color #5F0979 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0979 is #A0F686. Grayscale: #2F2F2F. Windows color (decimal): -10548871 or 7932255. OLE color: 7932255.

HSL color Cylindrical-coordinate representation of color #5F0979: hue angle of 286.07º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5F0979 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB959121-
CMYK0.210.9300.53
HSL286.07º86.15%25.49%-
HSV(B)286.07º92.56%47.45%-
XYZ8.274.0118.43-
YUV47.48169.49161.89-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 42.22%
GREEN value IS 9 (3.91% from 255) = 4%
BLUE value IS 121 (47.66% from 255) = 53.78%
R=42.22%
G=4%
B=53.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9591210.210.9300.53286.0786.1525.49
Hex5F979155D03511e5619
Octal137111712513506543612631
Binary1011111100111110011010110111010110101100011110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,9,121); }

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

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

 a { background-color: rgb(95,9,121); }

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

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

 span { border-color: rgb(95,9,121); }

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