#5F0978

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

Shades of Indigo #5F0978

Tints of Indigo #5F0978

Color information

#5F0978 (or 0x5F0978) is unknown color: approx Indigo. HEX triplet: 5F, 09 and 78. RGB value is (95,9,120). Sum of RGB (Red+Green+Blue) = 95+9+120=224 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.41% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 120 (47.27% from 255 or 53.57% from 224); Max value from RGB is 120 - color contains mainly: blue. Hex color #5F0978 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0978 is #A0F687. Grayscale: #2F2F2F. Windows color (decimal): -10548872 or 7866719. OLE color: 7866719.

HSL color Cylindrical-coordinate representation of color #5F0978: hue angle of 286.49º 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 #5F0978 is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB959120-
CMYK0.210.9200.53
HSL286.49º86.05%25.29%-
HSV(B)286.49º92.5%47.06%-
XYZ8.213.9818.11-
YUV47.37168.99161.97-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 42.41%
GREEN value IS 9 (3.91% from 255) = 4.02%
BLUE value IS 120 (47.27% from 255) = 53.57%
R=42.41%
G=4.02%
B=53.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9591200.210.9200.53286.4986.0525.29
Hex5F978155C03511e5619
Octal137111702513406543612631
Binary1011111100111110001010110111000110101100011110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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