#4E0199

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

Shades of Indigo #4E0199

Tints of Indigo #4E0199

Color information

#4E0199 (or 0x4E0199) is unknown color: approx Indigo. HEX triplet: 4E, 01 and 99. RGB value is (78,1,153). Sum of RGB (Red+Green+Blue) = 78+1+153=232 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.62% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 153 (60.16% from 255 or 65.95% from 232); Max value from RGB is 153 - color contains mainly: blue. Hex color #4E0199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0199 is #B1FE66. Grayscale: #282828. Windows color (decimal): -11664999 or 10027342. OLE color: 10027342.

HSL color Cylindrical-coordinate representation of color #4E0199: hue angle of 270.39º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E0199 is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB781153-
CMYK0.490.9900.4
HSL270.39º98.7%30.2%-
HSV(B)270.39º99.35%60%-
XYZ8.93.9430.43-
YUV41.35191.01154.14-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.62%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 153 (60.16% from 255) = 65.95%
R=33.62%
G=0.43%
B=65.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal7811530.490.9900.4270.3998.730.2
Hex4E199316302810e631e
Octal11612316114305041614336
Binary100111011001100111000111000110101000100001110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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