Shades of Indigo #4D1276
Tints of Indigo #4D1276
RGB
CMYK
RGB Variations
Color information
#4D1276 (or 0x4D1276) is known color: Indigo. HEX triplet: 4D, 12 and 76. RGB value is (77,18,118). Sum of RGB (Red+Green+Blue) = 77+18+118=213 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.15% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 118 (46.48% from 255 or 55.40% from 213); Max value from RGB is 118 - color contains mainly: blue. Hex color #4D1276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1276 is #B2ED89. Grayscale: #2E2E2E. Windows color (decimal): -11726218 or 7737933. OLE color: 7737933.
HSL color Cylindrical-coordinate representation of color #4D1276: hue angle of 275.4º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D1276 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 18 | 118 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.54 |
| HSL | 275.4º | 0.74% | 0.27% | - |
| HSV(B) | 275.4º | 0.85% | 0.46% | - |
| XYZ | 6.55 | 3.32 | 17.44 | - |
| YUV | 47.04 | 168.05 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 18 | 118 | 0.35 | 0.85 | 0 | 0.54 | 275.4 | 0.74 | 0.27 |
| Hex | 4D | 12 | 76 | 23 | 55 | 0 | 36 | 113 | 4A | 1B |
| Octal | 115 | 22 | 166 | 43 | 125 | 0 | 66 | 423 | 112 | 33 |
| Binary | 1001101 | 10010 | 1110110 | 100011 | 1010101 | 0 | 110110 | 100010011 | 1001010 | 11011 |
Color Harmonies of #4D1276
Complementary color
Monochromatic Colors of #4D1276
Black with #4D1276
Text Example
Text Example
White with #4D1276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1276; }
p { color: rgb(77,18,118); }
H1.HeaderClassName
{
color: #4D1276;
}
.AnyTagClassName
{
color: #4D1276;
}
</style>
background-color css
<style>
a { background-color: #4D1276; }
a { background-color: rgb(77,18,118); }
div.DivClassName
{
background-color: #4D1276;
}
.BgClassName
{
background-color: #4D1276;
}
</style>
border-color css
<style>
span { border-color: #4D1276; }
span { border-color: rgb(77,18,118); }
td.TdClassName
{
border-color: #4D1276;
}
.TagClassName
{
border-color: #4D1276;
}
</style>