Shades of Han Purple #490DDD
Tints of Han Purple #490DDD
RGB
CMYK
RGB Variations
Color information
#490DDD (or 0x490DDD) is known color: Han Purple. HEX triplet: 49, 0D and DD. RGB value is (73,13,221). Sum of RGB (Red+Green+Blue) = 73+13+221=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 13 (5.47% from 255 or 4.23% from 307); Blue value is 221 (86.72% from 255 or 71.99% from 307); Max value from RGB is 221 - color contains mainly: blue. Hex color #490DDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490DDD is #B6F222. Grayscale: #353535. Windows color (decimal): -11989539 or 14486857. OLE color: 14486857.
HSL color Cylindrical-coordinate representation of color #490DDD: hue angle of 257.31º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490DDD is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 13 | 221 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.13 |
| HSL | 257.31º | 0.89% | 0.46% | - |
| HSV(B) | 257.31º | 0.94% | 0.87% | - |
| XYZ | 15.94 | 6.92 | 68.9 | - |
| YUV | 54.65 | 221.88 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 13 | 221 | 0.67 | 0.94 | 0 | 0.13 | 257.31 | 0.89 | 0.46 |
| Hex | 49 | D | DD | 43 | 5E | 0 | D | 101 | 59 | 2E |
| Octal | 111 | 15 | 335 | 103 | 136 | 0 | 15 | 401 | 131 | 56 |
| Binary | 1001001 | 1101 | 11011101 | 1000011 | 1011110 | 0 | 1101 | 100000001 | 1011001 | 101110 |
Color Harmonies of #490DDD
Complementary color
Monochromatic Colors of #490DDD
Black with #490DDD
Text Example
Text Example
White with #490DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490DDD; }
p { color: rgb(73,13,221); }
H1.HeaderClassName
{
color: #490DDD;
}
.AnyTagClassName
{
color: #490DDD;
}
</style>
background-color css
<style>
a { background-color: #490DDD; }
a { background-color: rgb(73,13,221); }
div.DivClassName
{
background-color: #490DDD;
}
.BgClassName
{
background-color: #490DDD;
}
</style>
border-color css
<style>
span { border-color: #490DDD; }
span { border-color: rgb(73,13,221); }
td.TdClassName
{
border-color: #490DDD;
}
.TagClassName
{
border-color: #490DDD;
}
</style>