Shades of Han Purple #490EF1
Tints of Han Purple #490EF1
RGB
CMYK
RGB Variations
Color information
#490EF1 (or 0x490EF1) is known color: Han Purple. HEX triplet: 49, 0E and F1. RGB value is (73,14,241). Sum of RGB (Red+Green+Blue) = 73+14+241=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 14 (5.86% from 255 or 4.27% from 328); Blue value is 241 (94.53% from 255 or 73.48% from 328); Max value from RGB is 241 - color contains mainly: blue. Hex color #490EF1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490EF1 is #B6F10E. Grayscale: #383838. Windows color (decimal): -11989263 or 15797833. OLE color: 15797833.
HSL color Cylindrical-coordinate representation of color #490EF1: hue angle of 255.59º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490EF1 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 14 | 241 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.05 |
| HSL | 255.59º | 0.89% | 0.5% | - |
| HSV(B) | 255.59º | 0.94% | 0.95% | - |
| XYZ | 18.78 | 8.08 | 83.79 | - |
| YUV | 57.52 | 231.55 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 14 | 241 | 0.70 | 0.94 | 0 | 0.05 | 255.59 | 0.89 | 0.5 |
| Hex | 49 | E | F1 | 46 | 5E | 0 | 5 | 100 | 59 | 32 |
| Octal | 111 | 16 | 361 | 106 | 136 | 0 | 5 | 400 | 131 | 62 |
| Binary | 1001001 | 1110 | 11110001 | 1000110 | 1011110 | 0 | 101 | 100000000 | 1011001 | 110010 |
Color Harmonies of #490EF1
Complementary color
Monochromatic Colors of #490EF1
Black with #490EF1
Text Example
Text Example
White with #490EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490EF1; }
p { color: rgb(73,14,241); }
H1.HeaderClassName
{
color: #490EF1;
}
.AnyTagClassName
{
color: #490EF1;
}
</style>
background-color css
<style>
a { background-color: #490EF1; }
a { background-color: rgb(73,14,241); }
div.DivClassName
{
background-color: #490EF1;
}
.BgClassName
{
background-color: #490EF1;
}
</style>
border-color css
<style>
span { border-color: #490EF1; }
span { border-color: rgb(73,14,241); }
td.TdClassName
{
border-color: #490EF1;
}
.TagClassName
{
border-color: #490EF1;
}
</style>