#4E016C

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

Shades of Indigo #4E016C

Tints of Indigo #4E016C

Color information

#4E016C (or 0x4E016C) is unknown color: approx Indigo. HEX triplet: 4E, 01 and 6C. RGB value is (78,1,108). Sum of RGB (Red+Green+Blue) = 78+1+108=187 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.71% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 108 (42.58% from 255 or 57.75% from 187); Max value from RGB is 108 - color contains mainly: blue. Hex color #4E016C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E016C is #B1FE93. Grayscale: #232323. Windows color (decimal): -11665044 or 7078222. OLE color: 7078222.

HSL color Cylindrical-coordinate representation of color #4E016C: hue angle of 283.18º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E016C is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB781108-
CMYK0.280.9900.58
HSL283.18º98.17%21.37%-
HSV(B)283.18º99.07%42.35%-
XYZ5.862.7214.4-
YUV36.22168.51157.8-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.71%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 108 (42.58% from 255) = 57.75%
R=41.71%
G=0.53%
B=57.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7811080.280.9900.58283.1898.1721.37
Hex4E16C1C6303A11b6215
Octal11611543414307243314225
Binary1001110111011001110011000110111010100011011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E016C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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