#4E0AA0

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

Shades of Indigo #4E0AA0

Tints of Indigo #4E0AA0

Color information

#4E0AA0 (or 0x4E0AA0) is unknown color: approx Indigo. HEX triplet: 4E, 0A and A0. RGB value is (78,10,160). Sum of RGB (Red+Green+Blue) = 78+10+160=248 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.45% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 160 (62.89% from 255 or 64.52% from 248); Max value from RGB is 160 - color contains mainly: blue. Hex color #4E0AA0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0AA0 is #B1F55F. Grayscale: #2E2E2E. Windows color (decimal): -11662688 or 10488398. OLE color: 10488398.

HSL color Cylindrical-coordinate representation of color #4E0AA0: hue angle of 267.2º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4E0AA0 is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB7810160-
CMYK0.510.9400.37
HSL267.2º88.24%33.33%-
HSV(B)267.2º93.75%62.75%-
XYZ9.64.3733.6-
YUV47.43191.53149.8-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.45%
GREEN value IS 10 (4.30% from 255) = 4.03%
BLUE value IS 160 (62.89% from 255) = 64.52%
R=31.45%
G=4.03%
B=64.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal78101600.510.9400.37267.288.2433.33
Hex4EAA0335E02510b5821
Octal116122406313604541313041
Binary1001110101010100000110011101111001001011000010111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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