#4E0486

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

Shades of Indigo #4E0486

Tints of Indigo #4E0486

Color information

#4E0486 (or 0x4E0486) is unknown color: approx Indigo. HEX triplet: 4E, 04 and 86. RGB value is (78,4,134). Sum of RGB (Red+Green+Blue) = 78+4+134=216 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.11% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 134 (52.73% from 255 or 62.04% from 216); Max value from RGB is 134 - color contains mainly: blue. Hex color #4E0486 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0486 is #B1FB79. Grayscale: #282828. Windows color (decimal): -11664250 or 8782926. OLE color: 8782926.

HSL color Cylindrical-coordinate representation of color #4E0486: hue angle of 274.15º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E0486 is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB784134-
CMYK0.420.9700.47
HSL274.15º94.2%27.06%-
HSV(B)274.15º97.01%52.55%-
XYZ7.493.4322.82-
YUV40.95180.52154.43-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 36.11%
GREEN value IS 4 (1.95% from 255) = 1.85%
BLUE value IS 134 (52.73% from 255) = 62.04%
R=36.11%
G=1.85%
B=62.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7841340.420.9700.47274.1594.227.06
Hex4E4862A6102F1125e1b
Octal11642065214105742213633
Binary10011101001000011010101011000010101111100010010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,4,134); }

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

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

 a { background-color: rgb(78,4,134); }

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

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

 span { border-color: rgb(78,4,134); }

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