#4E0E8B

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

Shades of Indigo #4E0E8B

Tints of Indigo #4E0E8B

Color information

#4E0E8B (or 0x4E0E8B) is unknown color: approx Indigo. HEX triplet: 4E, 0E and 8B. RGB value is (78,14,139). Sum of RGB (Red+Green+Blue) = 78+14+139=231 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.77% from 231); Green value is 14 (5.86% from 255 or 6.06% from 231); Blue value is 139 (54.69% from 255 or 60.17% from 231); Max value from RGB is 139 - color contains mainly: blue. Hex color #4E0E8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0E8B is #B1F174. Grayscale: #2E2E2E. Windows color (decimal): -11661685 or 9113166. OLE color: 9113166.

HSL color Cylindrical-coordinate representation of color #4E0E8B: hue angle of 270.72º 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 #4E0E8B is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7814139-
CMYK0.440.9000.45
HSL270.72º81.7%30%-
HSV(B)270.72º89.93%54.51%-
XYZ7.963.824.74-
YUV47.39179.7149.84-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.77%
GREEN value IS 14 (5.86% from 255) = 6.06%
BLUE value IS 139 (54.69% from 255) = 60.17%
R=33.77%
G=6.06%
B=60.17%

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
Decimal78141390.440.9000.45270.7281.730
Hex4EE8B2C5A02D10f521e
Octal116162135413205541712236
Binary100111011101000101110110010110100101101100001111101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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