Shades of Han Purple #490FE4
Tints of Han Purple #490FE4
RGB
CMYK
RGB Variations
Color information
#490FE4 (or 0x490FE4) is known color: Han Purple. HEX triplet: 49, 0F and E4. RGB value is (73,15,228). Sum of RGB (Red+Green+Blue) = 73+15+228=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 228 (89.45% from 255 or 72.15% from 316); Max value from RGB is 228 - color contains mainly: blue. Hex color #490FE4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490FE4 is #B6F01B. Grayscale: #373737. Windows color (decimal): -11989020 or 14946121. OLE color: 14946121.
HSL color Cylindrical-coordinate representation of color #490FE4: hue angle of 256.34º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490FE4 is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 73 | 15 | 228 | - |
| CMYK | 0.68 | 0.93 | 0 | 0.11 |
| HSL | 256.34º | 0.88% | 0.48% | - |
| HSV(B) | 256.34º | 0.93% | 0.89% | - |
| XYZ | 16.92 | 7.36 | 73.93 | - |
| YUV | 56.62 | 224.72 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 228 | 0.68 | 0.93 | 0 | 0.11 | 256.34 | 0.88 | 0.48 |
| Hex | 49 | F | E4 | 44 | 5D | 0 | B | 100 | 58 | 30 |
| Octal | 111 | 17 | 344 | 104 | 135 | 0 | 13 | 400 | 130 | 60 |
| Binary | 1001001 | 1111 | 11100100 | 1000100 | 1011101 | 0 | 1011 | 100000000 | 1011000 | 110000 |
Color Harmonies of #490FE4
Complementary color
Monochromatic Colors of #490FE4
Black with #490FE4
Text Example
Text Example
White with #490FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490FE4; }
p { color: rgb(73,15,228); }
H1.HeaderClassName
{
color: #490FE4;
}
.AnyTagClassName
{
color: #490FE4;
}
</style>
background-color css
<style>
a { background-color: #490FE4; }
a { background-color: rgb(73,15,228); }
div.DivClassName
{
background-color: #490FE4;
}
.BgClassName
{
background-color: #490FE4;
}
</style>
border-color css
<style>
span { border-color: #490FE4; }
span { border-color: rgb(73,15,228); }
td.TdClassName
{
border-color: #490FE4;
}
.TagClassName
{
border-color: #490FE4;
}
</style>