Shades of Indigo #4901AE
Tints of Indigo #4901AE
RGB
CMYK
RGB Variations
Color information
#4901AE (or 0x4901AE) is known color: Indigo. HEX triplet: 49, 01 and AE. RGB value is (73,1,174). Sum of RGB (Red+Green+Blue) = 73+1+174=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 174 (68.36% from 255 or 70.16% from 248); Max value from RGB is 174 - color contains mainly: blue. Hex color #4901AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4901AE is #B6FE51. Grayscale: #292929. Windows color (decimal): -11992658 or 11403593. OLE color: 11403593.
HSL color Cylindrical-coordinate representation of color #4901AE: hue angle of 264.97º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4901AE is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 1 | 174 | - |
| CMYK | 0.58 | 0.99 | 0 | 0.32 |
| HSL | 264.97º | 0.99% | 0.34% | - |
| HSV(B) | 264.97º | 0.99% | 0.68% | - |
| XYZ | 10.4 | 4.49 | 40.36 | - |
| YUV | 42.25 | 202.35 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 1 | 174 | 0.58 | 0.99 | 0 | 0.32 | 264.97 | 0.99 | 0.34 |
| Hex | 49 | 1 | AE | 3A | 63 | 0 | 20 | 109 | 63 | 22 |
| Octal | 111 | 1 | 256 | 72 | 143 | 0 | 40 | 411 | 143 | 42 |
| Binary | 1001001 | 1 | 10101110 | 111010 | 1100011 | 0 | 100000 | 100001001 | 1100011 | 100010 |
Color Harmonies of #4901AE
Complementary color
Monochromatic Colors of #4901AE
Black with #4901AE
Text Example
Text Example
White with #4901AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4901AE; }
p { color: rgb(73,1,174); }
H1.HeaderClassName
{
color: #4901AE;
}
.AnyTagClassName
{
color: #4901AE;
}
</style>
background-color css
<style>
a { background-color: #4901AE; }
a { background-color: rgb(73,1,174); }
div.DivClassName
{
background-color: #4901AE;
}
.BgClassName
{
background-color: #4901AE;
}
</style>
border-color css
<style>
span { border-color: #4901AE; }
span { border-color: rgb(73,1,174); }
td.TdClassName
{
border-color: #4901AE;
}
.TagClassName
{
border-color: #4901AE;
}
</style>