Shades of Indigo #4D0D69
Tints of Indigo #4D0D69
RGB
CMYK
RGB Variations
Color information
#4D0D69 (or 0x4D0D69) is known color: Indigo. HEX triplet: 4D, 0D and 69. RGB value is (77,13,105). Sum of RGB (Red+Green+Blue) = 77+13+105=195 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.49% from 195); Green value is 13 (5.47% from 255 or 6.67% from 195); Blue value is 105 (41.41% from 255 or 53.85% from 195); Max value from RGB is 105 - color contains mainly: blue. Hex color #4D0D69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0D69 is #B2F296. Grayscale: #2A2A2A. Windows color (decimal): -11727511 or 6884685. OLE color: 6884685.
HSL color Cylindrical-coordinate representation of color #4D0D69: hue angle of 281.74º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D0D69 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 13 | 105 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.59 |
| HSL | 281.74º | 0.78% | 0.23% | - |
| HSV(B) | 281.74º | 0.88% | 0.41% | - |
| XYZ | 5.75 | 2.89 | 13.62 | - |
| YUV | 42.62 | 163.2 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 13 | 105 | 0.27 | 0.88 | 0 | 0.59 | 281.74 | 0.78 | 0.23 |
| Hex | 4D | D | 69 | 1B | 58 | 0 | 3B | 11A | 4E | 17 |
| Octal | 115 | 15 | 151 | 33 | 130 | 0 | 73 | 432 | 116 | 27 |
| Binary | 1001101 | 1101 | 1101001 | 11011 | 1011000 | 0 | 111011 | 100011010 | 1001110 | 10111 |
Color Harmonies of #4D0D69
Complementary color
Monochromatic Colors of #4D0D69
Black with #4D0D69
Text Example
Text Example
White with #4D0D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0D69; }
p { color: rgb(77,13,105); }
H1.HeaderClassName
{
color: #4D0D69;
}
.AnyTagClassName
{
color: #4D0D69;
}
</style>
background-color css
<style>
a { background-color: #4D0D69; }
a { background-color: rgb(77,13,105); }
div.DivClassName
{
background-color: #4D0D69;
}
.BgClassName
{
background-color: #4D0D69;
}
</style>
border-color css
<style>
span { border-color: #4D0D69; }
span { border-color: rgb(77,13,105); }
td.TdClassName
{
border-color: #4D0D69;
}
.TagClassName
{
border-color: #4D0D69;
}
</style>