Shades of Indigo #4D119B
Tints of Indigo #4D119B
RGB
CMYK
RGB Variations
Color information
#4D119B (or 0x4D119B) is known color: Indigo. HEX triplet: 4D, 11 and 9B. RGB value is (77,17,155). Sum of RGB (Red+Green+Blue) = 77+17+155=249 (32% of max value = 765). Red value is 77 (30.47% from 255 or 30.92% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 155 (60.94% from 255 or 62.25% from 249); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D119B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D119B is #B2EE64. Grayscale: #323232. Windows color (decimal): -11726437 or 10162509. OLE color: 10162509.
HSL color Cylindrical-coordinate representation of color #4D119B: hue angle of 266.09º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D119B is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 17 | 155 | - |
| CMYK | 0.50 | 0.89 | 0 | 0.39 |
| HSL | 266.09º | 0.8% | 0.34% | - |
| HSV(B) | 266.09º | 0.89% | 0.61% | - |
| XYZ | 9.18 | 4.35 | 31.37 | - |
| YUV | 50.67 | 186.88 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 17 | 155 | 0.50 | 0.89 | 0 | 0.39 | 266.09 | 0.8 | 0.34 |
| Hex | 4D | 11 | 9B | 32 | 59 | 0 | 27 | 10A | 50 | 22 |
| Octal | 115 | 21 | 233 | 62 | 131 | 0 | 47 | 412 | 120 | 42 |
| Binary | 1001101 | 10001 | 10011011 | 110010 | 1011001 | 0 | 100111 | 100001010 | 1010000 | 100010 |
Color Harmonies of #4D119B
Complementary color
Monochromatic Colors of #4D119B
Black with #4D119B
Text Example
Text Example
White with #4D119B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D119B; }
p { color: rgb(77,17,155); }
H1.HeaderClassName
{
color: #4D119B;
}
.AnyTagClassName
{
color: #4D119B;
}
</style>
background-color css
<style>
a { background-color: #4D119B; }
a { background-color: rgb(77,17,155); }
div.DivClassName
{
background-color: #4D119B;
}
.BgClassName
{
background-color: #4D119B;
}
</style>
border-color css
<style>
span { border-color: #4D119B; }
span { border-color: rgb(77,17,155); }
td.TdClassName
{
border-color: #4D119B;
}
.TagClassName
{
border-color: #4D119B;
}
</style>