#4E0DAA

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

Shades of Indigo #4E0DAA

Tints of Indigo #4E0DAA

Color information

#4E0DAA (or 0x4E0DAA) is unknown color: approx Indigo. HEX triplet: 4E, 0D and AA. RGB value is (78,13,170). Sum of RGB (Red+Green+Blue) = 78+13+170=261 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.89% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 170 (66.80% from 255 or 65.13% from 261); Max value from RGB is 170 - color contains mainly: blue. Hex color #4E0DAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0DAA is #B1F255. Grayscale: #313131. Windows color (decimal): -11661910 or 11144526. OLE color: 11144526.

HSL color Cylindrical-coordinate representation of color #4E0DAA: hue angle of 264.84º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4E0DAA is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7813170-
CMYK0.540.9200.33
HSL264.84º85.79%35.88%-
HSV(B)264.84º92.35%66.67%-
XYZ10.544.8138.4-
YUV50.33195.53147.73-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.89%
GREEN value IS 13 (5.47% from 255) = 4.98%
BLUE value IS 170 (66.80% from 255) = 65.13%
R=29.89%
G=4.98%
B=65.13%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal78131700.540.9200.33264.8485.7935.88
Hex4EDAA365C0211095624
Octal116152526613404141112644
Binary1001110110110101010110110101110001000011000010011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,13,170); }

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

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

 a { background-color: rgb(78,13,170); }

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

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

 span { border-color: rgb(78,13,170); }

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