Shades of Han Purple #491EFA
Tints of Han Purple #491EFA
RGB
CMYK
RGB Variations
Color information
#491EFA (or 0x491EFA) is known color: Han Purple. HEX triplet: 49, 1E and FA. RGB value is (73,30,250). Sum of RGB (Red+Green+Blue) = 73+30+250=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 30 (12.11% from 255 or 8.50% from 353); Blue value is 250 (98.05% from 255 or 70.82% from 353); Max value from RGB is 250 - color contains mainly: blue. Hex color #491EFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491EFA is #B6E105. Grayscale: #434343. Windows color (decimal): -11985158 or 16391753. OLE color: 16391753.
HSL color Cylindrical-coordinate representation of color #491EFA: hue angle of 251.73º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #491EFA is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 30 | 250 | - |
| CMYK | 0.71 | 0.88 | 0 | 0.02 |
| HSL | 251.73º | 0.96% | 0.55% | - |
| HSV(B) | 251.73º | 0.88% | 0.98% | - |
| XYZ | 20.47 | 9.25 | 91.15 | - |
| YUV | 67.94 | 230.75 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 30 | 250 | 0.71 | 0.88 | 0 | 0.02 | 251.73 | 0.96 | 0.55 |
| Hex | 49 | 1E | FA | 47 | 58 | 0 | 2 | FC | 60 | 37 |
| Octal | 111 | 36 | 372 | 107 | 130 | 0 | 2 | 374 | 140 | 67 |
| Binary | 1001001 | 11110 | 11111010 | 1000111 | 1011000 | 0 | 10 | 11111100 | 1100000 | 110111 |
Color Harmonies of #491EFA
Complementary color
Monochromatic Colors of #491EFA
Black with #491EFA
Text Example
Text Example
White with #491EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491EFA; }
p { color: rgb(73,30,250); }
H1.HeaderClassName
{
color: #491EFA;
}
.AnyTagClassName
{
color: #491EFA;
}
</style>
background-color css
<style>
a { background-color: #491EFA; }
a { background-color: rgb(73,30,250); }
div.DivClassName
{
background-color: #491EFA;
}
.BgClassName
{
background-color: #491EFA;
}
</style>
border-color css
<style>
span { border-color: #491EFA; }
span { border-color: rgb(73,30,250); }
td.TdClassName
{
border-color: #491EFA;
}
.TagClassName
{
border-color: #491EFA;
}
</style>