Shades of Han Purple #491BFE
Tints of Han Purple #491BFE
RGB
CMYK
RGB Variations
Color information
#491BFE (or 0x491BFE) is known color: Han Purple. HEX triplet: 49, 1B and FE. RGB value is (73,27,254). Sum of RGB (Red+Green+Blue) = 73+27+254=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 27 (10.94% from 255 or 7.63% from 354); Blue value is 254 (99.61% from 255 or 71.75% from 354); Max value from RGB is 254 - color contains mainly: blue. Hex color #491BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491BFE is #B6E401. Grayscale: #414141. Windows color (decimal): -11985922 or 16653129. OLE color: 16653129.
HSL color Cylindrical-coordinate representation of color #491BFE: hue angle of 252.16º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #491BFE is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 27 | 254 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.00 |
| HSL | 252.16º | 0.99% | 0.55% | - |
| HSV(B) | 252.16º | 0.89% | 1% | - |
| XYZ | 21.03 | 9.36 | 94.46 | - |
| YUV | 66.63 | 233.74 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 27 | 254 | 0.71 | 0.89 | 0 | 0.00 | 252.16 | 0.99 | 0.55 |
| Hex | 49 | 1B | FE | 47 | 59 | 0 | 0 | FC | 63 | 37 |
| Octal | 111 | 33 | 376 | 107 | 131 | 0 | 0 | 374 | 143 | 67 |
| Binary | 1001001 | 11011 | 11111110 | 1000111 | 1011001 | 0 | 0 | 11111100 | 1100011 | 110111 |
Color Harmonies of #491BFE
Complementary color
Monochromatic Colors of #491BFE
Black with #491BFE
Text Example
Text Example
White with #491BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491BFE; }
p { color: rgb(73,27,254); }
H1.HeaderClassName
{
color: #491BFE;
}
.AnyTagClassName
{
color: #491BFE;
}
</style>
background-color css
<style>
a { background-color: #491BFE; }
a { background-color: rgb(73,27,254); }
div.DivClassName
{
background-color: #491BFE;
}
.BgClassName
{
background-color: #491BFE;
}
</style>
border-color css
<style>
span { border-color: #491BFE; }
span { border-color: rgb(73,27,254); }
td.TdClassName
{
border-color: #491BFE;
}
.TagClassName
{
border-color: #491BFE;
}
</style>