#5E0473

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

Shades of Indigo #5E0473

Tints of Indigo #5E0473

Color information

#5E0473 (or 0x5E0473) is unknown color: approx Indigo. HEX triplet: 5E, 04 and 73. RGB value is (94,4,115). Sum of RGB (Red+Green+Blue) = 94+4+115=213 (28% of max value = 765). Red value is 94 (37.11% from 255 or 44.13% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #5E0473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0473 is #A1FB8C. Grayscale: #2B2B2B. Windows color (decimal): -10615693 or 7537758. OLE color: 7537758.

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

Color convert

RGB944115-
CMYK0.180.9700.55
HSL288.65º93.28%23.33%-
HSV(B)288.65º96.52%45.1%-
XYZ7.753.716.53-
YUV43.56168.32163.97-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 44.13%
GREEN value IS 4 (1.95% from 255) = 1.88%
BLUE value IS 115 (45.31% from 255) = 53.99%
R=44.13%
G=1.88%
B=53.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9441150.180.9700.55288.6593.2823.33
Hex5E47312610371215d17
Octal13641632214106744113527
Binary101111010011100111001011000010110111100100001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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