#4E0160

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

Shades of Indigo #4E0160

Tints of Indigo #4E0160

Color information

#4E0160 (or 0x4E0160) is unknown color: approx Indigo. HEX triplet: 4E, 01 and 60. RGB value is (78,1,96). Sum of RGB (Red+Green+Blue) = 78+1+96=175 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.57% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 96 (37.89% from 255 or 54.86% from 175); Max value from RGB is 96 - color contains mainly: blue. Hex color #4E0160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0160 is #B1FE9F. Grayscale: #222222. Windows color (decimal): -11665056 or 6291790. OLE color: 6291790.

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

Color convert

RGB78196-
CMYK0.190.9900.62
HSL288.63º97.94%19.02%-
HSV(B)288.63º98.96%37.65%-
XYZ5.262.4911.27-
YUV34.85162.51158.78-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.57%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 96 (37.89% from 255) = 54.86%
R=44.57%
G=0.57%
B=54.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal781960.190.9900.62288.6397.9419.02
Hex4E160136303E1216213
Octal11611402314307644114223
Binary1001110111000001001111000110111110100100001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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