#4D056D

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

Shades of Indigo #4D056D

Tints of Indigo #4D056D

Color information

#4D056D (or 0x4D056D) is unknown color: approx Indigo. HEX triplet: 4D, 05 and 6D. RGB value is (77,5,109). Sum of RGB (Red+Green+Blue) = 77+5+109=191 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.31% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 109 (42.97% from 255 or 57.07% from 191); Max value from RGB is 109 - color contains mainly: blue. Hex color #4D056D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D056D is #B2FA92. Grayscale: #262626. Windows color (decimal): -11729555 or 7144781. OLE color: 7144781.

HSL color Cylindrical-coordinate representation of color #4D056D: hue angle of 281.54º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D056D is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB775109-
CMYK0.290.9500.57
HSL281.54º91.23%22.35%-
HSV(B)281.54º95.41%42.75%-
XYZ5.882.7914.7-
YUV38.38167.85155.54-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 40.31%
GREEN value IS 5 (2.34% from 255) = 2.62%
BLUE value IS 109 (42.97% from 255) = 57.07%
R=40.31%
G=2.62%
B=57.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7751090.290.9500.57281.5491.2322.35
Hex4D56D1D5F03911a5b16
Octal11551553513707143213326
Binary100110110111011011110110111110111001100011010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D056D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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