#5e119b

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

Shades of Indigo #5E119B

Tints of Indigo #5E119B

Color information

#5E119B (or 0x5E119B) is unknown color: approx Indigo. HEX triplet: 5E, 11 and 9B. RGB value is (94,17,155). Sum of RGB (Red+Green+Blue) = 94+17+155=266 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.34% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E119B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E119B is #A1EE64. Grayscale: #373737. Windows color (decimal): -10612325 or 10162526. OLE color: 10162526.

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

Color convert

RGB9417155-
CMYK0.390.8900.39
HSL273.48º80.23%33.73%-
HSV(B)273.48º89.03%60.78%-
XYZ10.735.1531.44-
YUV55.76184.01155.28-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.34%
GREEN value IS 17 (7.03% from 255) = 6.39%
BLUE value IS 155 (60.94% from 255) = 58.27%
R=35.34%
G=6.39%
B=58.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal94171550.390.8900.39273.4880.2333.73
Hex5E119B27590271115022
Octal136212334713104742112042
Binary10111101000110011011100111101100101001111000100011010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e119b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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