Shades of Han Purple #491EEE
Tints of Han Purple #491EEE
RGB
CMYK
RGB Variations
Color information
#491EEE (or 0x491EEE) is known color: Han Purple. HEX triplet: 49, 1E and EE. RGB value is (73,30,238). Sum of RGB (Red+Green+Blue) = 73+30+238=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 238 (93.36% from 255 or 69.79% from 341); Max value from RGB is 238 - color contains mainly: blue. Hex color #491EEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491EEE is #B6E111. Grayscale: #414141. Windows color (decimal): -11985170 or 15605321. OLE color: 15605321.
HSL color Cylindrical-coordinate representation of color #491EEE: hue angle of 252.4º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #491EEE is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 30 | 238 | - |
| CMYK | 0.69 | 0.87 | 0 | 0.07 |
| HSL | 252.4º | 0.86% | 0.53% | - |
| HSV(B) | 252.4º | 0.87% | 0.93% | - |
| XYZ | 18.64 | 8.52 | 81.55 | - |
| YUV | 66.57 | 224.75 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 30 | 238 | 0.69 | 0.87 | 0 | 0.07 | 252.4 | 0.86 | 0.53 |
| Hex | 49 | 1E | EE | 45 | 57 | 0 | 7 | FC | 56 | 35 |
| Octal | 111 | 36 | 356 | 105 | 127 | 0 | 7 | 374 | 126 | 65 |
| Binary | 1001001 | 11110 | 11101110 | 1000101 | 1010111 | 0 | 111 | 11111100 | 1010110 | 110101 |
Color Harmonies of #491EEE
Complementary color
Monochromatic Colors of #491EEE
Black with #491EEE
Text Example
Text Example
White with #491EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491EEE; }
p { color: rgb(73,30,238); }
H1.HeaderClassName
{
color: #491EEE;
}
.AnyTagClassName
{
color: #491EEE;
}
</style>
background-color css
<style>
a { background-color: #491EEE; }
a { background-color: rgb(73,30,238); }
div.DivClassName
{
background-color: #491EEE;
}
.BgClassName
{
background-color: #491EEE;
}
</style>
border-color css
<style>
span { border-color: #491EEE; }
span { border-color: rgb(73,30,238); }
td.TdClassName
{
border-color: #491EEE;
}
.TagClassName
{
border-color: #491EEE;
}
</style>