Shades of Indigo #4D1190
Tints of Indigo #4D1190
RGB
CMYK
RGB Variations
Color information
#4D1190 (or 0x4D1190) is known color: Indigo. HEX triplet: 4D, 11 and 90. RGB value is (77,17,144). Sum of RGB (Red+Green+Blue) = 77+17+144=238 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.35% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 144 (56.64% from 255 or 60.50% from 238); Max value from RGB is 144 - color contains mainly: blue. Hex color #4D1190 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1190 is #B2EE6F. Grayscale: #303030. Windows color (decimal): -11726448 or 9441613. OLE color: 9441613.
HSL color Cylindrical-coordinate representation of color #4D1190: hue angle of 268.35º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D1190 is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 17 | 144 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.44 |
| HSL | 268.35º | 0.79% | 0.32% | - |
| HSV(B) | 268.35º | 0.88% | 0.56% | - |
| XYZ | 8.3 | 3.99 | 26.72 | - |
| YUV | 49.42 | 181.38 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 17 | 144 | 0.47 | 0.88 | 0 | 0.44 | 268.35 | 0.79 | 0.32 |
| Hex | 4D | 11 | 90 | 2F | 58 | 0 | 2C | 10C | 4F | 20 |
| Octal | 115 | 21 | 220 | 57 | 130 | 0 | 54 | 414 | 117 | 40 |
| Binary | 1001101 | 10001 | 10010000 | 101111 | 1011000 | 0 | 101100 | 100001100 | 1001111 | 100000 |
Color Harmonies of #4D1190
Complementary color
Monochromatic Colors of #4D1190
Black with #4D1190
Text Example
Text Example
White with #4D1190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1190; }
p { color: rgb(77,17,144); }
H1.HeaderClassName
{
color: #4D1190;
}
.AnyTagClassName
{
color: #4D1190;
}
</style>
background-color css
<style>
a { background-color: #4D1190; }
a { background-color: rgb(77,17,144); }
div.DivClassName
{
background-color: #4D1190;
}
.BgClassName
{
background-color: #4D1190;
}
</style>
border-color css
<style>
span { border-color: #4D1190; }
span { border-color: rgb(77,17,144); }
td.TdClassName
{
border-color: #4D1190;
}
.TagClassName
{
border-color: #4D1190;
}
</style>