Shades of Han Purple #491EED
Tints of Han Purple #491EED
RGB
CMYK
RGB Variations
Color information
#491EED (or 0x491EED) is known color: Han Purple. HEX triplet: 49, 1E and ED. RGB value is (73,30,237). Sum of RGB (Red+Green+Blue) = 73+30+237=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 30 (12.11% from 255 or 8.82% from 340); Blue value is 237 (92.97% from 255 or 69.71% from 340); Max value from RGB is 237 - color contains mainly: blue. Hex color #491EED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491EED is #B6E112. Grayscale: #414141. Windows color (decimal): -11985171 or 15539785. OLE color: 15539785.
HSL color Cylindrical-coordinate representation of color #491EED: hue angle of 252.46º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #491EED is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 30 | 237 | - |
| CMYK | 0.69 | 0.87 | 0 | 0.07 |
| HSL | 252.46º | 0.85% | 0.52% | - |
| HSV(B) | 252.46º | 0.87% | 0.93% | - |
| XYZ | 18.5 | 8.46 | 80.78 | - |
| YUV | 66.46 | 224.25 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 30 | 237 | 0.69 | 0.87 | 0 | 0.07 | 252.46 | 0.85 | 0.52 |
| Hex | 49 | 1E | ED | 45 | 57 | 0 | 7 | FC | 55 | 34 |
| Octal | 111 | 36 | 355 | 105 | 127 | 0 | 7 | 374 | 125 | 64 |
| Binary | 1001001 | 11110 | 11101101 | 1000101 | 1010111 | 0 | 111 | 11111100 | 1010101 | 110100 |
Color Harmonies of #491EED
Complementary color
Monochromatic Colors of #491EED
Black with #491EED
Text Example
Text Example
White with #491EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491EED; }
p { color: rgb(73,30,237); }
H1.HeaderClassName
{
color: #491EED;
}
.AnyTagClassName
{
color: #491EED;
}
</style>
background-color css
<style>
a { background-color: #491EED; }
a { background-color: rgb(73,30,237); }
div.DivClassName
{
background-color: #491EED;
}
.BgClassName
{
background-color: #491EED;
}
</style>
border-color css
<style>
span { border-color: #491EED; }
span { border-color: rgb(73,30,237); }
td.TdClassName
{
border-color: #491EED;
}
.TagClassName
{
border-color: #491EED;
}
</style>