Shades of Indigo #4D1277
Tints of Indigo #4D1277
RGB
CMYK
RGB Variations
Color information
#4D1277 (or 0x4D1277) is known color: Indigo. HEX triplet: 4D, 12 and 77. RGB value is (77,18,119). Sum of RGB (Red+Green+Blue) = 77+18+119=214 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.98% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 119 (46.88% from 255 or 55.61% from 214); Max value from RGB is 119 - color contains mainly: blue. Hex color #4D1277 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1277 is #B2ED88. Grayscale: #2E2E2E. Windows color (decimal): -11726217 or 7803469. OLE color: 7803469.
HSL color Cylindrical-coordinate representation of color #4D1277: hue angle of 275.05º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D1277 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 18 | 119 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.53 |
| HSL | 275.05º | 0.74% | 0.27% | - |
| HSV(B) | 275.05º | 0.85% | 0.47% | - |
| XYZ | 6.61 | 3.34 | 17.75 | - |
| YUV | 47.16 | 168.55 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 18 | 119 | 0.35 | 0.85 | 0 | 0.53 | 275.05 | 0.74 | 0.27 |
| Hex | 4D | 12 | 77 | 23 | 55 | 0 | 35 | 113 | 4A | 1B |
| Octal | 115 | 22 | 167 | 43 | 125 | 0 | 65 | 423 | 112 | 33 |
| Binary | 1001101 | 10010 | 1110111 | 100011 | 1010101 | 0 | 110101 | 100010011 | 1001010 | 11011 |
Color Harmonies of #4D1277
Complementary color
Monochromatic Colors of #4D1277
Black with #4D1277
Text Example
Text Example
White with #4D1277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1277; }
p { color: rgb(77,18,119); }
H1.HeaderClassName
{
color: #4D1277;
}
.AnyTagClassName
{
color: #4D1277;
}
</style>
background-color css
<style>
a { background-color: #4D1277; }
a { background-color: rgb(77,18,119); }
div.DivClassName
{
background-color: #4D1277;
}
.BgClassName
{
background-color: #4D1277;
}
</style>
border-color css
<style>
span { border-color: #4D1277; }
span { border-color: rgb(77,18,119); }
td.TdClassName
{
border-color: #4D1277;
}
.TagClassName
{
border-color: #4D1277;
}
</style>