#4E0E8A

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

Shades of Indigo #4E0E8A

Tints of Indigo #4E0E8A

Color information

#4E0E8A (or 0x4E0E8A) is unknown color: approx Indigo. HEX triplet: 4E, 0E and 8A. RGB value is (78,14,138). Sum of RGB (Red+Green+Blue) = 78+14+138=230 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.91% from 230); Green value is 14 (5.86% from 255 or 6.09% from 230); Blue value is 138 (54.30% from 255 or 60% from 230); Max value from RGB is 138 - color contains mainly: blue. Hex color #4E0E8A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0E8A is #B1F175. Grayscale: #2E2E2E. Windows color (decimal): -11661686 or 9047630. OLE color: 9047630.

HSL color Cylindrical-coordinate representation of color #4E0E8A: hue angle of 270.97º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E0E8A is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7814138-
CMYK0.430.9000.46
HSL270.97º81.58%29.8%-
HSV(B)270.97º89.86%54.12%-
XYZ7.893.7724.36-
YUV47.27179.2149.92-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.91%
GREEN value IS 14 (5.86% from 255) = 6.09%
BLUE value IS 138 (54.30% from 255) = 60%
R=33.91%
G=6.09%
B=60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal78141380.430.9000.46270.9781.5829.8
Hex4EE8A2B5A02E10f521e
Octal116162125313205641712236
Binary100111011101000101010101110110100101110100001111101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,14,138); }

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

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

 a { background-color: rgb(78,14,138); }

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

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

 span { border-color: rgb(78,14,138); }

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