Shades of Indigo #4D0D6D
Tints of Indigo #4D0D6D
RGB
CMYK
RGB Variations
Color information
#4D0D6D (or 0x4D0D6D) is known color: Indigo. HEX triplet: 4D, 0D and 6D. RGB value is (77,13,109). Sum of RGB (Red+Green+Blue) = 77+13+109=199 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.69% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 109 (42.97% from 255 or 54.77% from 199); Max value from RGB is 109 - color contains mainly: blue. Hex color #4D0D6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0D6D is #B2F292. Grayscale: #2A2A2A. Windows color (decimal): -11727507 or 7146829. OLE color: 7146829.
HSL color Cylindrical-coordinate representation of color #4D0D6D: hue angle of 280º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D0D6D is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 13 | 109 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.57 |
| HSL | 280º | 0.79% | 0.24% | - |
| HSV(B) | 280º | 0.88% | 0.43% | - |
| XYZ | 5.96 | 2.97 | 14.73 | - |
| YUV | 43.08 | 165.2 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 13 | 109 | 0.29 | 0.88 | 0 | 0.57 | 280 | 0.79 | 0.24 |
| Hex | 4D | D | 6D | 1D | 58 | 0 | 39 | 118 | 4F | 18 |
| Octal | 115 | 15 | 155 | 35 | 130 | 0 | 71 | 430 | 117 | 30 |
| Binary | 1001101 | 1101 | 1101101 | 11101 | 1011000 | 0 | 111001 | 100011000 | 1001111 | 11000 |
Color Harmonies of #4D0D6D
Complementary color
Monochromatic Colors of #4D0D6D
Black with #4D0D6D
Text Example
Text Example
White with #4D0D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0D6D; }
p { color: rgb(77,13,109); }
H1.HeaderClassName
{
color: #4D0D6D;
}
.AnyTagClassName
{
color: #4D0D6D;
}
</style>
background-color css
<style>
a { background-color: #4D0D6D; }
a { background-color: rgb(77,13,109); }
div.DivClassName
{
background-color: #4D0D6D;
}
.BgClassName
{
background-color: #4D0D6D;
}
</style>
border-color css
<style>
span { border-color: #4D0D6D; }
span { border-color: rgb(77,13,109); }
td.TdClassName
{
border-color: #4D0D6D;
}
.TagClassName
{
border-color: #4D0D6D;
}
</style>