Shades of Han Purple #491DF9
Tints of Han Purple #491DF9
RGB
CMYK
RGB Variations
Color information
#491DF9 (or 0x491DF9) is known color: Han Purple. HEX triplet: 49, 1D and F9. RGB value is (73,29,249). Sum of RGB (Red+Green+Blue) = 73+29+249=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 29 (11.72% from 255 or 8.26% from 351); Blue value is 249 (97.66% from 255 or 70.94% from 351); Max value from RGB is 249 - color contains mainly: blue. Hex color #491DF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491DF9 is #B6E206. Grayscale: #424242. Windows color (decimal): -11985415 or 16325961. OLE color: 16325961.
HSL color Cylindrical-coordinate representation of color #491DF9: hue angle of 252º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #491DF9 is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 29 | 249 | - |
| CMYK | 0.71 | 0.88 | 0 | 0.02 |
| HSL | 252º | 0.95% | 0.55% | - |
| HSV(B) | 252º | 0.88% | 0.98% | - |
| XYZ | 20.29 | 9.13 | 90.32 | - |
| YUV | 67.24 | 230.58 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 29 | 249 | 0.71 | 0.88 | 0 | 0.02 | 252 | 0.95 | 0.55 |
| Hex | 49 | 1D | F9 | 47 | 58 | 0 | 2 | FC | 5F | 37 |
| Octal | 111 | 35 | 371 | 107 | 130 | 0 | 2 | 374 | 137 | 67 |
| Binary | 1001001 | 11101 | 11111001 | 1000111 | 1011000 | 0 | 10 | 11111100 | 1011111 | 110111 |
Color Harmonies of #491DF9
Complementary color
Monochromatic Colors of #491DF9
Black with #491DF9
Text Example
Text Example
White with #491DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491DF9; }
p { color: rgb(73,29,249); }
H1.HeaderClassName
{
color: #491DF9;
}
.AnyTagClassName
{
color: #491DF9;
}
</style>
background-color css
<style>
a { background-color: #491DF9; }
a { background-color: rgb(73,29,249); }
div.DivClassName
{
background-color: #491DF9;
}
.BgClassName
{
background-color: #491DF9;
}
</style>
border-color css
<style>
span { border-color: #491DF9; }
span { border-color: rgb(73,29,249); }
td.TdClassName
{
border-color: #491DF9;
}
.TagClassName
{
border-color: #491DF9;
}
</style>