#5F0A78

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

Shades of Indigo #5F0A78

Tints of Indigo #5F0A78

Color information

#5F0A78 (or 0x5F0A78) is unknown color: approx Indigo. HEX triplet: 5F, 0A and 78. RGB value is (95,10,120). Sum of RGB (Red+Green+Blue) = 95+10+120=225 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.22% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #5F0A78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0A78 is #A0F587. Grayscale: #2F2F2F. Windows color (decimal): -10548616 or 7866975. OLE color: 7866975.

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

Color convert

RGB9510120-
CMYK0.210.9200.53
HSL286.36º84.62%25.49%-
HSV(B)286.36º91.67%47.06%-
XYZ8.224.0118.11-
YUV47.96168.66161.56-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 42.22%
GREEN value IS 10 (4.30% from 255) = 4.44%
BLUE value IS 120 (47.27% from 255) = 53.33%
R=42.22%
G=4.44%
B=53.33%

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
Decimal95101200.210.9200.53286.3684.6225.49
Hex5FA78155C03511e5519
Octal137121702513406543612531
Binary1011111101011110001010110111000110101100011110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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