#4E1780

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

Shades of Indigo #4E1780

Tints of Indigo #4E1780

Color information

#4E1780 (or 0x4E1780) is unknown color: approx Indigo. HEX triplet: 4E, 17 and 80. RGB value is (78,23,128). Sum of RGB (Red+Green+Blue) = 78+23+128=229 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.06% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 128 (50.39% from 255 or 55.90% from 229); Max value from RGB is 128 - color contains mainly: blue. Hex color #4E1780 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E1780 is #B1E87F. Grayscale: #333333. Windows color (decimal): -11659392 or 8394574. OLE color: 8394574.

HSL color Cylindrical-coordinate representation of color #4E1780: hue angle of 271.43º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E1780 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7823128-
CMYK0.390.8200.50
HSL271.43º69.54%29.61%-
HSV(B)271.43º82.03%50.2%-
XYZ7.343.7920.77-
YUV51.42171.22146.96-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.06%
GREEN value IS 23 (9.38% from 255) = 10.04%
BLUE value IS 128 (50.39% from 255) = 55.90%
R=34.06%
G=10.04%
B=55.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal78231280.390.8200.50271.4369.5429.61
Hex4E1780275203210f461e
Octal116272004712206241710636
Binary1001110101111000000010011110100100110010100001111100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,23,128); }

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

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

 a { background-color: rgb(78,23,128); }

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

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

 span { border-color: rgb(78,23,128); }

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