Shades of Indigo #4D0972
Tints of Indigo #4D0972
RGB
CMYK
RGB Variations
Color information
#4D0972 (or 0x4D0972) is known color: Indigo. HEX triplet: 4D, 09 and 72. RGB value is (77,9,114). Sum of RGB (Red+Green+Blue) = 77+9+114=200 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.5% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 114 (44.92% from 255 or 57% from 200); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D0972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0972 is #B2F68D. Grayscale: #282828. Windows color (decimal): -11728526 or 7473485. OLE color: 7473485.
HSL color Cylindrical-coordinate representation of color #4D0972: hue angle of 278.86º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D0972 is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 9 | 114 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.55 |
| HSL | 278.86º | 0.85% | 0.24% | - |
| HSV(B) | 278.86º | 0.92% | 0.45% | - |
| XYZ | 6.2 | 2.99 | 16.17 | - |
| YUV | 41.3 | 169.03 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 9 | 114 | 0.32 | 0.92 | 0 | 0.55 | 278.86 | 0.85 | 0.24 |
| Hex | 4D | 9 | 72 | 20 | 5C | 0 | 37 | 117 | 55 | 18 |
| Octal | 115 | 11 | 162 | 40 | 134 | 0 | 67 | 427 | 125 | 30 |
| Binary | 1001101 | 1001 | 1110010 | 100000 | 1011100 | 0 | 110111 | 100010111 | 1010101 | 11000 |
Color Harmonies of #4D0972
Complementary color
Monochromatic Colors of #4D0972
Black with #4D0972
Text Example
Text Example
White with #4D0972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0972; }
p { color: rgb(77,9,114); }
H1.HeaderClassName
{
color: #4D0972;
}
.AnyTagClassName
{
color: #4D0972;
}
</style>
background-color css
<style>
a { background-color: #4D0972; }
a { background-color: rgb(77,9,114); }
div.DivClassName
{
background-color: #4D0972;
}
.BgClassName
{
background-color: #4D0972;
}
</style>
border-color css
<style>
span { border-color: #4D0972; }
span { border-color: rgb(77,9,114); }
td.TdClassName
{
border-color: #4D0972;
}
.TagClassName
{
border-color: #4D0972;
}
</style>