Shades of Han Purple #490DFD
Tints of Han Purple #490DFD
RGB
CMYK
RGB Variations
Color information
#490DFD (or 0x490DFD) is known color: Han Purple. HEX triplet: 49, 0D and FD. RGB value is (73,13,253). Sum of RGB (Red+Green+Blue) = 73+13+253=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 253 (99.22% from 255 or 74.63% from 339); Max value from RGB is 253 - color contains mainly: blue. Hex color #490DFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #490DFD is #B6F202. Grayscale: #393939. Windows color (decimal): -11989507 or 16584009. OLE color: 16584009.
HSL color Cylindrical-coordinate representation of color #490DFD: hue angle of 255º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490DFD is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 13 | 253 | - |
| CMYK | 0.71 | 0.95 | 0 | 0.01 |
| HSL | 255º | 0.98% | 0.52% | - |
| HSV(B) | 255º | 0.95% | 0.99% | - |
| XYZ | 20.62 | 8.8 | 93.54 | - |
| YUV | 58.3 | 237.88 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 13 | 253 | 0.71 | 0.95 | 0 | 0.01 | 255 | 0.98 | 0.52 |
| Hex | 49 | D | FD | 47 | 5F | 0 | 1 | FF | 62 | 34 |
| Octal | 111 | 15 | 375 | 107 | 137 | 0 | 1 | 377 | 142 | 64 |
| Binary | 1001001 | 1101 | 11111101 | 1000111 | 1011111 | 0 | 1 | 11111111 | 1100010 | 110100 |
Color Harmonies of #490DFD
Complementary color
Monochromatic Colors of #490DFD
Black with #490DFD
Text Example
Text Example
White with #490DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490DFD; }
p { color: rgb(73,13,253); }
H1.HeaderClassName
{
color: #490DFD;
}
.AnyTagClassName
{
color: #490DFD;
}
</style>
background-color css
<style>
a { background-color: #490DFD; }
a { background-color: rgb(73,13,253); }
div.DivClassName
{
background-color: #490DFD;
}
.BgClassName
{
background-color: #490DFD;
}
</style>
border-color css
<style>
span { border-color: #490DFD; }
span { border-color: rgb(73,13,253); }
td.TdClassName
{
border-color: #490DFD;
}
.TagClassName
{
border-color: #490DFD;
}
</style>