Shades of Indigo #4D0D86
Tints of Indigo #4D0D86
RGB
CMYK
RGB Variations
Color information
#4D0D86 (or 0x4D0D86) is known color: Indigo. HEX triplet: 4D, 0D and 86. RGB value is (77,13,134). Sum of RGB (Red+Green+Blue) = 77+13+134=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 13 (5.47% from 255 or 5.80% from 224); Blue value is 134 (52.73% from 255 or 59.82% from 224); Max value from RGB is 134 - color contains mainly: blue. Hex color #4D0D86 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0D86 is #B2F279. Grayscale: #2D2D2D. Windows color (decimal): -11727482 or 8785229. OLE color: 8785229.
HSL color Cylindrical-coordinate representation of color #4D0D86: hue angle of 271.74º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D0D86 is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 13 | 134 | - |
| CMYK | 0.43 | 0.90 | 0 | 0.47 |
| HSL | 271.74º | 0.82% | 0.29% | - |
| HSV(B) | 271.74º | 0.9% | 0.53% | - |
| XYZ | 7.51 | 3.59 | 22.85 | - |
| YUV | 45.93 | 177.7 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 13 | 134 | 0.43 | 0.90 | 0 | 0.47 | 271.74 | 0.82 | 0.29 |
| Hex | 4D | D | 86 | 2B | 5A | 0 | 2F | 110 | 52 | 1D |
| Octal | 115 | 15 | 206 | 53 | 132 | 0 | 57 | 420 | 122 | 35 |
| Binary | 1001101 | 1101 | 10000110 | 101011 | 1011010 | 0 | 101111 | 100010000 | 1010010 | 11101 |
Color Harmonies of #4D0D86
Complementary color
Monochromatic Colors of #4D0D86
Black with #4D0D86
Text Example
Text Example
White with #4D0D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0D86; }
p { color: rgb(77,13,134); }
H1.HeaderClassName
{
color: #4D0D86;
}
.AnyTagClassName
{
color: #4D0D86;
}
</style>
background-color css
<style>
a { background-color: #4D0D86; }
a { background-color: rgb(77,13,134); }
div.DivClassName
{
background-color: #4D0D86;
}
.BgClassName
{
background-color: #4D0D86;
}
</style>
border-color css
<style>
span { border-color: #4D0D86; }
span { border-color: rgb(77,13,134); }
td.TdClassName
{
border-color: #4D0D86;
}
.TagClassName
{
border-color: #4D0D86;
}
</style>