Shades of Han Purple #490FFC
Tints of Han Purple #490FFC
RGB
CMYK
RGB Variations
Color information
#490FFC (or 0x490FFC) is known color: Han Purple. HEX triplet: 49, 0F and FC. RGB value is (73,15,252). Sum of RGB (Red+Green+Blue) = 73+15+252=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 252 (98.83% from 255 or 74.12% from 340); Max value from RGB is 252 - color contains mainly: blue. Hex color #490FFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490FFC is #B6F003. Grayscale: #3A3A3A. Windows color (decimal): -11988996 or 16518985. OLE color: 16518985.
HSL color Cylindrical-coordinate representation of color #490FFC: hue angle of 254.68º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490FFC is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 15 | 252 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.01 |
| HSL | 254.68º | 0.98% | 0.52% | - |
| HSV(B) | 254.68º | 0.94% | 0.99% | - |
| XYZ | 20.49 | 8.79 | 92.71 | - |
| YUV | 59.36 | 236.72 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 252 | 0.71 | 0.94 | 0 | 0.01 | 254.68 | 0.98 | 0.52 |
| Hex | 49 | F | FC | 47 | 5E | 0 | 1 | FF | 62 | 34 |
| Octal | 111 | 17 | 374 | 107 | 136 | 0 | 1 | 377 | 142 | 64 |
| Binary | 1001001 | 1111 | 11111100 | 1000111 | 1011110 | 0 | 1 | 11111111 | 1100010 | 110100 |
Color Harmonies of #490FFC
Complementary color
Monochromatic Colors of #490FFC
Black with #490FFC
Text Example
Text Example
White with #490FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490FFC; }
p { color: rgb(73,15,252); }
H1.HeaderClassName
{
color: #490FFC;
}
.AnyTagClassName
{
color: #490FFC;
}
</style>
background-color css
<style>
a { background-color: #490FFC; }
a { background-color: rgb(73,15,252); }
div.DivClassName
{
background-color: #490FFC;
}
.BgClassName
{
background-color: #490FFC;
}
</style>
border-color css
<style>
span { border-color: #490FFC; }
span { border-color: rgb(73,15,252); }
td.TdClassName
{
border-color: #490FFC;
}
.TagClassName
{
border-color: #490FFC;
}
</style>