Shades of Han Purple #490AFB
Tints of Han Purple #490AFB
RGB
CMYK
RGB Variations
Color information
#490AFB (or 0x490AFB) is known color: Han Purple. HEX triplet: 49, 0A and FB. RGB value is (73,10,251). Sum of RGB (Red+Green+Blue) = 73+10+251=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 10 (4.30% from 255 or 2.99% from 334); Blue value is 251 (98.44% from 255 or 75.15% from 334); Max value from RGB is 251 - color contains mainly: blue. Hex color #490AFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490AFB is #B6F504. Grayscale: #373737. Windows color (decimal): -11990277 or 16452169. OLE color: 16452169.
HSL color Cylindrical-coordinate representation of color #490AFB: hue angle of 255.68º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #490AFB is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 10 | 251 | - |
| CMYK | 0.71 | 0.96 | 0 | 0.02 |
| HSL | 255.68º | 0.97% | 0.51% | - |
| HSV(B) | 255.68º | 0.96% | 0.98% | - |
| XYZ | 20.27 | 8.6 | 91.86 | - |
| YUV | 56.31 | 237.87 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 10 | 251 | 0.71 | 0.96 | 0 | 0.02 | 255.68 | 0.97 | 0.51 |
| Hex | 49 | A | FB | 47 | 60 | 0 | 2 | 100 | 61 | 33 |
| Octal | 111 | 12 | 373 | 107 | 140 | 0 | 2 | 400 | 141 | 63 |
| Binary | 1001001 | 1010 | 11111011 | 1000111 | 1100000 | 0 | 10 | 100000000 | 1100001 | 110011 |
Color Harmonies of #490AFB
Complementary color
Monochromatic Colors of #490AFB
Black with #490AFB
Text Example
Text Example
White with #490AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490AFB; }
p { color: rgb(73,10,251); }
H1.HeaderClassName
{
color: #490AFB;
}
.AnyTagClassName
{
color: #490AFB;
}
</style>
background-color css
<style>
a { background-color: #490AFB; }
a { background-color: rgb(73,10,251); }
div.DivClassName
{
background-color: #490AFB;
}
.BgClassName
{
background-color: #490AFB;
}
</style>
border-color css
<style>
span { border-color: #490AFB; }
span { border-color: rgb(73,10,251); }
td.TdClassName
{
border-color: #490AFB;
}
.TagClassName
{
border-color: #490AFB;
}
</style>