#5E0591

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

Shades of Indigo #5E0591

Tints of Indigo #5E0591

Color information

#5E0591 (or 0x5E0591) is unknown color: approx Indigo. HEX triplet: 5E, 05 and 91. RGB value is (94,5,145). Sum of RGB (Red+Green+Blue) = 94+5+145=244 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.52% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 145 (57.03% from 255 or 59.43% from 244); Max value from RGB is 145 - color contains mainly: blue. Hex color #5E0591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0591 is #A1FA6E. Grayscale: #2F2F2F. Windows color (decimal): -10615407 or 9504094. OLE color: 9504094.

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

Color convert

RGB945145-
CMYK0.350.9700.43
HSL278.14º93.33%29.41%-
HSV(B)278.14º96.55%56.86%-
XYZ9.784.5327.15-
YUV47.57182.99161.12-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 38.52%
GREEN value IS 5 (2.34% from 255) = 2.05%
BLUE value IS 145 (57.03% from 255) = 59.43%
R=38.52%
G=2.05%
B=59.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9451450.350.9700.43278.1493.3329.41
Hex5E591236102B1165d1d
Octal13652214314105342613535
Binary10111101011001000110001111000010101011100010110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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