#4E0473

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

Shades of Indigo #4E0473

Tints of Indigo #4E0473

Color information

#4E0473 (or 0x4E0473) is unknown color: approx Indigo. HEX triplet: 4E, 04 and 73. RGB value is (78,4,115). Sum of RGB (Red+Green+Blue) = 78+4+115=197 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.59% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 115 (45.31% from 255 or 58.38% from 197); Max value from RGB is 115 - color contains mainly: blue. Hex color #4E0473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0473 is #B1FB8C. Grayscale: #262626. Windows color (decimal): -11664269 or 7537742. OLE color: 7537742.

HSL color Cylindrical-coordinate representation of color #4E0473: hue angle of 280º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E0473 is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB784115-
CMYK0.320.9700.55
HSL280º93.28%23.33%-
HSV(B)280º96.52%45.1%-
XYZ6.282.9416.46-
YUV38.78171.02155.97-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 39.59%
GREEN value IS 4 (1.95% from 255) = 2.03%
BLUE value IS 115 (45.31% from 255) = 58.38%
R=39.59%
G=2.03%
B=58.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7841150.320.9700.5528093.2823.33
Hex4E47320610371185d17
Octal11641634014106743013527
Binary1001110100111001110000011000010110111100011000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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