#4E10A0

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

Shades of Indigo #4E10A0

Tints of Indigo #4E10A0

Color information

#4E10A0 (or 0x4E10A0) is unknown color: approx Indigo. HEX triplet: 4E, 10 and A0. RGB value is (78,16,160). Sum of RGB (Red+Green+Blue) = 78+16+160=254 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.71% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 160 (62.89% from 255 or 62.99% from 254); Max value from RGB is 160 - color contains mainly: blue. Hex color #4E10A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E10A0 is #B1EF5F. Grayscale: #323232. Windows color (decimal): -11661152 or 10489934. OLE color: 10489934.

HSL color Cylindrical-coordinate representation of color #4E10A0: hue angle of 265.83º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E10A0 is Cyan = 0.51, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB7816160-
CMYK0.510.900.37
HSL265.83º81.82%34.51%-
HSV(B)265.83º90%62.75%-
XYZ9.674.5333.62-
YUV50.95189.54147.29-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.71%
GREEN value IS 16 (6.64% from 255) = 6.30%
BLUE value IS 160 (62.89% from 255) = 62.99%
R=30.71%
G=6.30%
B=62.99%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal78161600.510.900.37265.8381.8234.51
Hex4E10A0335A02510a5223
Octal116202406313204541212243
Binary10011101000010100000110011101101001001011000010101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E10A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,16,160); }

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

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

 a { background-color: rgb(78,16,160); }

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

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

 span { border-color: rgb(78,16,160); }

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