Shades of Han Purple #490AE0
Tints of Han Purple #490AE0
RGB
CMYK
RGB Variations
Color information
#490AE0 (or 0x490AE0) is known color: Han Purple. HEX triplet: 49, 0A and E0. RGB value is (73,10,224). Sum of RGB (Red+Green+Blue) = 73+10+224=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 10 (4.30% from 255 or 3.26% from 307); Blue value is 224 (87.89% from 255 or 72.96% from 307); Max value from RGB is 224 - color contains mainly: blue. Hex color #490AE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490AE0 is #B6F51F. Grayscale: #343434. Windows color (decimal): -11990304 or 14682697. OLE color: 14682697.
HSL color Cylindrical-coordinate representation of color #490AE0: hue angle of 257.66º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #490AE0 is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 10 | 224 | - |
| CMYK | 0.67 | 0.96 | 0 | 0.12 |
| HSL | 257.66º | 0.91% | 0.46% | - |
| HSV(B) | 257.66º | 0.96% | 0.88% | - |
| XYZ | 16.31 | 7.02 | 71.02 | - |
| YUV | 53.23 | 224.37 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 10 | 224 | 0.67 | 0.96 | 0 | 0.12 | 257.66 | 0.91 | 0.46 |
| Hex | 49 | A | E0 | 43 | 60 | 0 | C | 102 | 5B | 2E |
| Octal | 111 | 12 | 340 | 103 | 140 | 0 | 14 | 402 | 133 | 56 |
| Binary | 1001001 | 1010 | 11100000 | 1000011 | 1100000 | 0 | 1100 | 100000010 | 1011011 | 101110 |
Color Harmonies of #490AE0
Complementary color
Monochromatic Colors of #490AE0
Black with #490AE0
Text Example
Text Example
White with #490AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490AE0; }
p { color: rgb(73,10,224); }
H1.HeaderClassName
{
color: #490AE0;
}
.AnyTagClassName
{
color: #490AE0;
}
</style>
background-color css
<style>
a { background-color: #490AE0; }
a { background-color: rgb(73,10,224); }
div.DivClassName
{
background-color: #490AE0;
}
.BgClassName
{
background-color: #490AE0;
}
</style>
border-color css
<style>
span { border-color: #490AE0; }
span { border-color: rgb(73,10,224); }
td.TdClassName
{
border-color: #490AE0;
}
.TagClassName
{
border-color: #490AE0;
}
</style>