Shades of Han Purple #491AF4
Tints of Han Purple #491AF4
RGB
CMYK
RGB Variations
Color information
#491AF4 (or 0x491AF4) is known color: Han Purple. HEX triplet: 49, 1A and F4. RGB value is (73,26,244). Sum of RGB (Red+Green+Blue) = 73+26+244=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 26 (10.55% from 255 or 7.58% from 343); Blue value is 244 (95.70% from 255 or 71.14% from 343); Max value from RGB is 244 - color contains mainly: blue. Hex color #491AF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491AF4 is #B6E50B. Grayscale: #404040. Windows color (decimal): -11986188 or 15997513. OLE color: 15997513.
HSL color Cylindrical-coordinate representation of color #491AF4: hue angle of 252.94º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #491AF4 is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 26 | 244 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.04 |
| HSL | 252.94º | 0.91% | 0.53% | - |
| HSV(B) | 252.94º | 0.89% | 0.96% | - |
| XYZ | 19.45 | 8.69 | 86.24 | - |
| YUV | 64.91 | 229.07 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 26 | 244 | 0.70 | 0.89 | 0 | 0.04 | 252.94 | 0.91 | 0.53 |
| Hex | 49 | 1A | F4 | 46 | 59 | 0 | 4 | FD | 5B | 35 |
| Octal | 111 | 32 | 364 | 106 | 131 | 0 | 4 | 375 | 133 | 65 |
| Binary | 1001001 | 11010 | 11110100 | 1000110 | 1011001 | 0 | 100 | 11111101 | 1011011 | 110101 |
Color Harmonies of #491AF4
Complementary color
Monochromatic Colors of #491AF4
Black with #491AF4
Text Example
Text Example
White with #491AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491AF4; }
p { color: rgb(73,26,244); }
H1.HeaderClassName
{
color: #491AF4;
}
.AnyTagClassName
{
color: #491AF4;
}
</style>
background-color css
<style>
a { background-color: #491AF4; }
a { background-color: rgb(73,26,244); }
div.DivClassName
{
background-color: #491AF4;
}
.BgClassName
{
background-color: #491AF4;
}
</style>
border-color css
<style>
span { border-color: #491AF4; }
span { border-color: rgb(73,26,244); }
td.TdClassName
{
border-color: #491AF4;
}
.TagClassName
{
border-color: #491AF4;
}
</style>