Shades of Indigo #4D199F
Tints of Indigo #4D199F
RGB
CMYK
RGB Variations
Color information
#4D199F (or 0x4D199F) is known color: Indigo. HEX triplet: 4D, 19 and 9F. RGB value is (77,25,159). Sum of RGB (Red+Green+Blue) = 77+25+159=261 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.50% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 159 (62.5% from 255 or 60.92% from 261); Max value from RGB is 159 - color contains mainly: blue. Hex color #4D199F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D199F is #B2E660. Grayscale: #373737. Windows color (decimal): -11724385 or 10426701. OLE color: 10426701.
HSL color Cylindrical-coordinate representation of color #4D199F: hue angle of 263.28º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D199F is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 25 | 159 | - |
| CMYK | 0.52 | 0.84 | 0 | 0.38 |
| HSL | 263.28º | 0.73% | 0.36% | - |
| HSV(B) | 263.28º | 0.84% | 0.62% | - |
| XYZ | 9.67 | 4.78 | 33.21 | - |
| YUV | 55.82 | 186.23 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 25 | 159 | 0.52 | 0.84 | 0 | 0.38 | 263.28 | 0.73 | 0.36 |
| Hex | 4D | 19 | 9F | 34 | 54 | 0 | 26 | 107 | 49 | 24 |
| Octal | 115 | 31 | 237 | 64 | 124 | 0 | 46 | 407 | 111 | 44 |
| Binary | 1001101 | 11001 | 10011111 | 110100 | 1010100 | 0 | 100110 | 100000111 | 1001001 | 100100 |
Color Harmonies of #4D199F
Complementary color
Monochromatic Colors of #4D199F
Black with #4D199F
Text Example
Text Example
White with #4D199F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D199F; }
p { color: rgb(77,25,159); }
H1.HeaderClassName
{
color: #4D199F;
}
.AnyTagClassName
{
color: #4D199F;
}
</style>
background-color css
<style>
a { background-color: #4D199F; }
a { background-color: rgb(77,25,159); }
div.DivClassName
{
background-color: #4D199F;
}
.BgClassName
{
background-color: #4D199F;
}
</style>
border-color css
<style>
span { border-color: #4D199F; }
span { border-color: rgb(77,25,159); }
td.TdClassName
{
border-color: #4D199F;
}
.TagClassName
{
border-color: #4D199F;
}
</style>