Shades of Indigo #4D0AAA
Tints of Indigo #4D0AAA
RGB
CMYK
RGB Variations
Color information
#4D0AAA (or 0x4D0AAA) is known color: Indigo. HEX triplet: 4D, 0A and AA. RGB value is (77,10,170). Sum of RGB (Red+Green+Blue) = 77+10+170=257 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.96% from 257); Green value is 10 (4.30% from 255 or 3.89% from 257); Blue value is 170 (66.80% from 255 or 66.15% from 257); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D0AAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0AAA is #B2F555. Grayscale: #2F2F2F. Windows color (decimal): -11728214 or 11143757. OLE color: 11143757.
HSL color Cylindrical-coordinate representation of color #4D0AAA: hue angle of 265.12º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D0AAA is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 10 | 170 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.33 |
| HSL | 265.13º | 0.89% | 0.35% | - |
| HSV(B) | 265.13º | 0.94% | 0.67% | - |
| XYZ | 10.42 | 4.7 | 38.39 | - |
| YUV | 48.27 | 196.7 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 10 | 170 | 0.55 | 0.94 | 0 | 0.33 | 265.13 | 0.89 | 0.35 |
| Hex | 4D | A | AA | 37 | 5E | 0 | 21 | 109 | 59 | 23 |
| Octal | 115 | 12 | 252 | 67 | 136 | 0 | 41 | 411 | 131 | 43 |
| Binary | 1001101 | 1010 | 10101010 | 110111 | 1011110 | 0 | 100001 | 100001001 | 1011001 | 100011 |
Color Harmonies of #4D0AAA
Complementary color
Monochromatic Colors of #4D0AAA
Black with #4D0AAA
Text Example
Text Example
White with #4D0AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0AAA; }
p { color: rgb(77,10,170); }
H1.HeaderClassName
{
color: #4D0AAA;
}
.AnyTagClassName
{
color: #4D0AAA;
}
</style>
background-color css
<style>
a { background-color: #4D0AAA; }
a { background-color: rgb(77,10,170); }
div.DivClassName
{
background-color: #4D0AAA;
}
.BgClassName
{
background-color: #4D0AAA;
}
</style>
border-color css
<style>
span { border-color: #4D0AAA; }
span { border-color: rgb(77,10,170); }
td.TdClassName
{
border-color: #4D0AAA;
}
.TagClassName
{
border-color: #4D0AAA;
}
</style>