Shades of Han Purple #490EF4
Tints of Han Purple #490EF4
RGB
CMYK
RGB Variations
Color information
#490EF4 (or 0x490EF4) is known color: Han Purple. HEX triplet: 49, 0E and F4. RGB value is (73,14,244). Sum of RGB (Red+Green+Blue) = 73+14+244=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 14 (5.86% from 255 or 4.23% from 331); Blue value is 244 (95.70% from 255 or 73.72% from 331); Max value from RGB is 244 - color contains mainly: blue. Hex color #490EF4 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490EF4 is #B6F10B. Grayscale: #393939. Windows color (decimal): -11989260 or 15994441. OLE color: 15994441.
HSL color Cylindrical-coordinate representation of color #490EF4: hue angle of 255.39º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490EF4 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 14 | 244 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.04 |
| HSL | 255.39º | 0.91% | 0.51% | - |
| HSV(B) | 255.39º | 0.94% | 0.96% | - |
| XYZ | 19.23 | 8.26 | 86.17 | - |
| YUV | 57.86 | 233.05 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 14 | 244 | 0.70 | 0.94 | 0 | 0.04 | 255.39 | 0.91 | 0.51 |
| Hex | 49 | E | F4 | 46 | 5E | 0 | 4 | FF | 5B | 33 |
| Octal | 111 | 16 | 364 | 106 | 136 | 0 | 4 | 377 | 133 | 63 |
| Binary | 1001001 | 1110 | 11110100 | 1000110 | 1011110 | 0 | 100 | 11111111 | 1011011 | 110011 |
Color Harmonies of #490EF4
Complementary color
Monochromatic Colors of #490EF4
Black with #490EF4
Text Example
Text Example
White with #490EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490EF4; }
p { color: rgb(73,14,244); }
H1.HeaderClassName
{
color: #490EF4;
}
.AnyTagClassName
{
color: #490EF4;
}
</style>
background-color css
<style>
a { background-color: #490EF4; }
a { background-color: rgb(73,14,244); }
div.DivClassName
{
background-color: #490EF4;
}
.BgClassName
{
background-color: #490EF4;
}
</style>
border-color css
<style>
span { border-color: #490EF4; }
span { border-color: rgb(73,14,244); }
td.TdClassName
{
border-color: #490EF4;
}
.TagClassName
{
border-color: #490EF4;
}
</style>