Shades of Indigo #4906AA
Tints of Indigo #4906AA
RGB
CMYK
RGB Variations
Color information
#4906AA (or 0x4906AA) is known color: Indigo. HEX triplet: 49, 06 and AA. RGB value is (73,6,170). Sum of RGB (Red+Green+Blue) = 73+6+170=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 170 (66.80% from 255 or 68.27% from 249); Max value from RGB is 170 - color contains mainly: blue. Hex color #4906AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4906AA is #B6F955. Grayscale: #2C2C2C. Windows color (decimal): -11991382 or 11142729. OLE color: 11142729.
HSL color Cylindrical-coordinate representation of color #4906AA: hue angle of 264.51º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4906AA is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 6 | 170 | - |
| CMYK | 0.57 | 0.96 | 0 | 0.33 |
| HSL | 264.51º | 0.93% | 0.35% | - |
| HSV(B) | 264.51º | 0.96% | 0.67% | - |
| XYZ | 10.07 | 4.45 | 38.36 | - |
| YUV | 44.73 | 198.7 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 6 | 170 | 0.57 | 0.96 | 0 | 0.33 | 264.51 | 0.93 | 0.35 |
| Hex | 49 | 6 | AA | 39 | 60 | 0 | 21 | 109 | 5D | 23 |
| Octal | 111 | 6 | 252 | 71 | 140 | 0 | 41 | 411 | 135 | 43 |
| Binary | 1001001 | 110 | 10101010 | 111001 | 1100000 | 0 | 100001 | 100001001 | 1011101 | 100011 |
Color Harmonies of #4906AA
Complementary color
Monochromatic Colors of #4906AA
Black with #4906AA
Text Example
Text Example
White with #4906AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4906AA; }
p { color: rgb(73,6,170); }
H1.HeaderClassName
{
color: #4906AA;
}
.AnyTagClassName
{
color: #4906AA;
}
</style>
background-color css
<style>
a { background-color: #4906AA; }
a { background-color: rgb(73,6,170); }
div.DivClassName
{
background-color: #4906AA;
}
.BgClassName
{
background-color: #4906AA;
}
</style>
border-color css
<style>
span { border-color: #4906AA; }
span { border-color: rgb(73,6,170); }
td.TdClassName
{
border-color: #4906AA;
}
.TagClassName
{
border-color: #4906AA;
}
</style>