Shades of Indigo #4D1399
Tints of Indigo #4D1399
RGB
CMYK
RGB Variations
Color information
#4D1399 (or 0x4D1399) is known color: Indigo. HEX triplet: 4D, 13 and 99. RGB value is (77,19,153). Sum of RGB (Red+Green+Blue) = 77+19+153=249 (32% of max value = 765). Red value is 77 (30.47% from 255 or 30.92% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 153 (60.16% from 255 or 61.45% from 249); Max value from RGB is 153 - color contains mainly: blue. Hex color #4D1399 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1399 is #B2EC66. Grayscale: #333333. Windows color (decimal): -11725927 or 10031949. OLE color: 10031949.
HSL color Cylindrical-coordinate representation of color #4D1399: hue angle of 265.97º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D1399 is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 77 | 19 | 153 | - |
| CMYK | 0.50 | 0.88 | 0 | 0.4 |
| HSL | 265.97º | 0.78% | 0.34% | - |
| HSV(B) | 265.97º | 0.88% | 0.6% | - |
| XYZ | 9.04 | 4.34 | 30.5 | - |
| YUV | 51.62 | 185.22 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 19 | 153 | 0.50 | 0.88 | 0 | 0.4 | 265.97 | 0.78 | 0.34 |
| Hex | 4D | 13 | 99 | 32 | 58 | 0 | 28 | 10A | 4E | 22 |
| Octal | 115 | 23 | 231 | 62 | 130 | 0 | 50 | 412 | 116 | 42 |
| Binary | 1001101 | 10011 | 10011001 | 110010 | 1011000 | 0 | 101000 | 100001010 | 1001110 | 100010 |
Color Harmonies of #4D1399
Complementary color
Monochromatic Colors of #4D1399
Black with #4D1399
Text Example
Text Example
White with #4D1399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1399; }
p { color: rgb(77,19,153); }
H1.HeaderClassName
{
color: #4D1399;
}
.AnyTagClassName
{
color: #4D1399;
}
</style>
background-color css
<style>
a { background-color: #4D1399; }
a { background-color: rgb(77,19,153); }
div.DivClassName
{
background-color: #4D1399;
}
.BgClassName
{
background-color: #4D1399;
}
</style>
border-color css
<style>
span { border-color: #4D1399; }
span { border-color: rgb(77,19,153); }
td.TdClassName
{
border-color: #4D1399;
}
.TagClassName
{
border-color: #4D1399;
}
</style>