#4E0E85

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

Shades of Indigo #4E0E85

Tints of Indigo #4E0E85

Color information

#4E0E85 (or 0x4E0E85) is unknown color: approx Indigo. HEX triplet: 4E, 0E and 85. RGB value is (78,14,133). Sum of RGB (Red+Green+Blue) = 78+14+133=225 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.67% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #4E0E85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0E85 is #B1F17A. Grayscale: #2E2E2E. Windows color (decimal): -11661691 or 8719950. OLE color: 8719950.

HSL color Cylindrical-coordinate representation of color #4E0E85: hue angle of 272.27º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4E0E85 is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7814133-
CMYK0.410.8900.48
HSL272.27º80.95%28.82%-
HSV(B)272.27º89.47%52.16%-
XYZ7.533.6322.49-
YUV46.7176.7150.32-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.67%
GREEN value IS 14 (5.86% from 255) = 6.22%
BLUE value IS 133 (52.34% from 255) = 59.11%
R=34.67%
G=6.22%
B=59.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal78141330.410.8900.48272.2780.9528.82
Hex4EE852959030110511d
Octal116162055113106042012135
Binary100111011101000010110100110110010110000100010000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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