#4E1171

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

Shades of Indigo #4E1171

Tints of Indigo #4E1171

Color information

#4E1171 (or 0x4E1171) is unknown color: approx Indigo. HEX triplet: 4E, 11 and 71. RGB value is (78,17,113). Sum of RGB (Red+Green+Blue) = 78+17+113=208 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.5% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 113 (44.53% from 255 or 54.33% from 208); Max value from RGB is 113 - color contains mainly: blue. Hex color #4E1171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1171 is #B1EE8E. Grayscale: #2D2D2D. Windows color (decimal): -11660943 or 7409998. OLE color: 7409998.

HSL color Cylindrical-coordinate representation of color #4E1171: hue angle of 278.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 #4E1171 is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7817113-
CMYK0.310.8500.56
HSL278.12º73.85%25.49%-
HSV(B)278.12º84.96%44.31%-
XYZ6.323.2115.91-
YUV46.18165.71150.69-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.5%
GREEN value IS 17 (7.03% from 255) = 8.17%
BLUE value IS 113 (44.53% from 255) = 54.33%
R=37.5%
G=8.17%
B=54.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal78171130.310.8500.56278.1273.8525.49
Hex4E11711F550381164a19
Octal116211613712507042611231
Binary10011101000111100011111110101010111000100010110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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