Shades of Indigo #4D0981
Tints of Indigo #4D0981
RGB
CMYK
RGB Variations
Color information
#4D0981 (or 0x4D0981) is known color: Indigo. HEX triplet: 4D, 09 and 81. RGB value is (77,9,129). Sum of RGB (Red+Green+Blue) = 77+9+129=215 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.81% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 129 (50.78% from 255 or 60% from 215); Max value from RGB is 129 - color contains mainly: blue. Hex color #4D0981 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0981 is #B2F67E. Grayscale: #2A2A2A. Windows color (decimal): -11728511 or 8456525. OLE color: 8456525.
HSL color Cylindrical-coordinate representation of color #4D0981: hue angle of 274º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4D0981 is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 77 | 9 | 129 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.49 |
| HSL | 274º | 0.87% | 0.27% | - |
| HSV(B) | 274º | 0.93% | 0.51% | - |
| XYZ | 7.12 | 3.36 | 21.04 | - |
| YUV | 43.01 | 176.53 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 9 | 129 | 0.40 | 0.93 | 0 | 0.49 | 274 | 0.87 | 0.27 |
| Hex | 4D | 9 | 81 | 28 | 5D | 0 | 31 | 112 | 57 | 1B |
| Octal | 115 | 11 | 201 | 50 | 135 | 0 | 61 | 422 | 127 | 33 |
| Binary | 1001101 | 1001 | 10000001 | 101000 | 1011101 | 0 | 110001 | 100010010 | 1010111 | 11011 |
Color Harmonies of #4D0981
Complementary color
Monochromatic Colors of #4D0981
Black with #4D0981
Text Example
Text Example
White with #4D0981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0981; }
p { color: rgb(77,9,129); }
H1.HeaderClassName
{
color: #4D0981;
}
.AnyTagClassName
{
color: #4D0981;
}
</style>
background-color css
<style>
a { background-color: #4D0981; }
a { background-color: rgb(77,9,129); }
div.DivClassName
{
background-color: #4D0981;
}
.BgClassName
{
background-color: #4D0981;
}
</style>
border-color css
<style>
span { border-color: #4D0981; }
span { border-color: rgb(77,9,129); }
td.TdClassName
{
border-color: #4D0981;
}
.TagClassName
{
border-color: #4D0981;
}
</style>