#4E0472

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

Shades of Indigo #4E0472

Tints of Indigo #4E0472

Color information

#4E0472 (or 0x4E0472) is unknown color: approx Indigo. HEX triplet: 4E, 04 and 72. RGB value is (78,4,114). Sum of RGB (Red+Green+Blue) = 78+4+114=196 (25% of max value = 765). Red value is 78 (30.86% from 255 or 39.80% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 114 (44.92% from 255 or 58.16% from 196); Max value from RGB is 114 - color contains mainly: blue. Hex color #4E0472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0472 is #B1FB8D. Grayscale: #262626. Windows color (decimal): -11664270 or 7472206. OLE color: 7472206.

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

Color convert

RGB784114-
CMYK0.320.9600.55
HSL280.36º93.22%23.14%-
HSV(B)280.36º96.49%44.71%-
XYZ6.222.9216.16-
YUV38.67170.52156.06-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 39.80%
GREEN value IS 4 (1.95% from 255) = 2.04%
BLUE value IS 114 (44.92% from 255) = 58.16%
R=39.80%
G=2.04%
B=58.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7841140.320.9600.55280.3693.2223.14
Hex4E47220600371185d17
Octal11641624014006743013527
Binary1001110100111001010000011000000110111100011000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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