Shades of Indigo #490DA3
Tints of Indigo #490DA3
RGB
CMYK
RGB Variations
Color information
#490DA3 (or 0x490DA3) is known color: Indigo. HEX triplet: 49, 0D and A3. RGB value is (73,13,163). Sum of RGB (Red+Green+Blue) = 73+13+163=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 13 (5.47% from 255 or 5.22% from 249); Blue value is 163 (64.06% from 255 or 65.46% from 249); Max value from RGB is 163 - color contains mainly: blue. Hex color #490DA3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490DA3 is #B6F25C. Grayscale: #2F2F2F. Windows color (decimal): -11989597 or 10685769. OLE color: 10685769.
HSL color Cylindrical-coordinate representation of color #490DA3: hue angle of 264º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #490DA3 is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 13 | 163 | - |
| CMYK | 0.55 | 0.92 | 0 | 0.36 |
| HSL | 264º | 0.85% | 0.35% | - |
| HSV(B) | 264º | 0.92% | 0.64% | - |
| XYZ | 9.5 | 4.35 | 34.99 | - |
| YUV | 48.04 | 192.88 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 13 | 163 | 0.55 | 0.92 | 0 | 0.36 | 264 | 0.85 | 0.35 |
| Hex | 49 | D | A3 | 37 | 5C | 0 | 24 | 108 | 55 | 23 |
| Octal | 111 | 15 | 243 | 67 | 134 | 0 | 44 | 410 | 125 | 43 |
| Binary | 1001001 | 1101 | 10100011 | 110111 | 1011100 | 0 | 100100 | 100001000 | 1010101 | 100011 |
Color Harmonies of #490DA3
Complementary color
Monochromatic Colors of #490DA3
Black with #490DA3
Text Example
Text Example
White with #490DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490DA3; }
p { color: rgb(73,13,163); }
H1.HeaderClassName
{
color: #490DA3;
}
.AnyTagClassName
{
color: #490DA3;
}
</style>
background-color css
<style>
a { background-color: #490DA3; }
a { background-color: rgb(73,13,163); }
div.DivClassName
{
background-color: #490DA3;
}
.BgClassName
{
background-color: #490DA3;
}
</style>
border-color css
<style>
span { border-color: #490DA3; }
span { border-color: rgb(73,13,163); }
td.TdClassName
{
border-color: #490DA3;
}
.TagClassName
{
border-color: #490DA3;
}
</style>