#4E0A71

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

Shades of Indigo #4E0A71

Tints of Indigo #4E0A71

Color information

#4E0A71 (or 0x4E0A71) is unknown color: approx Indigo. HEX triplet: 4E, 0A and 71. RGB value is (78,10,113). Sum of RGB (Red+Green+Blue) = 78+10+113=201 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.81% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 113 (44.53% from 255 or 56.22% from 201); Max value from RGB is 113 - color contains mainly: blue. Hex color #4E0A71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0A71 is #B1F58E. Grayscale: #292929. Windows color (decimal): -11662735 or 7408206. OLE color: 7408206.

HSL color Cylindrical-coordinate representation of color #4E0A71: hue angle of 279.61º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E0A71 is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7810113-
CMYK0.310.9100.56
HSL279.61º83.74%24.12%-
HSV(B)279.61º91.15%44.31%-
XYZ6.233.0315.88-
YUV42.07168.03153.62-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.81%
GREEN value IS 10 (4.30% from 255) = 4.98%
BLUE value IS 113 (44.53% from 255) = 56.22%
R=38.81%
G=4.98%
B=56.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal78101130.310.9100.56279.6183.7424.12
Hex4EA711F5B0381185418
Octal116121613713307043012430
Binary1001110101011100011111110110110111000100011000101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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