Shades of Han Purple #491CFA
Tints of Han Purple #491CFA
RGB
CMYK
RGB Variations
Color information
#491CFA (or 0x491CFA) is known color: Han Purple. HEX triplet: 49, 1C and FA. RGB value is (73,28,250). Sum of RGB (Red+Green+Blue) = 73+28+250=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 28 (11.33% from 255 or 7.98% from 351); Blue value is 250 (98.05% from 255 or 71.23% from 351); Max value from RGB is 250 - color contains mainly: blue. Hex color #491CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491CFA is #B6E305. Grayscale: #414141. Windows color (decimal): -11985670 or 16391241. OLE color: 16391241.
HSL color Cylindrical-coordinate representation of color #491CFA: hue angle of 252.16º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #491CFA is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 28 | 250 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.02 |
| HSL | 252.16º | 0.96% | 0.55% | - |
| HSV(B) | 252.16º | 0.89% | 0.98% | - |
| XYZ | 20.42 | 9.15 | 91.13 | - |
| YUV | 66.76 | 231.41 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 28 | 250 | 0.71 | 0.89 | 0 | 0.02 | 252.16 | 0.96 | 0.55 |
| Hex | 49 | 1C | FA | 47 | 59 | 0 | 2 | FC | 60 | 37 |
| Octal | 111 | 34 | 372 | 107 | 131 | 0 | 2 | 374 | 140 | 67 |
| Binary | 1001001 | 11100 | 11111010 | 1000111 | 1011001 | 0 | 10 | 11111100 | 1100000 | 110111 |
Color Harmonies of #491CFA
Complementary color
Monochromatic Colors of #491CFA
Black with #491CFA
Text Example
Text Example
White with #491CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491CFA; }
p { color: rgb(73,28,250); }
H1.HeaderClassName
{
color: #491CFA;
}
.AnyTagClassName
{
color: #491CFA;
}
</style>
background-color css
<style>
a { background-color: #491CFA; }
a { background-color: rgb(73,28,250); }
div.DivClassName
{
background-color: #491CFA;
}
.BgClassName
{
background-color: #491CFA;
}
</style>
border-color css
<style>
span { border-color: #491CFA; }
span { border-color: rgb(73,28,250); }
td.TdClassName
{
border-color: #491CFA;
}
.TagClassName
{
border-color: #491CFA;
}
</style>