Shades of Han Purple #491DED
Tints of Han Purple #491DED
RGB
CMYK
RGB Variations
Color information
#491DED (or 0x491DED) is known color: Han Purple. HEX triplet: 49, 1D and ED. RGB value is (73,29,237). Sum of RGB (Red+Green+Blue) = 73+29+237=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 29 (11.72% from 255 or 8.55% from 339); Blue value is 237 (92.97% from 255 or 69.91% from 339); Max value from RGB is 237 - color contains mainly: blue. Hex color #491DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491DED is #B6E212. Grayscale: #414141. Windows color (decimal): -11985427 or 15539529. OLE color: 15539529.
HSL color Cylindrical-coordinate representation of color #491DED: hue angle of 252.69º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #491DED is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 29 | 237 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.07 |
| HSL | 252.69º | 0.85% | 0.52% | - |
| HSV(B) | 252.69º | 0.88% | 0.93% | - |
| XYZ | 18.47 | 8.41 | 80.77 | - |
| YUV | 65.87 | 224.58 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 29 | 237 | 0.69 | 0.88 | 0 | 0.07 | 252.69 | 0.85 | 0.52 |
| Hex | 49 | 1D | ED | 45 | 58 | 0 | 7 | FD | 55 | 34 |
| Octal | 111 | 35 | 355 | 105 | 130 | 0 | 7 | 375 | 125 | 64 |
| Binary | 1001001 | 11101 | 11101101 | 1000101 | 1011000 | 0 | 111 | 11111101 | 1010101 | 110100 |
Color Harmonies of #491DED
Complementary color
Monochromatic Colors of #491DED
Black with #491DED
Text Example
Text Example
White with #491DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491DED; }
p { color: rgb(73,29,237); }
H1.HeaderClassName
{
color: #491DED;
}
.AnyTagClassName
{
color: #491DED;
}
</style>
background-color css
<style>
a { background-color: #491DED; }
a { background-color: rgb(73,29,237); }
div.DivClassName
{
background-color: #491DED;
}
.BgClassName
{
background-color: #491DED;
}
</style>
border-color css
<style>
span { border-color: #491DED; }
span { border-color: rgb(73,29,237); }
td.TdClassName
{
border-color: #491DED;
}
.TagClassName
{
border-color: #491DED;
}
</style>