#4E106C

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

Shades of Indigo #4E106C

Tints of Indigo #4E106C

Color information

#4E106C (or 0x4E106C) is unknown color: approx Indigo. HEX triplet: 4E, 10 and 6C. RGB value is (78,16,108). Sum of RGB (Red+Green+Blue) = 78+16+108=202 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.61% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 108 (42.58% from 255 or 53.47% from 202); Max value from RGB is 108 - color contains mainly: blue. Hex color #4E106C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E106C is #B1EF93. Grayscale: #2C2C2C. Windows color (decimal): -11661204 or 7082062. OLE color: 7082062.

HSL color Cylindrical-coordinate representation of color #4E106C: hue angle of 280.43º 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 #4E106C is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7816108-
CMYK0.280.8500.58
HSL280.43º74.19%24.31%-
HSV(B)280.43º85.19%42.35%-
XYZ6.033.0714.46-
YUV45.03163.54151.52-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.61%
GREEN value IS 16 (6.64% from 255) = 7.92%
BLUE value IS 108 (42.58% from 255) = 53.47%
R=38.61%
G=7.92%
B=53.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal78161080.280.8500.58280.4374.1924.31
Hex4E106C1C5503A1184a18
Octal116201543412507243011230
Binary10011101000011011001110010101010111010100011000100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E106C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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