Shades of Han Purple #490ED9
Tints of Han Purple #490ED9
RGB
CMYK
RGB Variations
Color information
#490ED9 (or 0x490ED9) is known color: Han Purple. HEX triplet: 49, 0E and D9. RGB value is (73,14,217). Sum of RGB (Red+Green+Blue) = 73+14+217=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 14 (5.86% from 255 or 4.61% from 304); Blue value is 217 (85.16% from 255 or 71.38% from 304); Max value from RGB is 217 - color contains mainly: blue. Hex color #490ED9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490ED9 is #B6F126. Grayscale: #363636. Windows color (decimal): -11989287 or 14224969. OLE color: 14224969.
HSL color Cylindrical-coordinate representation of color #490ED9: hue angle of 257.44º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490ED9 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 14 | 217 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.15 |
| HSL | 257.44º | 0.88% | 0.45% | - |
| HSV(B) | 257.44º | 0.94% | 0.85% | - |
| XYZ | 15.43 | 6.74 | 66.13 | - |
| YUV | 54.78 | 219.55 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 14 | 217 | 0.66 | 0.94 | 0 | 0.15 | 257.44 | 0.88 | 0.45 |
| Hex | 49 | E | D9 | 42 | 5E | 0 | F | 101 | 58 | 2D |
| Octal | 111 | 16 | 331 | 102 | 136 | 0 | 17 | 401 | 130 | 55 |
| Binary | 1001001 | 1110 | 11011001 | 1000010 | 1011110 | 0 | 1111 | 100000001 | 1011000 | 101101 |
Color Harmonies of #490ED9
Complementary color
Monochromatic Colors of #490ED9
Black with #490ED9
Text Example
Text Example
White with #490ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490ED9; }
p { color: rgb(73,14,217); }
H1.HeaderClassName
{
color: #490ED9;
}
.AnyTagClassName
{
color: #490ED9;
}
</style>
background-color css
<style>
a { background-color: #490ED9; }
a { background-color: rgb(73,14,217); }
div.DivClassName
{
background-color: #490ED9;
}
.BgClassName
{
background-color: #490ED9;
}
</style>
border-color css
<style>
span { border-color: #490ED9; }
span { border-color: rgb(73,14,217); }
td.TdClassName
{
border-color: #490ED9;
}
.TagClassName
{
border-color: #490ED9;
}
</style>