Shades of Han Purple #490BF8
Tints of Han Purple #490BF8
RGB
CMYK
RGB Variations
Color information
#490BF8 (or 0x490BF8) is known color: Han Purple. HEX triplet: 49, 0B and F8. RGB value is (73,11,248). Sum of RGB (Red+Green+Blue) = 73+11+248=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 248 (97.27% from 255 or 74.70% from 332); Max value from RGB is 248 - color contains mainly: blue. Hex color #490BF8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490BF8 is #B6F407. Grayscale: #373737. Windows color (decimal): -11990024 or 16255817. OLE color: 16255817.
HSL color Cylindrical-coordinate representation of color #490BF8: hue angle of 255.7º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #490BF8 is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 73 | 11 | 248 | - |
| CMYK | 0.71 | 0.96 | 0 | 0.03 |
| HSL | 255.7º | 0.94% | 0.51% | - |
| HSV(B) | 255.7º | 0.96% | 0.97% | - |
| XYZ | 19.81 | 8.43 | 89.39 | - |
| YUV | 56.56 | 236.04 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 11 | 248 | 0.71 | 0.96 | 0 | 0.03 | 255.7 | 0.94 | 0.51 |
| Hex | 49 | B | F8 | 47 | 60 | 0 | 3 | 100 | 5E | 33 |
| Octal | 111 | 13 | 370 | 107 | 140 | 0 | 3 | 400 | 136 | 63 |
| Binary | 1001001 | 1011 | 11111000 | 1000111 | 1100000 | 0 | 11 | 100000000 | 1011110 | 110011 |
Color Harmonies of #490BF8
Complementary color
Monochromatic Colors of #490BF8
Black with #490BF8
Text Example
Text Example
White with #490BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490BF8; }
p { color: rgb(73,11,248); }
H1.HeaderClassName
{
color: #490BF8;
}
.AnyTagClassName
{
color: #490BF8;
}
</style>
background-color css
<style>
a { background-color: #490BF8; }
a { background-color: rgb(73,11,248); }
div.DivClassName
{
background-color: #490BF8;
}
.BgClassName
{
background-color: #490BF8;
}
</style>
border-color css
<style>
span { border-color: #490BF8; }
span { border-color: rgb(73,11,248); }
td.TdClassName
{
border-color: #490BF8;
}
.TagClassName
{
border-color: #490BF8;
}
</style>