#5E1171

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

Shades of Indigo #5E1171

Tints of Indigo #5E1171

Color information

#5E1171 (or 0x5E1171) is unknown color: approx Indigo. HEX triplet: 5E, 11 and 71. RGB value is (94,17,113). Sum of RGB (Red+Green+Blue) = 94+17+113=224 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.96% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #5E1171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1171 is #A1EE8E. Grayscale: #323232. Windows color (decimal): -10612367 or 7410014. OLE color: 7410014.

HSL color Cylindrical-coordinate representation of color #5E1171: hue angle of 288.12º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E1171 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9417113-
CMYK0.170.8500.56
HSL288.12º73.85%25.49%-
HSV(B)288.12º84.96%44.31%-
XYZ7.83.9715.98-
YUV50.97163.01158.69-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 41.96%
GREEN value IS 17 (7.03% from 255) = 7.59%
BLUE value IS 113 (44.53% from 255) = 50.45%
R=41.96%
G=7.59%
B=50.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal94171130.170.8500.56288.1273.8525.49
Hex5E117111550381204a19
Octal136211612112507044011231
Binary10111101000111100011000110101010111000100100000100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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