Shades of Han Purple #491AE5
Tints of Han Purple #491AE5
RGB
CMYK
RGB Variations
Color information
#491AE5 (or 0x491AE5) is known color: Han Purple. HEX triplet: 49, 1A and E5. RGB value is (73,26,229). Sum of RGB (Red+Green+Blue) = 73+26+229=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 26 (10.55% from 255 or 7.93% from 328); Blue value is 229 (89.84% from 255 or 69.82% from 328); Max value from RGB is 229 - color contains mainly: blue. Hex color #491AE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491AE5 is #B6E51A. Grayscale: #3E3E3E. Windows color (decimal): -11986203 or 15014473. OLE color: 15014473.
HSL color Cylindrical-coordinate representation of color #491AE5: hue angle of 253.89º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #491AE5 is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 73 | 26 | 229 | - |
| CMYK | 0.68 | 0.89 | 0 | 0.10 |
| HSL | 253.89º | 0.8% | 0.5% | - |
| HSV(B) | 253.89º | 0.89% | 0.9% | - |
| XYZ | 17.26 | 7.81 | 74.73 | - |
| YUV | 63.2 | 221.57 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 26 | 229 | 0.68 | 0.89 | 0 | 0.10 | 253.89 | 0.8 | 0.5 |
| Hex | 49 | 1A | E5 | 44 | 59 | 0 | A | FE | 50 | 32 |
| Octal | 111 | 32 | 345 | 104 | 131 | 0 | 12 | 376 | 120 | 62 |
| Binary | 1001001 | 11010 | 11100101 | 1000100 | 1011001 | 0 | 1010 | 11111110 | 1010000 | 110010 |
Color Harmonies of #491AE5
Complementary color
Monochromatic Colors of #491AE5
Black with #491AE5
Text Example
Text Example
White with #491AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491AE5; }
p { color: rgb(73,26,229); }
H1.HeaderClassName
{
color: #491AE5;
}
.AnyTagClassName
{
color: #491AE5;
}
</style>
background-color css
<style>
a { background-color: #491AE5; }
a { background-color: rgb(73,26,229); }
div.DivClassName
{
background-color: #491AE5;
}
.BgClassName
{
background-color: #491AE5;
}
</style>
border-color css
<style>
span { border-color: #491AE5; }
span { border-color: rgb(73,26,229); }
td.TdClassName
{
border-color: #491AE5;
}
.TagClassName
{
border-color: #491AE5;
}
</style>