Shades of Han Purple #491CFF
Tints of Han Purple #491CFF
RGB
CMYK
RGB Variations
Color information
#491CFF (or 0x491CFF) is known color: Han Purple. HEX triplet: 49, 1C and FF. RGB value is (73,28,255). Sum of RGB (Red+Green+Blue) = 73+28+255=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 28 (11.33% from 255 or 7.87% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #491CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491CFF is #B6E300. Grayscale: #424242. Windows color (decimal): -11985665 or 16718921. OLE color: 16718921.
HSL color Cylindrical-coordinate representation of color #491CFF: hue angle of 251.89º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #491CFF is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 28 | 255 | - |
| CMYK | 0.71 | 0.89 | 0 | 0 |
| HSL | 251.89º | 1% | 0.55% | - |
| HSV(B) | 251.89º | 0.89% | 1% | - |
| XYZ | 21.21 | 9.47 | 95.32 | - |
| YUV | 67.33 | 233.91 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 28 | 255 | 0.71 | 0.89 | 0 | 0 | 251.89 | 1 | 0.55 |
| Hex | 49 | 1C | FF | 47 | 59 | 0 | 0 | FC | 64 | 37 |
| Octal | 111 | 34 | 377 | 107 | 131 | 0 | 0 | 374 | 144 | 67 |
| Binary | 1001001 | 11100 | 11111111 | 1000111 | 1011001 | 0 | 0 | 11111100 | 1100100 | 110111 |
Color Harmonies of #491CFF
Complementary color
Monochromatic Colors of #491CFF
Black with #491CFF
Text Example
Text Example
White with #491CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491CFF; }
p { color: rgb(73,28,255); }
H1.HeaderClassName
{
color: #491CFF;
}
.AnyTagClassName
{
color: #491CFF;
}
</style>
background-color css
<style>
a { background-color: #491CFF; }
a { background-color: rgb(73,28,255); }
div.DivClassName
{
background-color: #491CFF;
}
.BgClassName
{
background-color: #491CFF;
}
</style>
border-color css
<style>
span { border-color: #491CFF; }
span { border-color: rgb(73,28,255); }
td.TdClassName
{
border-color: #491CFF;
}
.TagClassName
{
border-color: #491CFF;
}
</style>