#4E0196

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

Shades of Indigo #4E0196

Tints of Indigo #4E0196

Color information

#4E0196 (or 0x4E0196) is unknown color: approx Indigo. HEX triplet: 4E, 01 and 96. RGB value is (78,1,150). Sum of RGB (Red+Green+Blue) = 78+1+150=229 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.06% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 150 (58.98% from 255 or 65.50% from 229); Max value from RGB is 150 - color contains mainly: blue. Hex color #4E0196 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0196 is #B1FE69. Grayscale: #282828. Windows color (decimal): -11665002 or 9830734. OLE color: 9830734.

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

Color convert

RGB781150-
CMYK0.480.9900.41
HSL271.01º98.68%29.61%-
HSV(B)271.01º99.33%58.82%-
XYZ8.663.8429.14-
YUV41.01189.51154.38-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.06%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 150 (58.98% from 255) = 65.50%
R=34.06%
G=0.44%
B=65.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal7811500.480.9900.41271.0198.6829.61
Hex4E196306302910f631e
Octal11612266014305141714336
Binary100111011001011011000011000110101001100001111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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