#4E057A

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

Shades of Indigo #4E057A

Tints of Indigo #4E057A

Color information

#4E057A (or 0x4E057A) is unknown color: approx Indigo. HEX triplet: 4E, 05 and 7A. RGB value is (78,5,122). Sum of RGB (Red+Green+Blue) = 78+5+122=205 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.05% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 122 (48.05% from 255 or 59.51% from 205); Max value from RGB is 122 - color contains mainly: blue. Hex color #4E057A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E057A is #B1FA85. Grayscale: #272727. Windows color (decimal): -11664006 or 7996750. OLE color: 7996750.

HSL color Cylindrical-coordinate representation of color #4E057A: hue angle of 277.44º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E057A is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB785122-
CMYK0.360.9600.52
HSL277.44º92.13%24.9%-
HSV(B)277.44º95.9%47.84%-
XYZ6.713.1318.66-
YUV40.16174.18154.99-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.05%
GREEN value IS 5 (2.34% from 255) = 2.44%
BLUE value IS 122 (48.05% from 255) = 59.51%
R=38.05%
G=2.44%
B=59.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7851220.360.9600.52277.4492.1324.9
Hex4E57A24600341155c19
Octal11651724414006442513431
Binary1001110101111101010010011000000110100100010101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,5,122); }

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

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

 a { background-color: rgb(78,5,122); }

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

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

 span { border-color: rgb(78,5,122); }

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