Shades of Indigo #4D0AAD
Tints of Indigo #4D0AAD
RGB
CMYK
RGB Variations
Color information
#4D0AAD (or 0x4D0AAD) is known color: Indigo. HEX triplet: 4D, 0A and AD. RGB value is (77,10,173). Sum of RGB (Red+Green+Blue) = 77+10+173=260 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.62% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 173 (67.97% from 255 or 66.54% from 260); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D0AAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0AAD is #B2F552. Grayscale: #303030. Windows color (decimal): -11728211 or 11340365. OLE color: 11340365.
HSL color Cylindrical-coordinate representation of color #4D0AAD: hue angle of 264.66º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D0AAD is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 10 | 173 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.32 |
| HSL | 264.66º | 0.89% | 0.36% | - |
| HSV(B) | 264.66º | 0.94% | 0.68% | - |
| XYZ | 10.71 | 4.81 | 39.9 | - |
| YUV | 48.62 | 198.2 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 10 | 173 | 0.55 | 0.94 | 0 | 0.32 | 264.66 | 0.89 | 0.36 |
| Hex | 4D | A | AD | 37 | 5E | 0 | 20 | 109 | 59 | 24 |
| Octal | 115 | 12 | 255 | 67 | 136 | 0 | 40 | 411 | 131 | 44 |
| Binary | 1001101 | 1010 | 10101101 | 110111 | 1011110 | 0 | 100000 | 100001001 | 1011001 | 100100 |
Color Harmonies of #4D0AAD
Complementary color
Monochromatic Colors of #4D0AAD
Black with #4D0AAD
Text Example
Text Example
White with #4D0AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0AAD; }
p { color: rgb(77,10,173); }
H1.HeaderClassName
{
color: #4D0AAD;
}
.AnyTagClassName
{
color: #4D0AAD;
}
</style>
background-color css
<style>
a { background-color: #4D0AAD; }
a { background-color: rgb(77,10,173); }
div.DivClassName
{
background-color: #4D0AAD;
}
.BgClassName
{
background-color: #4D0AAD;
}
</style>
border-color css
<style>
span { border-color: #4D0AAD; }
span { border-color: rgb(77,10,173); }
td.TdClassName
{
border-color: #4D0AAD;
}
.TagClassName
{
border-color: #4D0AAD;
}
</style>