Shades of Indigo #4900AE
Tints of Indigo #4900AE
RGB
CMYK
RGB Variations
Color information
#4900AE (or 0x4900AE) is known color: Indigo. HEX triplet: 49, 00 and AE. RGB value is (73,0,174). Sum of RGB (Red+Green+Blue) = 73+0+174=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 174 (68.36% from 255 or 70.45% from 247); Max value from RGB is 174 - color contains mainly: blue. Hex color #4900AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4900AE is #B6FF51. Grayscale: #292929. Windows color (decimal): -11992914 or 11403337. OLE color: 11403337.
HSL color Cylindrical-coordinate representation of color #4900AE: hue angle of 265.17º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4900AE is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 0 | 174 | - |
| CMYK | 0.58 | 1 | 0 | 0.32 |
| HSL | 265.17º | 1% | 0.34% | - |
| HSV(B) | 265.17º | 1% | 0.68% | - |
| XYZ | 10.39 | 4.47 | 40.36 | - |
| YUV | 41.66 | 202.68 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 174 | 0.58 | 1 | 0 | 0.32 | 265.17 | 1 | 0.34 |
| Hex | 49 | 0 | AE | 3A | 64 | 0 | 20 | 109 | 64 | 22 |
| Octal | 111 | 0 | 256 | 72 | 144 | 0 | 40 | 411 | 144 | 42 |
| Binary | 1001001 | 0 | 10101110 | 111010 | 1100100 | 0 | 100000 | 100001001 | 1100100 | 100010 |
Color Harmonies of #4900AE
Complementary color
Monochromatic Colors of #4900AE
Black with #4900AE
Text Example
Text Example
White with #4900AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4900AE; }
p { color: rgb(73,0,174); }
H1.HeaderClassName
{
color: #4900AE;
}
.AnyTagClassName
{
color: #4900AE;
}
</style>
background-color css
<style>
a { background-color: #4900AE; }
a { background-color: rgb(73,0,174); }
div.DivClassName
{
background-color: #4900AE;
}
.BgClassName
{
background-color: #4900AE;
}
</style>
border-color css
<style>
span { border-color: #4900AE; }
span { border-color: rgb(73,0,174); }
td.TdClassName
{
border-color: #4900AE;
}
.TagClassName
{
border-color: #4900AE;
}
</style>