Shades of Han Purple #491FFF
Tints of Han Purple #491FFF
RGB
CMYK
RGB Variations
Color information
#491FFF (or 0x491FFF) is known color: Han Purple. HEX triplet: 49, 1F and FF. RGB value is (73,31,255). Sum of RGB (Red+Green+Blue) = 73+31+255=359 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.33% from 359); Green value is 31 (12.5% from 255 or 8.64% from 359); Blue value is 255 (100% from 255 or 71.03% from 359); Max value from RGB is 255 - color contains mainly: blue. Hex color #491FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491FFF is #B6E000. Grayscale: #444444. Windows color (decimal): -11984897 or 16719689. OLE color: 16719689.
HSL color Cylindrical-coordinate representation of color #491FFF: hue angle of 251.25º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #491FFF is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 31 | 255 | - |
| CMYK | 0.71 | 0.88 | 0 | 0 |
| HSL | 251.25º | 1% | 0.56% | - |
| HSV(B) | 251.25º | 0.88% | 1% | - |
| XYZ | 21.29 | 9.62 | 95.34 | - |
| YUV | 69.09 | 232.91 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 31 | 255 | 0.71 | 0.88 | 0 | 0 | 251.25 | 1 | 0.56 |
| Hex | 49 | 1F | FF | 47 | 58 | 0 | 0 | FB | 64 | 38 |
| Octal | 111 | 37 | 377 | 107 | 130 | 0 | 0 | 373 | 144 | 70 |
| Binary | 1001001 | 11111 | 11111111 | 1000111 | 1011000 | 0 | 0 | 11111011 | 1100100 | 111000 |
Color Harmonies of #491FFF
Complementary color
Monochromatic Colors of #491FFF
Black with #491FFF
Text Example
Text Example
White with #491FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491FFF; }
p { color: rgb(73,31,255); }
H1.HeaderClassName
{
color: #491FFF;
}
.AnyTagClassName
{
color: #491FFF;
}
</style>
background-color css
<style>
a { background-color: #491FFF; }
a { background-color: rgb(73,31,255); }
div.DivClassName
{
background-color: #491FFF;
}
.BgClassName
{
background-color: #491FFF;
}
</style>
border-color css
<style>
span { border-color: #491FFF; }
span { border-color: rgb(73,31,255); }
td.TdClassName
{
border-color: #491FFF;
}
.TagClassName
{
border-color: #491FFF;
}
</style>