#5E0070

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

Shades of Indigo #5E0070

Tints of Indigo #5E0070

Color information

#5E0070 (or 0x5E0070) is unknown color: approx Indigo. HEX triplet: 5E, 00 and 70. RGB value is (94,0,112). Sum of RGB (Red+Green+Blue) = 94+0+112=206 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.63% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #5E0070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0070 is #A1FF8F. Grayscale: #282828. Windows color (decimal): -10616720 or 7340126. OLE color: 7340126.

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

Color convert

RGB940112-
CMYK0.16100.56
HSL290.36º100%21.96%-
HSV(B)290.36º100%43.92%-
XYZ7.543.5515.62-
YUV40.87168.14165.89-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 45.63%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 112 (44.14% from 255) = 54.37%
R=45.63%
G=0%
B=54.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9401120.16100.56290.3610021.96
Hex5E07010640381226416
Octal13601602014407044214426
Binary1011110011100001000011001000111000100100010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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