#4E015E

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

Shades of Indigo #4E015E

Tints of Indigo #4E015E

Color information

#4E015E (or 0x4E015E) is unknown color: approx Indigo. HEX triplet: 4E, 01 and 5E. RGB value is (78,1,94). Sum of RGB (Red+Green+Blue) = 78+1+94=173 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.09% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 94 (37.11% from 255 or 54.34% from 173); Max value from RGB is 94 - color contains mainly: blue. Hex color #4E015E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E015E is #B1FEA1. Grayscale: #222222. Windows color (decimal): -11665058 or 6160718. OLE color: 6160718.

HSL color Cylindrical-coordinate representation of color #4E015E: hue angle of 289.68º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E015E is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB78194-
CMYK0.170.9900.63
HSL289.68º97.89%18.63%-
HSV(B)289.68º98.94%36.86%-
XYZ5.172.4510.79-
YUV34.62161.51158.94-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 45.09%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 94 (37.11% from 255) = 54.34%
R=45.09%
G=0.58%
B=54.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal781940.170.9900.63289.6897.8918.63
Hex4E15E116303F1226213
Octal11611362114307744214223
Binary1001110110111101000111000110111111100100010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E015E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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