Shades of Han Purple #490FFF
Tints of Han Purple #490FFF
RGB
CMYK
RGB Variations
Color information
#490FFF (or 0x490FFF) is known color: Han Purple. HEX triplet: 49, 0F and FF. RGB value is (73,15,255). Sum of RGB (Red+Green+Blue) = 73+15+255=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 15 (6.25% from 255 or 4.37% from 343); Blue value is 255 (100% from 255 or 74.34% from 343); Max value from RGB is 255 - color contains mainly: blue. Hex color #490FFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490FFF is #B6F000. Grayscale: #3A3A3A. Windows color (decimal): -11988993 or 16715593. OLE color: 16715593.
HSL color Cylindrical-coordinate representation of color #490FFF: hue angle of 254.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490FFF is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 15 | 255 | - |
| CMYK | 0.71 | 0.94 | 0 | 0 |
| HSL | 254.5º | 1% | 0.53% | - |
| HSV(B) | 254.5º | 0.94% | 1% | - |
| XYZ | 20.97 | 8.98 | 95.24 | - |
| YUV | 59.7 | 238.22 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 255 | 0.71 | 0.94 | 0 | 0 | 254.5 | 1 | 0.53 |
| Hex | 49 | F | FF | 47 | 5E | 0 | 0 | FE | 64 | 35 |
| Octal | 111 | 17 | 377 | 107 | 136 | 0 | 0 | 376 | 144 | 65 |
| Binary | 1001001 | 1111 | 11111111 | 1000111 | 1011110 | 0 | 0 | 11111110 | 1100100 | 110101 |
Color Harmonies of #490FFF
Complementary color
Monochromatic Colors of #490FFF
Black with #490FFF
Text Example
Text Example
White with #490FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490FFF; }
p { color: rgb(73,15,255); }
H1.HeaderClassName
{
color: #490FFF;
}
.AnyTagClassName
{
color: #490FFF;
}
</style>
background-color css
<style>
a { background-color: #490FFF; }
a { background-color: rgb(73,15,255); }
div.DivClassName
{
background-color: #490FFF;
}
.BgClassName
{
background-color: #490FFF;
}
</style>
border-color css
<style>
span { border-color: #490FFF; }
span { border-color: rgb(73,15,255); }
td.TdClassName
{
border-color: #490FFF;
}
.TagClassName
{
border-color: #490FFF;
}
</style>