#5E1891

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

Shades of Indigo #5E1891

Tints of Indigo #5E1891

Color information

#5E1891 (or 0x5E1891) is unknown color: approx Indigo. HEX triplet: 5E, 18 and 91. RGB value is (94,24,145). Sum of RGB (Red+Green+Blue) = 94+24+145=263 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.74% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #5E1891 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E1891 is #A1E76E. Grayscale: #3A3A3A. Windows color (decimal): -10610543 or 9508958. OLE color: 9508958.

HSL color Cylindrical-coordinate representation of color #5E1891: hue angle of 274.71º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E1891 is Cyan = 0.35, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9424145-
CMYK0.350.8300.43
HSL274.71º71.6%33.14%-
HSV(B)274.71º83.45%56.86%-
XYZ10.055.0827.24-
YUV58.72176.69153.16-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.74%
GREEN value IS 24 (9.77% from 255) = 9.13%
BLUE value IS 145 (57.03% from 255) = 55.13%
R=35.74%
G=9.13%
B=55.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal94241450.350.8300.43274.7171.633.14
Hex5E1891235302B1134821
Octal136302214312305342311041
Binary10111101100010010001100011101001101010111000100111001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,24,145); }

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

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

 a { background-color: rgb(94,24,145); }

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

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

 span { border-color: rgb(94,24,145); }

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