Shades of Han Purple #491FE4
Tints of Han Purple #491FE4
RGB
CMYK
RGB Variations
Color information
#491FE4 (or 0x491FE4) is known color: Han Purple. HEX triplet: 49, 1F and E4. RGB value is (73,31,228). Sum of RGB (Red+Green+Blue) = 73+31+228=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 31 (12.5% from 255 or 9.34% from 332); Blue value is 228 (89.45% from 255 or 68.67% from 332); Max value from RGB is 228 - color contains mainly: blue. Hex color #491FE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491FE4 is #B6E01B. Grayscale: #414141. Windows color (decimal): -11984924 or 14950217. OLE color: 14950217.
HSL color Cylindrical-coordinate representation of color #491FE4: hue angle of 252.79º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #491FE4 is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 73 | 31 | 228 | - |
| CMYK | 0.68 | 0.86 | 0 | 0.11 |
| HSL | 252.79º | 0.78% | 0.51% | - |
| HSV(B) | 252.79º | 0.86% | 0.89% | - |
| XYZ | 17.24 | 8 | 74.03 | - |
| YUV | 66.02 | 219.41 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 31 | 228 | 0.68 | 0.86 | 0 | 0.11 | 252.79 | 0.78 | 0.51 |
| Hex | 49 | 1F | E4 | 44 | 56 | 0 | B | FD | 4E | 33 |
| Octal | 111 | 37 | 344 | 104 | 126 | 0 | 13 | 375 | 116 | 63 |
| Binary | 1001001 | 11111 | 11100100 | 1000100 | 1010110 | 0 | 1011 | 11111101 | 1001110 | 110011 |
Color Harmonies of #491FE4
Complementary color
Monochromatic Colors of #491FE4
Black with #491FE4
Text Example
Text Example
White with #491FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491FE4; }
p { color: rgb(73,31,228); }
H1.HeaderClassName
{
color: #491FE4;
}
.AnyTagClassName
{
color: #491FE4;
}
</style>
background-color css
<style>
a { background-color: #491FE4; }
a { background-color: rgb(73,31,228); }
div.DivClassName
{
background-color: #491FE4;
}
.BgClassName
{
background-color: #491FE4;
}
</style>
border-color css
<style>
span { border-color: #491FE4; }
span { border-color: rgb(73,31,228); }
td.TdClassName
{
border-color: #491FE4;
}
.TagClassName
{
border-color: #491FE4;
}
</style>