Shades of Indigo #4D0472
Tints of Indigo #4D0472
RGB
CMYK
RGB Variations
Color information
#4D0472 (or 0x4D0472) is known color: Indigo. HEX triplet: 4D, 04 and 72. RGB value is (77,4,114). Sum of RGB (Red+Green+Blue) = 77+4+114=195 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.49% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 114 (44.92% from 255 or 58.46% from 195); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D0472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0472 is #B2FB8D. Grayscale: #262626. Windows color (decimal): -11729806 or 7472205. OLE color: 7472205.
HSL color Cylindrical-coordinate representation of color #4D0472: hue angle of 279.82º 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 #4D0472 is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 4 | 114 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.55 |
| HSL | 279.82º | 0.93% | 0.23% | - |
| HSV(B) | 279.82º | 0.96% | 0.45% | - |
| XYZ | 6.14 | 2.88 | 16.15 | - |
| YUV | 38.37 | 170.68 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 4 | 114 | 0.32 | 0.96 | 0 | 0.55 | 279.82 | 0.93 | 0.23 |
| Hex | 4D | 4 | 72 | 20 | 60 | 0 | 37 | 118 | 5D | 17 |
| Octal | 115 | 4 | 162 | 40 | 140 | 0 | 67 | 430 | 135 | 27 |
| Binary | 1001101 | 100 | 1110010 | 100000 | 1100000 | 0 | 110111 | 100011000 | 1011101 | 10111 |
Color Harmonies of #4D0472
Complementary color
Monochromatic Colors of #4D0472
Black with #4D0472
Text Example
Text Example
White with #4D0472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0472; }
p { color: rgb(77,4,114); }
H1.HeaderClassName
{
color: #4D0472;
}
.AnyTagClassName
{
color: #4D0472;
}
</style>
background-color css
<style>
a { background-color: #4D0472; }
a { background-color: rgb(77,4,114); }
div.DivClassName
{
background-color: #4D0472;
}
.BgClassName
{
background-color: #4D0472;
}
</style>
border-color css
<style>
span { border-color: #4D0472; }
span { border-color: rgb(77,4,114); }
td.TdClassName
{
border-color: #4D0472;
}
.TagClassName
{
border-color: #4D0472;
}
</style>