#5E0A70

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

Shades of Indigo #5E0A70

Tints of Indigo #5E0A70

Color information

#5E0A70 (or 0x5E0A70) is unknown color: approx Indigo. HEX triplet: 5E, 0A and 70. RGB value is (94,10,112). Sum of RGB (Red+Green+Blue) = 94+10+112=216 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.52% from 216); Green value is 10 (4.30% from 255 or 4.63% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #5E0A70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0A70 is #A1F58F. Grayscale: #2E2E2E. Windows color (decimal): -10614160 or 7342686. OLE color: 7342686.

HSL color Cylindrical-coordinate representation of color #5E0A70: hue angle of 289.41º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E0A70 is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9410112-
CMYK0.160.9100.56
HSL289.41º83.61%23.92%-
HSV(B)289.41º91.07%43.92%-
XYZ7.653.7715.65-
YUV46.74164.83161.71-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 43.52%
GREEN value IS 10 (4.30% from 255) = 4.63%
BLUE value IS 112 (44.14% from 255) = 51.85%
R=43.52%
G=4.63%
B=51.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal94101120.160.9100.56289.4183.6123.92
Hex5EA70105B0381215418
Octal136121602013307044112430
Binary1011110101011100001000010110110111000100100001101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,10,112); }

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

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

 a { background-color: rgb(94,10,112); }

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

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

 span { border-color: rgb(94,10,112); }

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