#4E0AA7

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

Shades of Indigo #4E0AA7

Tints of Indigo #4E0AA7

Color information

#4E0AA7 (or 0x4E0AA7) is unknown color: approx Indigo. HEX triplet: 4E, 0A and A7. RGB value is (78,10,167). Sum of RGB (Red+Green+Blue) = 78+10+167=255 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.59% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 167 (65.62% from 255 or 65.49% from 255); Max value from RGB is 167 - color contains mainly: blue. Hex color #4E0AA7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0AA7 is #B1F558. Grayscale: #2F2F2F. Windows color (decimal): -11662681 or 10947150. OLE color: 10947150.

HSL color Cylindrical-coordinate representation of color #4E0AA7: hue angle of 265.99º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4E0AA7 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7810167-
CMYK0.530.9400.35
HSL265.99º88.7%34.71%-
HSV(B)265.99º94.01%65.49%-
XYZ10.234.6336.91-
YUV48.23195.03149.23-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.59%
GREEN value IS 10 (4.30% from 255) = 3.92%
BLUE value IS 167 (65.62% from 255) = 65.49%
R=30.59%
G=3.92%
B=65.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal78101670.530.9400.35265.9988.734.71
Hex4EAA7355E02310a5923
Octal116122476513604341213143
Binary1001110101010100111110101101111001000111000010101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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