Shades of Han Purple #491EE5
Tints of Han Purple #491EE5
RGB
CMYK
RGB Variations
Color information
#491EE5 (or 0x491EE5) is known color: Han Purple. HEX triplet: 49, 1E and E5. RGB value is (73,30,229). Sum of RGB (Red+Green+Blue) = 73+30+229=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 229 (89.84% from 255 or 68.98% from 332); Max value from RGB is 229 - color contains mainly: blue. Hex color #491EE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491EE5 is #B6E11A. Grayscale: #404040. Windows color (decimal): -11985179 or 15015497. OLE color: 15015497.
HSL color Cylindrical-coordinate representation of color #491EE5: hue angle of 252.96º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #491EE5 is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 73 | 30 | 229 | - |
| CMYK | 0.68 | 0.87 | 0 | 0.10 |
| HSL | 252.96º | 0.79% | 0.51% | - |
| HSV(B) | 252.96º | 0.87% | 0.9% | - |
| XYZ | 17.35 | 8 | 74.76 | - |
| YUV | 65.54 | 220.25 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 30 | 229 | 0.68 | 0.87 | 0 | 0.10 | 252.96 | 0.79 | 0.51 |
| Hex | 49 | 1E | E5 | 44 | 57 | 0 | A | FD | 4F | 33 |
| Octal | 111 | 36 | 345 | 104 | 127 | 0 | 12 | 375 | 117 | 63 |
| Binary | 1001001 | 11110 | 11100101 | 1000100 | 1010111 | 0 | 1010 | 11111101 | 1001111 | 110011 |
Color Harmonies of #491EE5
Complementary color
Monochromatic Colors of #491EE5
Black with #491EE5
Text Example
Text Example
White with #491EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491EE5; }
p { color: rgb(73,30,229); }
H1.HeaderClassName
{
color: #491EE5;
}
.AnyTagClassName
{
color: #491EE5;
}
</style>
background-color css
<style>
a { background-color: #491EE5; }
a { background-color: rgb(73,30,229); }
div.DivClassName
{
background-color: #491EE5;
}
.BgClassName
{
background-color: #491EE5;
}
</style>
border-color css
<style>
span { border-color: #491EE5; }
span { border-color: rgb(73,30,229); }
td.TdClassName
{
border-color: #491EE5;
}
.TagClassName
{
border-color: #491EE5;
}
</style>