Shades of Han Purple #490AE8
Tints of Han Purple #490AE8
RGB
CMYK
RGB Variations
Color information
#490AE8 (or 0x490AE8) is known color: Han Purple. HEX triplet: 49, 0A and E8. RGB value is (73,10,232). Sum of RGB (Red+Green+Blue) = 73+10+232=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 232 (91.02% from 255 or 73.65% from 315); Max value from RGB is 232 - color contains mainly: blue. Hex color #490AE8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490AE8 is #B6F517. Grayscale: #353535. Windows color (decimal): -11990296 or 15206985. OLE color: 15206985.
HSL color Cylindrical-coordinate representation of color #490AE8: hue angle of 257.03º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #490AE8 is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 10 | 232 | - |
| CMYK | 0.69 | 0.96 | 0 | 0.09 |
| HSL | 257.03º | 0.92% | 0.47% | - |
| HSV(B) | 257.03º | 0.96% | 0.91% | - |
| XYZ | 17.42 | 7.46 | 76.87 | - |
| YUV | 54.15 | 228.37 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 10 | 232 | 0.69 | 0.96 | 0 | 0.09 | 257.03 | 0.92 | 0.47 |
| Hex | 49 | A | E8 | 45 | 60 | 0 | 9 | 101 | 5C | 2F |
| Octal | 111 | 12 | 350 | 105 | 140 | 0 | 11 | 401 | 134 | 57 |
| Binary | 1001001 | 1010 | 11101000 | 1000101 | 1100000 | 0 | 1001 | 100000001 | 1011100 | 101111 |
Color Harmonies of #490AE8
Complementary color
Monochromatic Colors of #490AE8
Black with #490AE8
Text Example
Text Example
White with #490AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490AE8; }
p { color: rgb(73,10,232); }
H1.HeaderClassName
{
color: #490AE8;
}
.AnyTagClassName
{
color: #490AE8;
}
</style>
background-color css
<style>
a { background-color: #490AE8; }
a { background-color: rgb(73,10,232); }
div.DivClassName
{
background-color: #490AE8;
}
.BgClassName
{
background-color: #490AE8;
}
</style>
border-color css
<style>
span { border-color: #490AE8; }
span { border-color: rgb(73,10,232); }
td.TdClassName
{
border-color: #490AE8;
}
.TagClassName
{
border-color: #490AE8;
}
</style>