#5E0970

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

Shades of Indigo #5E0970

Tints of Indigo #5E0970

Color information

#5E0970 (or 0x5E0970) is unknown color: approx Indigo. HEX triplet: 5E, 09 and 70. RGB value is (94,9,112). Sum of RGB (Red+Green+Blue) = 94+9+112=215 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.72% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #5E0970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0970 is #A1F68F. Grayscale: #2D2D2D. Windows color (decimal): -10614416 or 7342430. OLE color: 7342430.

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

Color convert

RGB949112-
CMYK0.160.9200.56
HSL289.51º85.12%23.73%-
HSV(B)289.51º91.96%43.92%-
XYZ7.643.7415.65-
YUV46.16165.16162.12-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 43.72%
GREEN value IS 9 (3.91% from 255) = 4.19%
BLUE value IS 112 (44.14% from 255) = 52.09%
R=43.72%
G=4.19%
B=52.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9491120.160.9200.56289.5185.1223.73
Hex5E970105C0381225518
Octal136111602013407044212530
Binary1011110100111100001000010111000111000100100010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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