Shades of Indigo #4900A1
Tints of Indigo #4900A1
RGB
CMYK
RGB Variations
Color information
#4900A1 (or 0x4900A1) is known color: Indigo. HEX triplet: 49, 00 and A1. RGB value is (73,0,161). Sum of RGB (Red+Green+Blue) = 73+0+161=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 161 (63.28% from 255 or 68.80% from 234); Max value from RGB is 161 - color contains mainly: blue. Hex color #4900A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4900A1 is #B6FF5E. Grayscale: #272727. Windows color (decimal): -11992927 or 10551369. OLE color: 10551369.
HSL color Cylindrical-coordinate representation of color #4900A1: hue angle of 267.2º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4900A1 is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 0 | 161 | - |
| CMYK | 0.55 | 1 | 0 | 0.37 |
| HSL | 267.21º | 1% | 0.32% | - |
| HSV(B) | 267.21º | 1% | 0.63% | - |
| XYZ | 9.18 | 3.99 | 34 | - |
| YUV | 40.18 | 196.18 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 161 | 0.55 | 1 | 0 | 0.37 | 267.21 | 1 | 0.32 |
| Hex | 49 | 0 | A1 | 37 | 64 | 0 | 25 | 10B | 64 | 20 |
| Octal | 111 | 0 | 241 | 67 | 144 | 0 | 45 | 413 | 144 | 40 |
| Binary | 1001001 | 0 | 10100001 | 110111 | 1100100 | 0 | 100101 | 100001011 | 1100100 | 100000 |
Color Harmonies of #4900A1
Complementary color
Monochromatic Colors of #4900A1
Black with #4900A1
Text Example
Text Example
White with #4900A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4900A1; }
p { color: rgb(73,0,161); }
H1.HeaderClassName
{
color: #4900A1;
}
.AnyTagClassName
{
color: #4900A1;
}
</style>
background-color css
<style>
a { background-color: #4900A1; }
a { background-color: rgb(73,0,161); }
div.DivClassName
{
background-color: #4900A1;
}
.BgClassName
{
background-color: #4900A1;
}
</style>
border-color css
<style>
span { border-color: #4900A1; }
span { border-color: rgb(73,0,161); }
td.TdClassName
{
border-color: #4900A1;
}
.TagClassName
{
border-color: #4900A1;
}
</style>