#4E0572

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

Shades of Indigo #4E0572

Tints of Indigo #4E0572

Color information

#4E0572 (or 0x4E0572) is unknown color: approx Indigo. HEX triplet: 4E, 05 and 72. RGB value is (78,5,114). Sum of RGB (Red+Green+Blue) = 78+5+114=197 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.59% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 114 (44.92% from 255 or 57.87% from 197); Max value from RGB is 114 - color contains mainly: blue. Hex color #4E0572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0572 is #B1FA8D. Grayscale: #262626. Windows color (decimal): -11664014 or 7472462. OLE color: 7472462.

HSL color Cylindrical-coordinate representation of color #4E0572: hue angle of 280.18º degrees, saturation: 0.92, 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 #4E0572 is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB785114-
CMYK0.320.9600.55
HSL280.18º91.6%23.33%-
HSV(B)280.18º95.61%44.71%-
XYZ6.232.9416.16-
YUV39.25170.18155.64-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 39.59%
GREEN value IS 5 (2.34% from 255) = 2.54%
BLUE value IS 114 (44.92% from 255) = 57.87%
R=39.59%
G=2.54%
B=57.87%

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
Decimal7851140.320.9600.55280.1891.623.33
Hex4E57220600371185c17
Octal11651624014006743013427
Binary1001110101111001010000011000000110111100011000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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