Shades of Indigo #4D0D73
Tints of Indigo #4D0D73
RGB
CMYK
RGB Variations
Color information
#4D0D73 (or 0x4D0D73) is known color: Indigo. HEX triplet: 4D, 0D and 73. RGB value is (77,13,115). Sum of RGB (Red+Green+Blue) = 77+13+115=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 13 (5.47% from 255 or 6.34% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #4D0D73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0D73 is #B2F28C. Grayscale: #2B2B2B. Windows color (decimal): -11727501 or 7540045. OLE color: 7540045.
HSL color Cylindrical-coordinate representation of color #4D0D73: hue angle of 277.65º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D0D73 is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 13 | 115 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.55 |
| HSL | 277.65º | 0.8% | 0.25% | - |
| HSV(B) | 277.65º | 0.89% | 0.45% | - |
| XYZ | 6.3 | 3.1 | 16.49 | - |
| YUV | 43.76 | 168.2 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 13 | 115 | 0.33 | 0.89 | 0 | 0.55 | 277.65 | 0.8 | 0.25 |
| Hex | 4D | D | 73 | 21 | 59 | 0 | 37 | 116 | 50 | 19 |
| Octal | 115 | 15 | 163 | 41 | 131 | 0 | 67 | 426 | 120 | 31 |
| Binary | 1001101 | 1101 | 1110011 | 100001 | 1011001 | 0 | 110111 | 100010110 | 1010000 | 11001 |
Color Harmonies of #4D0D73
Complementary color
Monochromatic Colors of #4D0D73
Black with #4D0D73
Text Example
Text Example
White with #4D0D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0D73; }
p { color: rgb(77,13,115); }
H1.HeaderClassName
{
color: #4D0D73;
}
.AnyTagClassName
{
color: #4D0D73;
}
</style>
background-color css
<style>
a { background-color: #4D0D73; }
a { background-color: rgb(77,13,115); }
div.DivClassName
{
background-color: #4D0D73;
}
.BgClassName
{
background-color: #4D0D73;
}
</style>
border-color css
<style>
span { border-color: #4D0D73; }
span { border-color: rgb(77,13,115); }
td.TdClassName
{
border-color: #4D0D73;
}
.TagClassName
{
border-color: #4D0D73;
}
</style>