#5E0478

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

Shades of Indigo #5E0478

Tints of Indigo #5E0478

Color information

#5E0478 (or 0x5E0478) is unknown color: approx Indigo. HEX triplet: 5E, 04 and 78. RGB value is (94,4,120). Sum of RGB (Red+Green+Blue) = 94+4+120=218 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.12% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 120 (47.27% from 255 or 55.05% from 218); Max value from RGB is 120 - color contains mainly: blue. Hex color #5E0478 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0478 is #A1FB87. Grayscale: #2B2B2B. Windows color (decimal): -10615688 or 7865438. OLE color: 7865438.

HSL color Cylindrical-coordinate representation of color #5E0478: hue angle of 286.55º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E0478 is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB944120-
CMYK0.220.9700.53
HSL286.55º93.55%24.31%-
HSV(B)286.55º96.67%47.06%-
XYZ8.053.8218.08-
YUV44.13170.82163.57-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 43.12%
GREEN value IS 4 (1.95% from 255) = 1.83%
BLUE value IS 120 (47.27% from 255) = 55.05%
R=43.12%
G=1.83%
B=55.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9441200.220.9700.53286.5593.5524.31
Hex5E478166103511f5e18
Octal13641702614106543713630
Binary101111010011110001011011000010110101100011111101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,4,120); }

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

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

 a { background-color: rgb(94,4,120); }

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

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

 span { border-color: rgb(94,4,120); }

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