#4E1473

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

Shades of Indigo #4E1473

Tints of Indigo #4E1473

Color information

#4E1473 (or 0x4E1473) is unknown color: approx Indigo. HEX triplet: 4E, 14 and 73. RGB value is (78,20,115). Sum of RGB (Red+Green+Blue) = 78+20+115=213 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.62% from 213); Green value is 20 (8.20% from 255 or 9.39% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #4E1473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1473 is #B1EB8C. Grayscale: #2F2F2F. Windows color (decimal): -11660173 or 7541838. OLE color: 7541838.

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

Color convert

RGB7820115-
CMYK0.320.8300.55
HSL276.63º70.37%26.47%-
HSV(B)276.63º82.61%45.1%-
XYZ6.493.3616.53-
YUV48.17165.72149.28-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 36.62%
GREEN value IS 20 (8.20% from 255) = 9.39%
BLUE value IS 115 (45.31% from 255) = 53.99%
R=36.62%
G=9.39%
B=53.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal78201150.320.8300.55276.6370.3726.47
Hex4E14732053037115461a
Octal116241634012306742510632
Binary100111010100111001110000010100110110111100010101100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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