Shades of Indigo #4901AA
Tints of Indigo #4901AA
RGB
CMYK
RGB Variations
Color information
#4901AA (or 0x4901AA) is known color: Indigo. HEX triplet: 49, 01 and AA. RGB value is (73,1,170). Sum of RGB (Red+Green+Blue) = 73+1+170=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 170 (66.80% from 255 or 69.67% from 244); Max value from RGB is 170 - color contains mainly: blue. Hex color #4901AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4901AA is #B6FE55. Grayscale: #292929. Windows color (decimal): -11992662 or 11141449. OLE color: 11141449.
HSL color Cylindrical-coordinate representation of color #4901AA: hue angle of 265.56º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4901AA is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 1 | 170 | - |
| CMYK | 0.57 | 0.99 | 0 | 0.33 |
| HSL | 265.56º | 0.99% | 0.34% | - |
| HSV(B) | 265.56º | 0.99% | 0.67% | - |
| XYZ | 10.01 | 4.34 | 38.34 | - |
| YUV | 41.79 | 200.35 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 1 | 170 | 0.57 | 0.99 | 0 | 0.33 | 265.56 | 0.99 | 0.34 |
| Hex | 49 | 1 | AA | 39 | 63 | 0 | 21 | 10A | 63 | 22 |
| Octal | 111 | 1 | 252 | 71 | 143 | 0 | 41 | 412 | 143 | 42 |
| Binary | 1001001 | 1 | 10101010 | 111001 | 1100011 | 0 | 100001 | 100001010 | 1100011 | 100010 |
Color Harmonies of #4901AA
Complementary color
Monochromatic Colors of #4901AA
Black with #4901AA
Text Example
Text Example
White with #4901AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4901AA; }
p { color: rgb(73,1,170); }
H1.HeaderClassName
{
color: #4901AA;
}
.AnyTagClassName
{
color: #4901AA;
}
</style>
background-color css
<style>
a { background-color: #4901AA; }
a { background-color: rgb(73,1,170); }
div.DivClassName
{
background-color: #4901AA;
}
.BgClassName
{
background-color: #4901AA;
}
</style>
border-color css
<style>
span { border-color: #4901AA; }
span { border-color: rgb(73,1,170); }
td.TdClassName
{
border-color: #4901AA;
}
.TagClassName
{
border-color: #4901AA;
}
</style>