Shades of Indigo #4D0672
Tints of Indigo #4D0672
RGB
CMYK
RGB Variations
Color information
#4D0672 (or 0x4D0672) is known color: Indigo. HEX triplet: 4D, 06 and 72. RGB value is (77,6,114). Sum of RGB (Red+Green+Blue) = 77+6+114=197 (26% of max value = 765). Red value is 77 (30.47% from 255 or 39.09% from 197); Green value is 6 (2.73% from 255 or 3.05% 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 #4D0672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0672 is #B2F98D. Grayscale: #272727. Windows color (decimal): -11729294 or 7472717. OLE color: 7472717.
HSL color Cylindrical-coordinate representation of color #4D0672: hue angle of 279.44º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D0672 is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 6 | 114 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.55 |
| HSL | 279.44º | 0.9% | 0.24% | - |
| HSV(B) | 279.44º | 0.95% | 0.45% | - |
| XYZ | 6.16 | 2.92 | 16.16 | - |
| YUV | 39.54 | 170.02 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 6 | 114 | 0.32 | 0.95 | 0 | 0.55 | 279.44 | 0.9 | 0.24 |
| Hex | 4D | 6 | 72 | 20 | 5F | 0 | 37 | 117 | 5A | 18 |
| Octal | 115 | 6 | 162 | 40 | 137 | 0 | 67 | 427 | 132 | 30 |
| Binary | 1001101 | 110 | 1110010 | 100000 | 1011111 | 0 | 110111 | 100010111 | 1011010 | 11000 |
Color Harmonies of #4D0672
Complementary color
Monochromatic Colors of #4D0672
Black with #4D0672
Text Example
Text Example
White with #4D0672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0672; }
p { color: rgb(77,6,114); }
H1.HeaderClassName
{
color: #4D0672;
}
.AnyTagClassName
{
color: #4D0672;
}
</style>
background-color css
<style>
a { background-color: #4D0672; }
a { background-color: rgb(77,6,114); }
div.DivClassName
{
background-color: #4D0672;
}
.BgClassName
{
background-color: #4D0672;
}
</style>
border-color css
<style>
span { border-color: #4D0672; }
span { border-color: rgb(77,6,114); }
td.TdClassName
{
border-color: #4D0672;
}
.TagClassName
{
border-color: #4D0672;
}
</style>