#5E118D

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

Shades of Indigo #5E118D

Tints of Indigo #5E118D

Color information

#5E118D (or 0x5E118D) is unknown color: approx Indigo. HEX triplet: 5E, 11 and 8D. RGB value is (94,17,141). Sum of RGB (Red+Green+Blue) = 94+17+141=252 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.30% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 141 (55.47% from 255 or 55.95% from 252); Max value from RGB is 141 - color contains mainly: blue. Hex color #5E118D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E118D is #A1EE72. Grayscale: #353535. Windows color (decimal): -10612339 or 9245022. OLE color: 9245022.

HSL color Cylindrical-coordinate representation of color #5E118D: hue angle of 277.26º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5E118D is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9417141-
CMYK0.330.8800.45
HSL277.26º78.48%30.98%-
HSV(B)277.26º87.94%55.29%-
XYZ9.624.725.6-
YUV54.16177.01156.42-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 37.30%
GREEN value IS 17 (7.03% from 255) = 6.75%
BLUE value IS 141 (55.47% from 255) = 55.95%
R=37.30%
G=6.75%
B=55.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal94171410.330.8800.45277.2678.4830.98
Hex5E118D215802D1154e1f
Octal136212154113005542511637
Binary1011110100011000110110000110110000101101100010101100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E118D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,17,141); }

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

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

 a { background-color: rgb(94,17,141); }

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

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

 span { border-color: rgb(94,17,141); }

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