Shades of Indigo #4D1272
Tints of Indigo #4D1272
RGB
CMYK
RGB Variations
Color information
#4D1272 (or 0x4D1272) is known color: Indigo. HEX triplet: 4D, 12 and 72. RGB value is (77,18,114). Sum of RGB (Red+Green+Blue) = 77+18+114=209 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.84% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 114 (44.92% from 255 or 54.55% from 209); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D1272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1272 is #B2ED8D. Grayscale: #2E2E2E. Windows color (decimal): -11726222 or 7475789. OLE color: 7475789.
HSL color Cylindrical-coordinate representation of color #4D1272: hue angle of 276.88º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D1272 is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 18 | 114 | - |
| CMYK | 0.32 | 0.84 | 0 | 0.55 |
| HSL | 276.88º | 0.73% | 0.26% | - |
| HSV(B) | 276.88º | 0.84% | 0.45% | - |
| XYZ | 6.31 | 3.23 | 16.21 | - |
| YUV | 46.59 | 166.05 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 18 | 114 | 0.32 | 0.84 | 0 | 0.55 | 276.88 | 0.73 | 0.26 |
| Hex | 4D | 12 | 72 | 20 | 54 | 0 | 37 | 115 | 49 | 1A |
| Octal | 115 | 22 | 162 | 40 | 124 | 0 | 67 | 425 | 111 | 32 |
| Binary | 1001101 | 10010 | 1110010 | 100000 | 1010100 | 0 | 110111 | 100010101 | 1001001 | 11010 |
Color Harmonies of #4D1272
Complementary color
Monochromatic Colors of #4D1272
Black with #4D1272
Text Example
Text Example
White with #4D1272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1272; }
p { color: rgb(77,18,114); }
H1.HeaderClassName
{
color: #4D1272;
}
.AnyTagClassName
{
color: #4D1272;
}
</style>
background-color css
<style>
a { background-color: #4D1272; }
a { background-color: rgb(77,18,114); }
div.DivClassName
{
background-color: #4D1272;
}
.BgClassName
{
background-color: #4D1272;
}
</style>
border-color css
<style>
span { border-color: #4D1272; }
span { border-color: rgb(77,18,114); }
td.TdClassName
{
border-color: #4D1272;
}
.TagClassName
{
border-color: #4D1272;
}
</style>