#4E019F

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

Shades of Indigo #4E019F

Tints of Indigo #4E019F

Color information

#4E019F (or 0x4E019F) is unknown color: approx Indigo. HEX triplet: 4E, 01 and 9F. RGB value is (78,1,159). Sum of RGB (Red+Green+Blue) = 78+1+159=238 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.77% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 159 (62.5% from 255 or 66.81% from 238); Max value from RGB is 159 - color contains mainly: blue. Hex color #4E019F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E019F is #B1FE60. Grayscale: #292929. Windows color (decimal): -11664993 or 10420558. OLE color: 10420558.

HSL color Cylindrical-coordinate representation of color #4E019F: hue angle of 269.24º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E019F is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB781159-
CMYK0.510.9900.38
HSL269.24º98.75%31.37%-
HSV(B)269.24º99.37%62.35%-
XYZ9.414.1433.1-
YUV42.04194.01153.65-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.77%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 159 (62.5% from 255) = 66.81%
R=32.77%
G=0.42%
B=66.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal7811590.510.9900.38269.2498.7531.37
Hex4E19F336302610d631f
Octal11612376314304641514337
Binary100111011001111111001111000110100110100001101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E019F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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