#4E0878

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

Shades of Indigo #4E0878

Tints of Indigo #4E0878

Color information

#4E0878 (or 0x4E0878) is unknown color: approx Indigo. HEX triplet: 4E, 08 and 78. RGB value is (78,8,120). Sum of RGB (Red+Green+Blue) = 78+8+120=206 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.86% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 120 (47.27% from 255 or 58.25% from 206); Max value from RGB is 120 - color contains mainly: blue. Hex color #4E0878 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0878 is #B1F787. Grayscale: #292929. Windows color (decimal): -11663240 or 7866446. OLE color: 7866446.

HSL color Cylindrical-coordinate representation of color #4E0878: hue angle of 277.5º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4E0878 is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB788120-
CMYK0.350.9300.53
HSL277.5º87.5%25.1%-
HSV(B)277.5º93.33%47.06%-
XYZ6.623.1518.03-
YUV41.7172.19153.89-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.86%
GREEN value IS 8 (3.52% from 255) = 3.88%
BLUE value IS 120 (47.27% from 255) = 58.25%
R=37.86%
G=3.88%
B=58.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7881200.350.9300.53277.587.525.1
Hex4E878235D0351165819
Octal116101704313506542613031
Binary10011101000111100010001110111010110101100010110101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,8,120); }

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

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

 a { background-color: rgb(78,8,120); }

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

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

 span { border-color: rgb(78,8,120); }

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