#4E106A

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

Shades of Indigo #4E106A

Tints of Indigo #4E106A

Color information

#4E106A (or 0x4E106A) is unknown color: approx Indigo. HEX triplet: 4E, 10 and 6A. RGB value is (78,16,106). Sum of RGB (Red+Green+Blue) = 78+16+106=200 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 106 (41.80% from 255 or 53% from 200); Max value from RGB is 106 - color contains mainly: blue. Hex color #4E106A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E106A is #B1EF95. Grayscale: #2C2C2C. Windows color (decimal): -11661206 or 6950990. OLE color: 6950990.

HSL color Cylindrical-coordinate representation of color #4E106A: hue angle of 281.33º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E106A is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7816106-
CMYK0.260.8500.58
HSL281.33º73.77%23.92%-
HSV(B)281.33º84.91%41.57%-
XYZ5.933.0313.91-
YUV44.8162.54151.68-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 39%
GREEN value IS 16 (6.64% from 255) = 8%
BLUE value IS 106 (41.80% from 255) = 53%
R=39%
G=8%
B=53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal78161060.260.8500.58281.3373.7723.92
Hex4E106A1A5503A1194a18
Octal116201523212507243111230
Binary10011101000011010101101010101010111010100011001100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E106A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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