Shades of Indigo #4D0873
Tints of Indigo #4D0873
RGB
CMYK
RGB Variations
Color information
#4D0873 (or 0x4D0873) is known color: Indigo. HEX triplet: 4D, 08 and 73. RGB value is (77,8,115). Sum of RGB (Red+Green+Blue) = 77+8+115=200 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.5% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #4D0873 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0873 is #B2F78C. Grayscale: #282828. Windows color (decimal): -11728781 or 7538765. OLE color: 7538765.
HSL color Cylindrical-coordinate representation of color #4D0873: hue angle of 278.69º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4D0873 is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 8 | 115 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.55 |
| HSL | 278.69º | 0.87% | 0.24% | - |
| HSV(B) | 278.69º | 0.93% | 0.45% | - |
| XYZ | 6.24 | 2.99 | 16.47 | - |
| YUV | 40.83 | 169.86 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 8 | 115 | 0.33 | 0.93 | 0 | 0.55 | 278.69 | 0.87 | 0.24 |
| Hex | 4D | 8 | 73 | 21 | 5D | 0 | 37 | 117 | 57 | 18 |
| Octal | 115 | 10 | 163 | 41 | 135 | 0 | 67 | 427 | 127 | 30 |
| Binary | 1001101 | 1000 | 1110011 | 100001 | 1011101 | 0 | 110111 | 100010111 | 1010111 | 11000 |
Color Harmonies of #4D0873
Complementary color
Monochromatic Colors of #4D0873
Black with #4D0873
Text Example
Text Example
White with #4D0873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0873; }
p { color: rgb(77,8,115); }
H1.HeaderClassName
{
color: #4D0873;
}
.AnyTagClassName
{
color: #4D0873;
}
</style>
background-color css
<style>
a { background-color: #4D0873; }
a { background-color: rgb(77,8,115); }
div.DivClassName
{
background-color: #4D0873;
}
.BgClassName
{
background-color: #4D0873;
}
</style>
border-color css
<style>
span { border-color: #4D0873; }
span { border-color: rgb(77,8,115); }
td.TdClassName
{
border-color: #4D0873;
}
.TagClassName
{
border-color: #4D0873;
}
</style>