Shades of Indigo #4D0973
Tints of Indigo #4D0973
RGB
CMYK
RGB Variations
Color information
#4D0973 (or 0x4D0973) is known color: Indigo. HEX triplet: 4D, 09 and 73. RGB value is (77,9,115). Sum of RGB (Red+Green+Blue) = 77+9+115=201 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.31% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 115 (45.31% from 255 or 57.21% from 201); Max value from RGB is 115 - color contains mainly: blue. Hex color #4D0973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0973 is #B2F68C. Grayscale: #292929. Windows color (decimal): -11728525 or 7539021. OLE color: 7539021.
HSL color Cylindrical-coordinate representation of color #4D0973: hue angle of 278.49º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D0973 is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 9 | 115 | - |
| CMYK | 0.33 | 0.92 | 0 | 0.55 |
| HSL | 278.49º | 0.85% | 0.24% | - |
| HSV(B) | 278.49º | 0.92% | 0.45% | - |
| XYZ | 6.25 | 3.01 | 16.47 | - |
| YUV | 41.42 | 169.53 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 9 | 115 | 0.33 | 0.92 | 0 | 0.55 | 278.49 | 0.85 | 0.24 |
| Hex | 4D | 9 | 73 | 21 | 5C | 0 | 37 | 116 | 55 | 18 |
| Octal | 115 | 11 | 163 | 41 | 134 | 0 | 67 | 426 | 125 | 30 |
| Binary | 1001101 | 1001 | 1110011 | 100001 | 1011100 | 0 | 110111 | 100010110 | 1010101 | 11000 |
Color Harmonies of #4D0973
Complementary color
Monochromatic Colors of #4D0973
Black with #4D0973
Text Example
Text Example
White with #4D0973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0973; }
p { color: rgb(77,9,115); }
H1.HeaderClassName
{
color: #4D0973;
}
.AnyTagClassName
{
color: #4D0973;
}
</style>
background-color css
<style>
a { background-color: #4D0973; }
a { background-color: rgb(77,9,115); }
div.DivClassName
{
background-color: #4D0973;
}
.BgClassName
{
background-color: #4D0973;
}
</style>
border-color css
<style>
span { border-color: #4D0973; }
span { border-color: rgb(77,9,115); }
td.TdClassName
{
border-color: #4D0973;
}
.TagClassName
{
border-color: #4D0973;
}
</style>