#5E119D

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

Shades of Indigo #5E119D

Tints of Indigo #5E119D

Color information

#5E119D (or 0x5E119D) is unknown color: approx Indigo. HEX triplet: 5E, 11 and 9D. RGB value is (94,17,157). Sum of RGB (Red+Green+Blue) = 94+17+157=268 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.07% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 157 (61.72% from 255 or 58.58% from 268); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E119D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E119D is #A1EE62. Grayscale: #373737. Windows color (decimal): -10612323 or 10293598. OLE color: 10293598.

HSL color Cylindrical-coordinate representation of color #5E119D: hue angle of 273º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E119D is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9417157-
CMYK0.400.8900.38
HSL273º80.46%34.12%-
HSV(B)273º89.17%61.57%-
XYZ10.95.2132.33-
YUV55.98185.01155.12-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.07%
GREEN value IS 17 (7.03% from 255) = 6.34%
BLUE value IS 157 (61.72% from 255) = 58.58%
R=35.07%
G=6.34%
B=58.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal94171570.400.8900.3827380.4634.12
Hex5E119D28590261115022
Octal136212355013104642112042
Binary10111101000110011101101000101100101001101000100011010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E119D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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