#4E0A70

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

Shades of Indigo #4E0A70

Tints of Indigo #4E0A70

Color information

#4E0A70 (or 0x4E0A70) is unknown color: approx Indigo. HEX triplet: 4E, 0A and 70. RGB value is (78,10,112). Sum of RGB (Red+Green+Blue) = 78+10+112=200 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39% from 200); Green value is 10 (4.30% from 255 or 5% from 200); Blue value is 112 (44.14% from 255 or 56% from 200); Max value from RGB is 112 - color contains mainly: blue. Hex color #4E0A70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0A70 is #B1F58F. Grayscale: #292929. Windows color (decimal): -11662736 or 7342670. OLE color: 7342670.

HSL color Cylindrical-coordinate representation of color #4E0A70: hue angle of 280º 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 #4E0A70 is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7810112-
CMYK0.300.9100.56
HSL280º83.61%23.92%-
HSV(B)280º91.07%43.92%-
XYZ6.183.0115.58-
YUV41.96167.53153.71-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 39%
GREEN value IS 10 (4.30% from 255) = 5%
BLUE value IS 112 (44.14% from 255) = 56%
R=39%
G=5%
B=56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal78101120.300.9100.5628083.6123.92
Hex4EA701E5B0381185418
Octal116121603613307043012430
Binary1001110101011100001111010110110111000100011000101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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