#4E015D

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

Shades of Indigo #4E015D

Tints of Indigo #4E015D

Color information

#4E015D (or 0x4E015D) is unknown color: approx Indigo. HEX triplet: 4E, 01 and 5D. RGB value is (78,1,93). Sum of RGB (Red+Green+Blue) = 78+1+93=172 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.35% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 93 (36.72% from 255 or 54.07% from 172); Max value from RGB is 93 - color contains mainly: blue. Hex color #4E015D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E015D is #B1FEA2. Grayscale: #222222. Windows color (decimal): -11665059 or 6095182. OLE color: 6095182.

HSL color Cylindrical-coordinate representation of color #4E015D: hue angle of 290.22º 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 #4E015D is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB78193-
CMYK0.160.9900.64
HSL290.22º97.87%18.43%-
HSV(B)290.22º98.92%36.47%-
XYZ5.132.4310.55-
YUV34.51161.01159.02-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 45.35%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 93 (36.72% from 255) = 54.07%
R=45.35%
G=0.58%
B=54.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal781930.160.9900.64290.2297.8718.43
Hex4E15D10630401226212
Octal116113520143010044214222
Binary10011101101110110000110001101000000100100010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E015D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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