#4E1078

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

Shades of Indigo #4E1078

Tints of Indigo #4E1078

Color information

#4E1078 (or 0x4E1078) is unknown color: approx Indigo. HEX triplet: 4E, 10 and 78. RGB value is (78,16,120). Sum of RGB (Red+Green+Blue) = 78+16+120=214 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.45% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 120 (47.27% from 255 or 56.07% from 214); Max value from RGB is 120 - color contains mainly: blue. Hex color #4E1078 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1078 is #B1EF87. Grayscale: #2E2E2E. Windows color (decimal): -11661192 or 7868494. OLE color: 7868494.

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

Color convert

RGB7816120-
CMYK0.350.8700.53
HSL275.77º76.47%26.67%-
HSV(B)275.77º86.67%47.06%-
XYZ6.723.3518.06-
YUV46.39169.54150.54-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 36.45%
GREEN value IS 16 (6.64% from 255) = 7.48%
BLUE value IS 120 (47.27% from 255) = 56.07%
R=36.45%
G=7.48%
B=56.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal78161200.350.8700.53275.7776.4726.67
Hex4E107823570351144c1b
Octal116201704312706542411433
Binary100111010000111100010001110101110110101100010100100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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