Shades of Han Purple #490FDF
Tints of Han Purple #490FDF
RGB
CMYK
RGB Variations
Color information
#490FDF (or 0x490FDF) is known color: Han Purple. HEX triplet: 49, 0F and DF. RGB value is (73,15,223). Sum of RGB (Red+Green+Blue) = 73+15+223=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 15 (6.25% from 255 or 4.82% from 311); Blue value is 223 (87.5% from 255 or 71.70% from 311); Max value from RGB is 223 - color contains mainly: blue. Hex color #490FDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #490FDF is #B6F020. Grayscale: #373737. Windows color (decimal): -11989025 or 14618441. OLE color: 14618441.
HSL color Cylindrical-coordinate representation of color #490FDF: hue angle of 256.73º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490FDF is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 15 | 223 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.13 |
| HSL | 256.73º | 0.87% | 0.47% | - |
| HSV(B) | 256.73º | 0.93% | 0.87% | - |
| XYZ | 16.24 | 7.09 | 70.32 | - |
| YUV | 56.05 | 222.22 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 15 | 223 | 0.67 | 0.93 | 0 | 0.13 | 256.73 | 0.87 | 0.47 |
| Hex | 49 | F | DF | 43 | 5D | 0 | D | 101 | 57 | 2F |
| Octal | 111 | 17 | 337 | 103 | 135 | 0 | 15 | 401 | 127 | 57 |
| Binary | 1001001 | 1111 | 11011111 | 1000011 | 1011101 | 0 | 1101 | 100000001 | 1010111 | 101111 |
Color Harmonies of #490FDF
Complementary color
Monochromatic Colors of #490FDF
Black with #490FDF
Text Example
Text Example
White with #490FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490FDF; }
p { color: rgb(73,15,223); }
H1.HeaderClassName
{
color: #490FDF;
}
.AnyTagClassName
{
color: #490FDF;
}
</style>
background-color css
<style>
a { background-color: #490FDF; }
a { background-color: rgb(73,15,223); }
div.DivClassName
{
background-color: #490FDF;
}
.BgClassName
{
background-color: #490FDF;
}
</style>
border-color css
<style>
span { border-color: #490FDF; }
span { border-color: rgb(73,15,223); }
td.TdClassName
{
border-color: #490FDF;
}
.TagClassName
{
border-color: #490FDF;
}
</style>