Shades of Indigo #4D0E8D
Tints of Indigo #4D0E8D
RGB
CMYK
RGB Variations
Color information
#4D0E8D (or 0x4D0E8D) is known color: Indigo. HEX triplet: 4D, 0E and 8D. RGB value is (77,14,141). Sum of RGB (Red+Green+Blue) = 77+14+141=232 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.19% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 141 (55.47% from 255 or 60.78% from 232); Max value from RGB is 141 - color contains mainly: blue. Hex color #4D0E8D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0E8D is #B2F172. Grayscale: #2E2E2E. Windows color (decimal): -11727219 or 9244237. OLE color: 9244237.
HSL color Cylindrical-coordinate representation of color #4D0E8D: hue angle of 269.76º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D0E8D is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 14 | 141 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.45 |
| HSL | 269.76º | 0.82% | 0.3% | - |
| HSV(B) | 269.76º | 0.9% | 0.55% | - |
| XYZ | 8.03 | 3.81 | 25.51 | - |
| YUV | 47.32 | 180.87 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 14 | 141 | 0.45 | 0.90 | 0 | 0.45 | 269.76 | 0.82 | 0.3 |
| Hex | 4D | E | 8D | 2D | 5A | 0 | 2D | 10E | 52 | 1E |
| Octal | 115 | 16 | 215 | 55 | 132 | 0 | 55 | 416 | 122 | 36 |
| Binary | 1001101 | 1110 | 10001101 | 101101 | 1011010 | 0 | 101101 | 100001110 | 1010010 | 11110 |
Color Harmonies of #4D0E8D
Complementary color
Monochromatic Colors of #4D0E8D
Black with #4D0E8D
Text Example
Text Example
White with #4D0E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0E8D; }
p { color: rgb(77,14,141); }
H1.HeaderClassName
{
color: #4D0E8D;
}
.AnyTagClassName
{
color: #4D0E8D;
}
</style>
background-color css
<style>
a { background-color: #4D0E8D; }
a { background-color: rgb(77,14,141); }
div.DivClassName
{
background-color: #4D0E8D;
}
.BgClassName
{
background-color: #4D0E8D;
}
</style>
border-color css
<style>
span { border-color: #4D0E8D; }
span { border-color: rgb(77,14,141); }
td.TdClassName
{
border-color: #4D0E8D;
}
.TagClassName
{
border-color: #4D0E8D;
}
</style>