Shades of Han Purple #490EFA
Tints of Han Purple #490EFA
RGB
CMYK
RGB Variations
Color information
#490EFA (or 0x490EFA) is known color: Han Purple. HEX triplet: 49, 0E and FA. RGB value is (73,14,250). Sum of RGB (Red+Green+Blue) = 73+14+250=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 250 (98.05% from 255 or 74.18% from 337); Max value from RGB is 250 - color contains mainly: blue. Hex color #490EFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490EFA is #B6F105. Grayscale: #393939. Windows color (decimal): -11989254 or 16387657. OLE color: 16387657.
HSL color Cylindrical-coordinate representation of color #490EFA: hue angle of 255º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490EFA is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 14 | 250 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.02 |
| HSL | 255º | 0.96% | 0.52% | - |
| HSV(B) | 255º | 0.94% | 0.98% | - |
| XYZ | 20.16 | 8.63 | 91.05 | - |
| YUV | 58.55 | 236.05 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 14 | 250 | 0.71 | 0.94 | 0 | 0.02 | 255 | 0.96 | 0.52 |
| Hex | 49 | E | FA | 47 | 5E | 0 | 2 | FF | 60 | 34 |
| Octal | 111 | 16 | 372 | 107 | 136 | 0 | 2 | 377 | 140 | 64 |
| Binary | 1001001 | 1110 | 11111010 | 1000111 | 1011110 | 0 | 10 | 11111111 | 1100000 | 110100 |
Color Harmonies of #490EFA
Complementary color
Monochromatic Colors of #490EFA
Black with #490EFA
Text Example
Text Example
White with #490EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490EFA; }
p { color: rgb(73,14,250); }
H1.HeaderClassName
{
color: #490EFA;
}
.AnyTagClassName
{
color: #490EFA;
}
</style>
background-color css
<style>
a { background-color: #490EFA; }
a { background-color: rgb(73,14,250); }
div.DivClassName
{
background-color: #490EFA;
}
.BgClassName
{
background-color: #490EFA;
}
</style>
border-color css
<style>
span { border-color: #490EFA; }
span { border-color: rgb(73,14,250); }
td.TdClassName
{
border-color: #490EFA;
}
.TagClassName
{
border-color: #490EFA;
}
</style>