Shades of Han Purple #491EEF
Tints of Han Purple #491EEF
RGB
CMYK
RGB Variations
Color information
#491EEF (or 0x491EEF) is known color: Han Purple. HEX triplet: 49, 1E and EF. RGB value is (73,30,239). Sum of RGB (Red+Green+Blue) = 73+30+239=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 30 (12.11% from 255 or 8.77% from 342); Blue value is 239 (93.75% from 255 or 69.88% from 342); Max value from RGB is 239 - color contains mainly: blue. Hex color #491EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491EEF is #B6E110. Grayscale: #414141. Windows color (decimal): -11985169 or 15670857. OLE color: 15670857.
HSL color Cylindrical-coordinate representation of color #491EEF: hue angle of 252.34º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #491EEF is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 30 | 239 | - |
| CMYK | 0.69 | 0.87 | 0 | 0.06 |
| HSL | 252.34º | 0.87% | 0.53% | - |
| HSV(B) | 252.34º | 0.87% | 0.94% | - |
| XYZ | 18.79 | 8.58 | 82.33 | - |
| YUV | 66.68 | 225.25 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 30 | 239 | 0.69 | 0.87 | 0 | 0.06 | 252.34 | 0.87 | 0.53 |
| Hex | 49 | 1E | EF | 45 | 57 | 0 | 6 | FC | 57 | 35 |
| Octal | 111 | 36 | 357 | 105 | 127 | 0 | 6 | 374 | 127 | 65 |
| Binary | 1001001 | 11110 | 11101111 | 1000101 | 1010111 | 0 | 110 | 11111100 | 1010111 | 110101 |
Color Harmonies of #491EEF
Complementary color
Monochromatic Colors of #491EEF
Black with #491EEF
Text Example
Text Example
White with #491EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491EEF; }
p { color: rgb(73,30,239); }
H1.HeaderClassName
{
color: #491EEF;
}
.AnyTagClassName
{
color: #491EEF;
}
</style>
background-color css
<style>
a { background-color: #491EEF; }
a { background-color: rgb(73,30,239); }
div.DivClassName
{
background-color: #491EEF;
}
.BgClassName
{
background-color: #491EEF;
}
</style>
border-color css
<style>
span { border-color: #491EEF; }
span { border-color: rgb(73,30,239); }
td.TdClassName
{
border-color: #491EEF;
}
.TagClassName
{
border-color: #491EEF;
}
</style>