Shades of Indigo #4D1587
Tints of Indigo #4D1587
RGB
CMYK
RGB Variations
Color information
#4D1587 (or 0x4D1587) is known color: Indigo. HEX triplet: 4D, 15 and 87. RGB value is (77,21,135). Sum of RGB (Red+Green+Blue) = 77+21+135=233 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.05% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 135 (53.12% from 255 or 57.94% from 233); Max value from RGB is 135 - color contains mainly: blue. Hex color #4D1587 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1587 is #B2EA78. Grayscale: #323232. Windows color (decimal): -11725433 or 8852813. OLE color: 8852813.
HSL color Cylindrical-coordinate representation of color #4D1587: hue angle of 269.47º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D1587 is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 21 | 135 | - |
| CMYK | 0.43 | 0.84 | 0 | 0.47 |
| HSL | 269.47º | 0.73% | 0.31% | - |
| HSV(B) | 269.47º | 0.84% | 0.53% | - |
| XYZ | 7.7 | 3.86 | 23.26 | - |
| YUV | 50.74 | 175.55 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 21 | 135 | 0.43 | 0.84 | 0 | 0.47 | 269.47 | 0.73 | 0.31 |
| Hex | 4D | 15 | 87 | 2B | 54 | 0 | 2F | 10D | 49 | 1F |
| Octal | 115 | 25 | 207 | 53 | 124 | 0 | 57 | 415 | 111 | 37 |
| Binary | 1001101 | 10101 | 10000111 | 101011 | 1010100 | 0 | 101111 | 100001101 | 1001001 | 11111 |
Color Harmonies of #4D1587
Complementary color
Monochromatic Colors of #4D1587
Black with #4D1587
Text Example
Text Example
White with #4D1587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1587; }
p { color: rgb(77,21,135); }
H1.HeaderClassName
{
color: #4D1587;
}
.AnyTagClassName
{
color: #4D1587;
}
</style>
background-color css
<style>
a { background-color: #4D1587; }
a { background-color: rgb(77,21,135); }
div.DivClassName
{
background-color: #4D1587;
}
.BgClassName
{
background-color: #4D1587;
}
</style>
border-color css
<style>
span { border-color: #4D1587; }
span { border-color: rgb(77,21,135); }
td.TdClassName
{
border-color: #4D1587;
}
.TagClassName
{
border-color: #4D1587;
}
</style>