Shades of Han Purple #491FF4
Tints of Han Purple #491FF4
RGB
CMYK
RGB Variations
Color information
#491FF4 (or 0x491FF4) is known color: Han Purple. HEX triplet: 49, 1F and F4. RGB value is (73,31,244). Sum of RGB (Red+Green+Blue) = 73+31+244=348 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.98% from 348); Green value is 31 (12.5% from 255 or 8.91% from 348); Blue value is 244 (95.70% from 255 or 70.11% from 348); Max value from RGB is 244 - color contains mainly: blue. Hex color #491FF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491FF4 is #B6E00B. Grayscale: #434343. Windows color (decimal): -11984908 or 15998793. OLE color: 15998793.
HSL color Cylindrical-coordinate representation of color #491FF4: hue angle of 251.83º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #491FF4 is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 31 | 244 | - |
| CMYK | 0.70 | 0.87 | 0 | 0.04 |
| HSL | 251.83º | 0.91% | 0.54% | - |
| HSV(B) | 251.83º | 0.87% | 0.96% | - |
| XYZ | 19.57 | 8.93 | 86.28 | - |
| YUV | 67.84 | 227.41 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 31 | 244 | 0.70 | 0.87 | 0 | 0.04 | 251.83 | 0.91 | 0.54 |
| Hex | 49 | 1F | F4 | 46 | 57 | 0 | 4 | FC | 5B | 36 |
| Octal | 111 | 37 | 364 | 106 | 127 | 0 | 4 | 374 | 133 | 66 |
| Binary | 1001001 | 11111 | 11110100 | 1000110 | 1010111 | 0 | 100 | 11111100 | 1011011 | 110110 |
Color Harmonies of #491FF4
Complementary color
Monochromatic Colors of #491FF4
Black with #491FF4
Text Example
Text Example
White with #491FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491FF4; }
p { color: rgb(73,31,244); }
H1.HeaderClassName
{
color: #491FF4;
}
.AnyTagClassName
{
color: #491FF4;
}
</style>
background-color css
<style>
a { background-color: #491FF4; }
a { background-color: rgb(73,31,244); }
div.DivClassName
{
background-color: #491FF4;
}
.BgClassName
{
background-color: #491FF4;
}
</style>
border-color css
<style>
span { border-color: #491FF4; }
span { border-color: rgb(73,31,244); }
td.TdClassName
{
border-color: #491FF4;
}
.TagClassName
{
border-color: #491FF4;
}
</style>