#4E0E8C

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

Shades of Indigo #4E0E8C

Tints of Indigo #4E0E8C

Color information

#4E0E8C (or 0x4E0E8C) is unknown color: approx Indigo. HEX triplet: 4E, 0E and 8C. RGB value is (78,14,140). Sum of RGB (Red+Green+Blue) = 78+14+140=232 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.62% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 140 (55.08% from 255 or 60.34% from 232); Max value from RGB is 140 - color contains mainly: blue. Hex color #4E0E8C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0E8C is #B1F173. Grayscale: #2F2F2F. Windows color (decimal): -11661684 or 9178702. OLE color: 9178702.

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

Color convert

RGB7814140-
CMYK0.440.9000.45
HSL270.48º81.82%30.2%-
HSV(B)270.48º90%54.9%-
XYZ8.033.8325.13-
YUV47.5180.2149.75-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.62%
GREEN value IS 14 (5.86% from 255) = 6.03%
BLUE value IS 140 (55.08% from 255) = 60.34%
R=33.62%
G=6.03%
B=60.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal78141400.440.9000.45270.4881.8230.2
Hex4EE8C2C5A02D10e521e
Octal116162145413205541612236
Binary100111011101000110010110010110100101101100001110101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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