Shades of Indigo #4D1072
Tints of Indigo #4D1072
RGB
CMYK
RGB Variations
Color information
#4D1072 (or 0x4D1072) is known color: Indigo. HEX triplet: 4D, 10 and 72. RGB value is (77,16,114). Sum of RGB (Red+Green+Blue) = 77+16+114=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 114 (44.92% from 255 or 55.07% from 207); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D1072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1072 is #B2EF8D. Grayscale: #2D2D2D. Windows color (decimal): -11726734 or 7475277. OLE color: 7475277.
HSL color Cylindrical-coordinate representation of color #4D1072: hue angle of 277.35º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D1072 is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 16 | 114 | - |
| CMYK | 0.32 | 0.86 | 0 | 0.55 |
| HSL | 277.35º | 0.75% | 0.25% | - |
| HSV(B) | 277.35º | 0.86% | 0.45% | - |
| XYZ | 6.28 | 3.16 | 16.2 | - |
| YUV | 45.41 | 166.71 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 16 | 114 | 0.32 | 0.86 | 0 | 0.55 | 277.35 | 0.75 | 0.25 |
| Hex | 4D | 10 | 72 | 20 | 56 | 0 | 37 | 115 | 4B | 19 |
| Octal | 115 | 20 | 162 | 40 | 126 | 0 | 67 | 425 | 113 | 31 |
| Binary | 1001101 | 10000 | 1110010 | 100000 | 1010110 | 0 | 110111 | 100010101 | 1001011 | 11001 |
Color Harmonies of #4D1072
Complementary color
Monochromatic Colors of #4D1072
Black with #4D1072
Text Example
Text Example
White with #4D1072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1072; }
p { color: rgb(77,16,114); }
H1.HeaderClassName
{
color: #4D1072;
}
.AnyTagClassName
{
color: #4D1072;
}
</style>
background-color css
<style>
a { background-color: #4D1072; }
a { background-color: rgb(77,16,114); }
div.DivClassName
{
background-color: #4D1072;
}
.BgClassName
{
background-color: #4D1072;
}
</style>
border-color css
<style>
span { border-color: #4D1072; }
span { border-color: rgb(77,16,114); }
td.TdClassName
{
border-color: #4D1072;
}
.TagClassName
{
border-color: #4D1072;
}
</style>