#4D0572

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

Shades of Indigo #4D0572

Tints of Indigo #4D0572

Color information

#4D0572 (or 0x4D0572) is unknown color: approx Indigo. HEX triplet: 4D, 05 and 72. RGB value is (77,5,114). Sum of RGB (Red+Green+Blue) = 77+5+114=196 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.29% from 196); Green value is 5 (2.34% from 255 or 2.55% 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 #4D0572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0572 is #B2FA8D. Grayscale: #262626. Windows color (decimal): -11729550 or 7472461. OLE color: 7472461.

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

Color convert

RGB775114-
CMYK0.320.9600.55
HSL279.63º91.6%23.33%-
HSV(B)279.63º95.61%44.71%-
XYZ6.152.916.16-
YUV38.95170.35155.14-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 39.29%
GREEN value IS 5 (2.34% from 255) = 2.55%
BLUE value IS 114 (44.92% from 255) = 58.16%
R=39.29%
G=2.55%
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
Decimal7751140.320.9600.55279.6391.623.33
Hex4D57220600371185c17
Octal11551624014006743013427
Binary1001101101111001010000011000000110111100011000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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