Shades of Indigo #4D1199
Tints of Indigo #4D1199
RGB
CMYK
RGB Variations
Color information
#4D1199 (or 0x4D1199) is known color: Indigo. HEX triplet: 4D, 11 and 99. RGB value is (77,17,153). Sum of RGB (Red+Green+Blue) = 77+17+153=247 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.17% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #4D1199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1199 is #B2EE66. Grayscale: #313131. Windows color (decimal): -11726439 or 10031437. OLE color: 10031437.
HSL color Cylindrical-coordinate representation of color #4D1199: hue angle of 266.47º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D1199 is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 77 | 17 | 153 | - |
| CMYK | 0.50 | 0.89 | 0 | 0.4 |
| HSL | 266.47º | 0.8% | 0.33% | - |
| HSV(B) | 266.47º | 0.89% | 0.6% | - |
| XYZ | 9.01 | 4.28 | 30.49 | - |
| YUV | 50.44 | 185.88 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 17 | 153 | 0.50 | 0.89 | 0 | 0.4 | 266.47 | 0.8 | 0.33 |
| Hex | 4D | 11 | 99 | 32 | 59 | 0 | 28 | 10A | 50 | 21 |
| Octal | 115 | 21 | 231 | 62 | 131 | 0 | 50 | 412 | 120 | 41 |
| Binary | 1001101 | 10001 | 10011001 | 110010 | 1011001 | 0 | 101000 | 100001010 | 1010000 | 100001 |
Color Harmonies of #4D1199
Complementary color
Monochromatic Colors of #4D1199
Black with #4D1199
Text Example
Text Example
White with #4D1199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1199; }
p { color: rgb(77,17,153); }
H1.HeaderClassName
{
color: #4D1199;
}
.AnyTagClassName
{
color: #4D1199;
}
</style>
background-color css
<style>
a { background-color: #4D1199; }
a { background-color: rgb(77,17,153); }
div.DivClassName
{
background-color: #4D1199;
}
.BgClassName
{
background-color: #4D1199;
}
</style>
border-color css
<style>
span { border-color: #4D1199; }
span { border-color: rgb(77,17,153); }
td.TdClassName
{
border-color: #4D1199;
}
.TagClassName
{
border-color: #4D1199;
}
</style>