#5E0472

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

Shades of Indigo #5E0472

Tints of Indigo #5E0472

Color information

#5E0472 (or 0x5E0472) is unknown color: approx Indigo. HEX triplet: 5E, 04 and 72. RGB value is (94,4,114). Sum of RGB (Red+Green+Blue) = 94+4+114=212 (28% of max value = 765). Red value is 94 (37.11% from 255 or 44.34% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #5E0472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0472 is #A1FB8D. Grayscale: #2B2B2B. Windows color (decimal): -10615694 or 7472222. OLE color: 7472222.

HSL color Cylindrical-coordinate representation of color #5E0472: hue angle of 289.09º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E0472 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB944114-
CMYK0.180.9600.55
HSL289.09º93.22%23.14%-
HSV(B)289.09º96.49%44.71%-
XYZ7.73.6816.22-
YUV43.45167.82164.06-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 44.34%
GREEN value IS 4 (1.95% from 255) = 1.89%
BLUE value IS 114 (44.92% from 255) = 53.77%
R=44.34%
G=1.89%
B=53.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9441140.180.9600.55289.0993.2223.14
Hex5E47212600371215d17
Octal13641622214006744113527
Binary101111010011100101001011000000110111100100001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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