Shades of Han Purple #491AED
Tints of Han Purple #491AED
RGB
CMYK
RGB Variations
Color information
#491AED (or 0x491AED) is known color: Han Purple. HEX triplet: 49, 1A and ED. RGB value is (73,26,237). Sum of RGB (Red+Green+Blue) = 73+26+237=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 26 (10.55% from 255 or 7.74% from 336); Blue value is 237 (92.97% from 255 or 70.54% from 336); Max value from RGB is 237 - color contains mainly: blue. Hex color #491AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491AED is #B6E512. Grayscale: #3F3F3F. Windows color (decimal): -11986195 or 15538761. OLE color: 15538761.
HSL color Cylindrical-coordinate representation of color #491AED: hue angle of 253.36º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #491AED is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 26 | 237 | - |
| CMYK | 0.69 | 0.89 | 0 | 0.07 |
| HSL | 253.36º | 0.85% | 0.52% | - |
| HSV(B) | 253.36º | 0.89% | 0.93% | - |
| XYZ | 18.4 | 8.27 | 80.75 | - |
| YUV | 64.11 | 225.57 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 26 | 237 | 0.69 | 0.89 | 0 | 0.07 | 253.36 | 0.85 | 0.52 |
| Hex | 49 | 1A | ED | 45 | 59 | 0 | 7 | FD | 55 | 34 |
| Octal | 111 | 32 | 355 | 105 | 131 | 0 | 7 | 375 | 125 | 64 |
| Binary | 1001001 | 11010 | 11101101 | 1000101 | 1011001 | 0 | 111 | 11111101 | 1010101 | 110100 |
Color Harmonies of #491AED
Complementary color
Monochromatic Colors of #491AED
Black with #491AED
Text Example
Text Example
White with #491AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491AED; }
p { color: rgb(73,26,237); }
H1.HeaderClassName
{
color: #491AED;
}
.AnyTagClassName
{
color: #491AED;
}
</style>
background-color css
<style>
a { background-color: #491AED; }
a { background-color: rgb(73,26,237); }
div.DivClassName
{
background-color: #491AED;
}
.BgClassName
{
background-color: #491AED;
}
</style>
border-color css
<style>
span { border-color: #491AED; }
span { border-color: rgb(73,26,237); }
td.TdClassName
{
border-color: #491AED;
}
.TagClassName
{
border-color: #491AED;
}
</style>