Shades of Indigo #490DAB
Tints of Indigo #490DAB
RGB
CMYK
RGB Variations
Color information
#490DAB (or 0x490DAB) is known color: Indigo. HEX triplet: 49, 0D and AB. RGB value is (73,13,171). Sum of RGB (Red+Green+Blue) = 73+13+171=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 13 (5.47% from 255 or 5.06% from 257); Blue value is 171 (67.19% from 255 or 66.54% from 257); Max value from RGB is 171 - color contains mainly: blue. Hex color #490DAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490DAB is #B6F254. Grayscale: #303030. Windows color (decimal): -11989589 or 11210057. OLE color: 11210057.
HSL color Cylindrical-coordinate representation of color #490DAB: hue angle of 262.78º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #490DAB is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 13 | 171 | - |
| CMYK | 0.57 | 0.92 | 0 | 0.33 |
| HSL | 262.78º | 0.86% | 0.36% | - |
| HSV(B) | 262.78º | 0.92% | 0.67% | - |
| XYZ | 10.24 | 4.64 | 38.88 | - |
| YUV | 48.95 | 196.88 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 13 | 171 | 0.57 | 0.92 | 0 | 0.33 | 262.78 | 0.86 | 0.36 |
| Hex | 49 | D | AB | 39 | 5C | 0 | 21 | 107 | 56 | 24 |
| Octal | 111 | 15 | 253 | 71 | 134 | 0 | 41 | 407 | 126 | 44 |
| Binary | 1001001 | 1101 | 10101011 | 111001 | 1011100 | 0 | 100001 | 100000111 | 1010110 | 100100 |
Color Harmonies of #490DAB
Complementary color
Monochromatic Colors of #490DAB
Black with #490DAB
Text Example
Text Example
White with #490DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490DAB; }
p { color: rgb(73,13,171); }
H1.HeaderClassName
{
color: #490DAB;
}
.AnyTagClassName
{
color: #490DAB;
}
</style>
background-color css
<style>
a { background-color: #490DAB; }
a { background-color: rgb(73,13,171); }
div.DivClassName
{
background-color: #490DAB;
}
.BgClassName
{
background-color: #490DAB;
}
</style>
border-color css
<style>
span { border-color: #490DAB; }
span { border-color: rgb(73,13,171); }
td.TdClassName
{
border-color: #490DAB;
}
.TagClassName
{
border-color: #490DAB;
}
</style>