#4E1168

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

Shades of Indigo #4E1168

Tints of Indigo #4E1168

Color information

#4E1168 (or 0x4E1168) is unknown color: approx Indigo. HEX triplet: 4E, 11 and 68. RGB value is (78,17,104). Sum of RGB (Red+Green+Blue) = 78+17+104=199 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.20% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #4E1168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1168 is #B1EE97. Grayscale: #2C2C2C. Windows color (decimal): -11660952 or 6820174. OLE color: 6820174.

HSL color Cylindrical-coordinate representation of color #4E1168: hue angle of 282.07º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4E1168 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7817104-
CMYK0.250.8400.59
HSL282.07º71.9%23.73%-
HSV(B)282.07º83.65%40.78%-
XYZ5.843.0213.37-
YUV45.16161.21151.43-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 39.20%
GREEN value IS 17 (7.03% from 255) = 8.54%
BLUE value IS 104 (41.02% from 255) = 52.26%
R=39.20%
G=8.54%
B=52.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal78171040.250.8400.59282.0771.923.73
Hex4E1168195403B11a4818
Octal116211503112407343211030
Binary10011101000111010001100110101000111011100011010100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,17,104); }

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

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

 a { background-color: rgb(78,17,104); }

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

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

 span { border-color: rgb(78,17,104); }

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