Shades of Han Purple #491EF4
Tints of Han Purple #491EF4
RGB
CMYK
RGB Variations
Color information
#491EF4 (or 0x491EF4) is known color: Han Purple. HEX triplet: 49, 1E and F4. RGB value is (73,30,244). Sum of RGB (Red+Green+Blue) = 73+30+244=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 30 (12.11% from 255 or 8.65% from 347); Blue value is 244 (95.70% from 255 or 70.32% from 347); Max value from RGB is 244 - color contains mainly: blue. Hex color #491EF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491EF4 is #B6E10B. Grayscale: #424242. Windows color (decimal): -11985164 or 15998537. OLE color: 15998537.
HSL color Cylindrical-coordinate representation of color #491EF4: hue angle of 252.06º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #491EF4 is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 30 | 244 | - |
| CMYK | 0.70 | 0.88 | 0 | 0.04 |
| HSL | 252.06º | 0.91% | 0.54% | - |
| HSV(B) | 252.06º | 0.88% | 0.96% | - |
| XYZ | 19.54 | 8.88 | 86.27 | - |
| YUV | 67.25 | 227.75 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 30 | 244 | 0.70 | 0.88 | 0 | 0.04 | 252.06 | 0.91 | 0.54 |
| Hex | 49 | 1E | F4 | 46 | 58 | 0 | 4 | FC | 5B | 36 |
| Octal | 111 | 36 | 364 | 106 | 130 | 0 | 4 | 374 | 133 | 66 |
| Binary | 1001001 | 11110 | 11110100 | 1000110 | 1011000 | 0 | 100 | 11111100 | 1011011 | 110110 |
Color Harmonies of #491EF4
Complementary color
Monochromatic Colors of #491EF4
Black with #491EF4
Text Example
Text Example
White with #491EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491EF4; }
p { color: rgb(73,30,244); }
H1.HeaderClassName
{
color: #491EF4;
}
.AnyTagClassName
{
color: #491EF4;
}
</style>
background-color css
<style>
a { background-color: #491EF4; }
a { background-color: rgb(73,30,244); }
div.DivClassName
{
background-color: #491EF4;
}
.BgClassName
{
background-color: #491EF4;
}
</style>
border-color css
<style>
span { border-color: #491EF4; }
span { border-color: rgb(73,30,244); }
td.TdClassName
{
border-color: #491EF4;
}
.TagClassName
{
border-color: #491EF4;
}
</style>