#4E047B

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

Shades of Indigo #4E047B

Tints of Indigo #4E047B

Color information

#4E047B (or 0x4E047B) is unknown color: approx Indigo. HEX triplet: 4E, 04 and 7B. RGB value is (78,4,123). Sum of RGB (Red+Green+Blue) = 78+4+123=205 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.05% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 123 (48.44% from 255 or 60% from 205); Max value from RGB is 123 - color contains mainly: blue. Hex color #4E047B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E047B is #B1FB84. Grayscale: #272727. Windows color (decimal): -11664261 or 8062030. OLE color: 8062030.

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

Color convert

RGB784123-
CMYK0.370.9700.52
HSL277.31º93.7%24.9%-
HSV(B)277.31º96.75%48.24%-
XYZ6.763.1418.99-
YUV39.69175.02155.32-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.05%
GREEN value IS 4 (1.95% from 255) = 1.95%
BLUE value IS 123 (48.44% from 255) = 60%
R=38.05%
G=1.95%
B=60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7841230.370.9700.52277.3193.724.9
Hex4E47B25610341155e19
Octal11641734514106442513631
Binary1001110100111101110010111000010110100100010101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E047B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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