Shades of Han Purple #491AFE
Tints of Han Purple #491AFE
RGB
CMYK
RGB Variations
Color information
#491AFE (or 0x491AFE) is known color: Han Purple. HEX triplet: 49, 1A and FE. RGB value is (73,26,254). Sum of RGB (Red+Green+Blue) = 73+26+254=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 26 (10.55% from 255 or 7.37% from 353); Blue value is 254 (99.61% from 255 or 71.95% from 353); Max value from RGB is 254 - color contains mainly: blue. Hex color #491AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491AFE is #B6E501. Grayscale: #414141. Windows color (decimal): -11986178 or 16652873. OLE color: 16652873.
HSL color Cylindrical-coordinate representation of color #491AFE: hue angle of 252.37º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #491AFE is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 26 | 254 | - |
| CMYK | 0.71 | 0.90 | 0 | 0.00 |
| HSL | 252.37º | 0.99% | 0.55% | - |
| HSV(B) | 252.37º | 0.9% | 1% | - |
| XYZ | 21.01 | 9.31 | 94.46 | - |
| YUV | 66.05 | 234.07 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 26 | 254 | 0.71 | 0.90 | 0 | 0.00 | 252.37 | 0.99 | 0.55 |
| Hex | 49 | 1A | FE | 47 | 5A | 0 | 0 | FC | 63 | 37 |
| Octal | 111 | 32 | 376 | 107 | 132 | 0 | 0 | 374 | 143 | 67 |
| Binary | 1001001 | 11010 | 11111110 | 1000111 | 1011010 | 0 | 0 | 11111100 | 1100011 | 110111 |
Color Harmonies of #491AFE
Complementary color
Monochromatic Colors of #491AFE
Black with #491AFE
Text Example
Text Example
White with #491AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491AFE; }
p { color: rgb(73,26,254); }
H1.HeaderClassName
{
color: #491AFE;
}
.AnyTagClassName
{
color: #491AFE;
}
</style>
background-color css
<style>
a { background-color: #491AFE; }
a { background-color: rgb(73,26,254); }
div.DivClassName
{
background-color: #491AFE;
}
.BgClassName
{
background-color: #491AFE;
}
</style>
border-color css
<style>
span { border-color: #491AFE; }
span { border-color: rgb(73,26,254); }
td.TdClassName
{
border-color: #491AFE;
}
.TagClassName
{
border-color: #491AFE;
}
</style>