Shades of Han Purple #490DF0
Tints of Han Purple #490DF0
RGB
CMYK
RGB Variations
Color information
#490DF0 (or 0x490DF0) is known color: Han Purple. HEX triplet: 49, 0D and F0. RGB value is (73,13,240). Sum of RGB (Red+Green+Blue) = 73+13+240=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 240 (94.14% from 255 or 73.62% from 326); Max value from RGB is 240 - color contains mainly: blue. Hex color #490DF0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490DF0 is #B6F20F. Grayscale: #373737. Windows color (decimal): -11989520 or 15732041. OLE color: 15732041.
HSL color Cylindrical-coordinate representation of color #490DF0: hue angle of 255.86º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490DF0 is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 13 | 240 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.06 |
| HSL | 255.86º | 0.9% | 0.5% | - |
| HSV(B) | 255.86º | 0.95% | 0.94% | - |
| XYZ | 18.62 | 8 | 83 | - |
| YUV | 56.82 | 231.38 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 13 | 240 | 0.70 | 0.95 | 0 | 0.06 | 255.86 | 0.9 | 0.5 |
| Hex | 49 | D | F0 | 46 | 5F | 0 | 6 | 100 | 5A | 32 |
| Octal | 111 | 15 | 360 | 106 | 137 | 0 | 6 | 400 | 132 | 62 |
| Binary | 1001001 | 1101 | 11110000 | 1000110 | 1011111 | 0 | 110 | 100000000 | 1011010 | 110010 |
Color Harmonies of #490DF0
Complementary color
Monochromatic Colors of #490DF0
Black with #490DF0
Text Example
Text Example
White with #490DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490DF0; }
p { color: rgb(73,13,240); }
H1.HeaderClassName
{
color: #490DF0;
}
.AnyTagClassName
{
color: #490DF0;
}
</style>
background-color css
<style>
a { background-color: #490DF0; }
a { background-color: rgb(73,13,240); }
div.DivClassName
{
background-color: #490DF0;
}
.BgClassName
{
background-color: #490DF0;
}
</style>
border-color css
<style>
span { border-color: #490DF0; }
span { border-color: rgb(73,13,240); }
td.TdClassName
{
border-color: #490DF0;
}
.TagClassName
{
border-color: #490DF0;
}
</style>