Shades of Indigo #490FA3
Tints of Indigo #490FA3
RGB
CMYK
RGB Variations
Color information
#490FA3 (or 0x490FA3) is known color: Indigo. HEX triplet: 49, 0F and A3. RGB value is (73,15,163). Sum of RGB (Red+Green+Blue) = 73+15+163=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 163 (64.06% from 255 or 64.94% from 251); Max value from RGB is 163 - color contains mainly: blue. Hex color #490FA3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490FA3 is #B6F05C. Grayscale: #303030. Windows color (decimal): -11989085 or 10686281. OLE color: 10686281.
HSL color Cylindrical-coordinate representation of color #490FA3: hue angle of 263.51º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #490FA3 is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 15 | 163 | - |
| CMYK | 0.55 | 0.91 | 0 | 0.36 |
| HSL | 263.51º | 0.83% | 0.35% | - |
| HSV(B) | 263.51º | 0.91% | 0.64% | - |
| XYZ | 9.53 | 4.4 | 35 | - |
| YUV | 49.21 | 192.22 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 163 | 0.55 | 0.91 | 0 | 0.36 | 263.51 | 0.83 | 0.35 |
| Hex | 49 | F | A3 | 37 | 5B | 0 | 24 | 108 | 53 | 23 |
| Octal | 111 | 17 | 243 | 67 | 133 | 0 | 44 | 410 | 123 | 43 |
| Binary | 1001001 | 1111 | 10100011 | 110111 | 1011011 | 0 | 100100 | 100001000 | 1010011 | 100011 |
Color Harmonies of #490FA3
Complementary color
Monochromatic Colors of #490FA3
Black with #490FA3
Text Example
Text Example
White with #490FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490FA3; }
p { color: rgb(73,15,163); }
H1.HeaderClassName
{
color: #490FA3;
}
.AnyTagClassName
{
color: #490FA3;
}
</style>
background-color css
<style>
a { background-color: #490FA3; }
a { background-color: rgb(73,15,163); }
div.DivClassName
{
background-color: #490FA3;
}
.BgClassName
{
background-color: #490FA3;
}
</style>
border-color css
<style>
span { border-color: #490FA3; }
span { border-color: rgb(73,15,163); }
td.TdClassName
{
border-color: #490FA3;
}
.TagClassName
{
border-color: #490FA3;
}
</style>