Shades of Han Purple #491EF2
Tints of Han Purple #491EF2
RGB
CMYK
RGB Variations
Color information
#491EF2 (or 0x491EF2) is known color: Han Purple. HEX triplet: 49, 1E and F2. RGB value is (73,30,242). Sum of RGB (Red+Green+Blue) = 73+30+242=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 30 (12.11% from 255 or 8.70% from 345); Blue value is 242 (94.92% from 255 or 70.14% from 345); Max value from RGB is 242 - color contains mainly: blue. Hex color #491EF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491EF2 is #B6E10D. Grayscale: #424242. Windows color (decimal): -11985166 or 15867465. OLE color: 15867465.
HSL color Cylindrical-coordinate representation of color #491EF2: hue angle of 252.17º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #491EF2 is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 30 | 242 | - |
| CMYK | 0.70 | 0.88 | 0 | 0.05 |
| HSL | 252.17º | 0.89% | 0.53% | - |
| HSV(B) | 252.17º | 0.88% | 0.95% | - |
| XYZ | 19.24 | 8.76 | 84.68 | - |
| YUV | 67.03 | 226.75 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 30 | 242 | 0.70 | 0.88 | 0 | 0.05 | 252.17 | 0.89 | 0.53 |
| Hex | 49 | 1E | F2 | 46 | 58 | 0 | 5 | FC | 59 | 35 |
| Octal | 111 | 36 | 362 | 106 | 130 | 0 | 5 | 374 | 131 | 65 |
| Binary | 1001001 | 11110 | 11110010 | 1000110 | 1011000 | 0 | 101 | 11111100 | 1011001 | 110101 |
Color Harmonies of #491EF2
Complementary color
Monochromatic Colors of #491EF2
Black with #491EF2
Text Example
Text Example
White with #491EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491EF2; }
p { color: rgb(73,30,242); }
H1.HeaderClassName
{
color: #491EF2;
}
.AnyTagClassName
{
color: #491EF2;
}
</style>
background-color css
<style>
a { background-color: #491EF2; }
a { background-color: rgb(73,30,242); }
div.DivClassName
{
background-color: #491EF2;
}
.BgClassName
{
background-color: #491EF2;
}
</style>
border-color css
<style>
span { border-color: #491EF2; }
span { border-color: rgb(73,30,242); }
td.TdClassName
{
border-color: #491EF2;
}
.TagClassName
{
border-color: #491EF2;
}
</style>