#4E057B

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

Shades of Indigo #4E057B

Tints of Indigo #4E057B

Color information

#4E057B (or 0x4E057B) is unknown color: approx Indigo. HEX triplet: 4E, 05 and 7B. RGB value is (78,5,123). Sum of RGB (Red+Green+Blue) = 78+5+123=206 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.86% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 123 (48.44% from 255 or 59.71% from 206); Max value from RGB is 123 - color contains mainly: blue. Hex color #4E057B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E057B is #B1FA84. Grayscale: #272727. Windows color (decimal): -11664005 or 8062286. OLE color: 8062286.

HSL color Cylindrical-coordinate representation of color #4E057B: hue angle of 277.12º 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 #4E057B is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB785123-
CMYK0.370.9600.52
HSL277.12º92.19%25.1%-
HSV(B)277.12º95.93%48.24%-
XYZ6.773.1618.99-
YUV40.28174.68154.91-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.86%
GREEN value IS 5 (2.34% from 255) = 2.43%
BLUE value IS 123 (48.44% from 255) = 59.71%
R=37.86%
G=2.43%
B=59.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7851230.370.9600.52277.1292.1925.1
Hex4E57B25600341155c19
Octal11651734514006442513431
Binary1001110101111101110010111000000110100100010101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E057B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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