#4E015B

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

Shades of Indigo #4E015B

Tints of Indigo #4E015B

Color information

#4E015B (or 0x4E015B) is unknown color: approx Indigo. HEX triplet: 4E, 01 and 5B. RGB value is (78,1,91). Sum of RGB (Red+Green+Blue) = 78+1+91=170 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.88% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 91 (35.94% from 255 or 53.53% from 170); Max value from RGB is 91 - color contains mainly: blue. Hex color #4E015B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E015B is #B1FEA4. Grayscale: #222222. Windows color (decimal): -11665061 or 5964110. OLE color: 5964110.

HSL color Cylindrical-coordinate representation of color #4E015B: hue angle of 291.33º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E015B is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB78191-
CMYK0.140.9900.64
HSL291.33º97.83%18.04%-
HSV(B)291.33º98.9%35.69%-
XYZ5.042.410.09-
YUV34.28160.01159.18-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 45.88%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 91 (35.94% from 255) = 53.53%
R=45.88%
G=0.59%
B=53.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal781910.140.9900.64291.3397.8318.04
Hex4E15BE630401236212
Octal116113316143010044314222
Binary1001110110110111110110001101000000100100011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E015B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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