Shades of Han Purple #490BE8
Tints of Han Purple #490BE8
RGB
CMYK
RGB Variations
Color information
#490BE8 (or 0x490BE8) is known color: Han Purple. HEX triplet: 49, 0B and E8. RGB value is (73,11,232). Sum of RGB (Red+Green+Blue) = 73+11+232=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 11 (4.69% from 255 or 3.48% from 316); Blue value is 232 (91.02% from 255 or 73.42% from 316); Max value from RGB is 232 - color contains mainly: blue. Hex color #490BE8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490BE8 is #B6F417. Grayscale: #353535. Windows color (decimal): -11990040 or 15207241. OLE color: 15207241.
HSL color Cylindrical-coordinate representation of color #490BE8: hue angle of 256.83º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490BE8 is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 11 | 232 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.09 |
| HSL | 256.83º | 0.91% | 0.48% | - |
| HSV(B) | 256.83º | 0.95% | 0.91% | - |
| XYZ | 17.43 | 7.48 | 76.87 | - |
| YUV | 54.73 | 228.04 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 11 | 232 | 0.69 | 0.95 | 0 | 0.09 | 256.83 | 0.91 | 0.48 |
| Hex | 49 | B | E8 | 45 | 5F | 0 | 9 | 101 | 5B | 30 |
| Octal | 111 | 13 | 350 | 105 | 137 | 0 | 11 | 401 | 133 | 60 |
| Binary | 1001001 | 1011 | 11101000 | 1000101 | 1011111 | 0 | 1001 | 100000001 | 1011011 | 110000 |
Color Harmonies of #490BE8
Complementary color
Monochromatic Colors of #490BE8
Black with #490BE8
Text Example
Text Example
White with #490BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490BE8; }
p { color: rgb(73,11,232); }
H1.HeaderClassName
{
color: #490BE8;
}
.AnyTagClassName
{
color: #490BE8;
}
</style>
background-color css
<style>
a { background-color: #490BE8; }
a { background-color: rgb(73,11,232); }
div.DivClassName
{
background-color: #490BE8;
}
.BgClassName
{
background-color: #490BE8;
}
</style>
border-color css
<style>
span { border-color: #490BE8; }
span { border-color: rgb(73,11,232); }
td.TdClassName
{
border-color: #490BE8;
}
.TagClassName
{
border-color: #490BE8;
}
</style>