#5F0578

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

Shades of Indigo #5F0578

Tints of Indigo #5F0578

Color information

#5F0578 (or 0x5F0578) is unknown color: approx Indigo. HEX triplet: 5F, 05 and 78. RGB value is (95,5,120). Sum of RGB (Red+Green+Blue) = 95+5+120=220 (29% of max value = 765). Red value is 95 (37.5% from 255 or 43.18% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 120 (47.27% from 255 or 54.55% from 220); Max value from RGB is 120 - color contains mainly: blue. Hex color #5F0578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0578 is #A0FA87. Grayscale: #2C2C2C. Windows color (decimal): -10549896 or 7865695. OLE color: 7865695.

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

Color convert

RGB955120-
CMYK0.210.9600.53
HSL286.96º92%24.51%-
HSV(B)286.96º95.83%47.06%-
XYZ8.163.918.09-
YUV45.02170.32163.65-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 43.18%
GREEN value IS 5 (2.34% from 255) = 2.27%
BLUE value IS 120 (47.27% from 255) = 54.55%
R=43.18%
G=2.27%
B=54.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9551200.210.9600.53286.969224.51
Hex5F578156003511f5c19
Octal13751702514006543713431
Binary101111110111110001010111000000110101100011111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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