Shades of Indigo #490FA8
Tints of Indigo #490FA8
RGB
CMYK
RGB Variations
Color information
#490FA8 (or 0x490FA8) is known color: Indigo. HEX triplet: 49, 0F and A8. RGB value is (73,15,168). Sum of RGB (Red+Green+Blue) = 73+15+168=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 168 (66.02% from 255 or 65.62% from 256); Max value from RGB is 168 - color contains mainly: blue. Hex color #490FA8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490FA8 is #B6F057. Grayscale: #313131. Windows color (decimal): -11989080 or 11013961. OLE color: 11013961.
HSL color Cylindrical-coordinate representation of color #490FA8: hue angle of 262.75º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #490FA8 is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 73 | 15 | 168 | - |
| CMYK | 0.57 | 0.91 | 0 | 0.34 |
| HSL | 262.75º | 0.84% | 0.36% | - |
| HSV(B) | 262.75º | 0.91% | 0.66% | - |
| XYZ | 9.99 | 4.59 | 37.4 | - |
| YUV | 49.78 | 194.72 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 168 | 0.57 | 0.91 | 0 | 0.34 | 262.75 | 0.84 | 0.36 |
| Hex | 49 | F | A8 | 39 | 5B | 0 | 22 | 107 | 54 | 24 |
| Octal | 111 | 17 | 250 | 71 | 133 | 0 | 42 | 407 | 124 | 44 |
| Binary | 1001001 | 1111 | 10101000 | 111001 | 1011011 | 0 | 100010 | 100000111 | 1010100 | 100100 |
Color Harmonies of #490FA8
Complementary color
Monochromatic Colors of #490FA8
Black with #490FA8
Text Example
Text Example
White with #490FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490FA8; }
p { color: rgb(73,15,168); }
H1.HeaderClassName
{
color: #490FA8;
}
.AnyTagClassName
{
color: #490FA8;
}
</style>
background-color css
<style>
a { background-color: #490FA8; }
a { background-color: rgb(73,15,168); }
div.DivClassName
{
background-color: #490FA8;
}
.BgClassName
{
background-color: #490FA8;
}
</style>
border-color css
<style>
span { border-color: #490FA8; }
span { border-color: rgb(73,15,168); }
td.TdClassName
{
border-color: #490FA8;
}
.TagClassName
{
border-color: #490FA8;
}
</style>