Shades of Indigo #4D1987
Tints of Indigo #4D1987
RGB
CMYK
RGB Variations
Color information
#4D1987 (or 0x4D1987) is known color: Indigo. HEX triplet: 4D, 19 and 87. RGB value is (77,25,135). Sum of RGB (Red+Green+Blue) = 77+25+135=237 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.49% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 135 (53.12% from 255 or 56.96% from 237); Max value from RGB is 135 - color contains mainly: blue. Hex color #4D1987 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1987 is #B2E678. Grayscale: #343434. Windows color (decimal): -11724409 or 8853837. OLE color: 8853837.
HSL color Cylindrical-coordinate representation of color #4D1987: hue angle of 268.36º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D1987 is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 25 | 135 | - |
| CMYK | 0.43 | 0.81 | 0 | 0.47 |
| HSL | 268.36º | 0.69% | 0.31% | - |
| HSV(B) | 268.36º | 0.81% | 0.53% | - |
| XYZ | 7.78 | 4.02 | 23.29 | - |
| YUV | 53.09 | 174.23 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 25 | 135 | 0.43 | 0.81 | 0 | 0.47 | 268.36 | 0.69 | 0.31 |
| Hex | 4D | 19 | 87 | 2B | 51 | 0 | 2F | 10C | 45 | 1F |
| Octal | 115 | 31 | 207 | 53 | 121 | 0 | 57 | 414 | 105 | 37 |
| Binary | 1001101 | 11001 | 10000111 | 101011 | 1010001 | 0 | 101111 | 100001100 | 1000101 | 11111 |
Color Harmonies of #4D1987
Complementary color
Monochromatic Colors of #4D1987
Black with #4D1987
Text Example
Text Example
White with #4D1987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1987; }
p { color: rgb(77,25,135); }
H1.HeaderClassName
{
color: #4D1987;
}
.AnyTagClassName
{
color: #4D1987;
}
</style>
background-color css
<style>
a { background-color: #4D1987; }
a { background-color: rgb(77,25,135); }
div.DivClassName
{
background-color: #4D1987;
}
.BgClassName
{
background-color: #4D1987;
}
</style>
border-color css
<style>
span { border-color: #4D1987; }
span { border-color: rgb(77,25,135); }
td.TdClassName
{
border-color: #4D1987;
}
.TagClassName
{
border-color: #4D1987;
}
</style>