Shades of Han Purple #491CEB
Tints of Han Purple #491CEB
RGB
CMYK
RGB Variations
Color information
#491CEB (or 0x491CEB) is known color: Han Purple. HEX triplet: 49, 1C and EB. RGB value is (73,28,235). Sum of RGB (Red+Green+Blue) = 73+28+235=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 28 (11.33% from 255 or 8.33% from 336); Blue value is 235 (92.19% from 255 or 69.94% from 336); Max value from RGB is 235 - color contains mainly: blue. Hex color #491CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #491CEB is #B6E314. Grayscale: #404040. Windows color (decimal): -11985685 or 15408201. OLE color: 15408201.
HSL color Cylindrical-coordinate representation of color #491CEB: hue angle of 253.04º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #491CEB is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 28 | 235 | - |
| CMYK | 0.69 | 0.88 | 0 | 0.08 |
| HSL | 253.04º | 0.84% | 0.52% | - |
| HSV(B) | 253.04º | 0.88% | 0.92% | - |
| XYZ | 18.16 | 8.25 | 79.23 | - |
| YUV | 65.05 | 223.91 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 28 | 235 | 0.69 | 0.88 | 0 | 0.08 | 253.04 | 0.84 | 0.52 |
| Hex | 49 | 1C | EB | 45 | 58 | 0 | 8 | FD | 54 | 34 |
| Octal | 111 | 34 | 353 | 105 | 130 | 0 | 10 | 375 | 124 | 64 |
| Binary | 1001001 | 11100 | 11101011 | 1000101 | 1011000 | 0 | 1000 | 11111101 | 1010100 | 110100 |
Color Harmonies of #491CEB
Complementary color
Monochromatic Colors of #491CEB
Black with #491CEB
Text Example
Text Example
White with #491CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491CEB; }
p { color: rgb(73,28,235); }
H1.HeaderClassName
{
color: #491CEB;
}
.AnyTagClassName
{
color: #491CEB;
}
</style>
background-color css
<style>
a { background-color: #491CEB; }
a { background-color: rgb(73,28,235); }
div.DivClassName
{
background-color: #491CEB;
}
.BgClassName
{
background-color: #491CEB;
}
</style>
border-color css
<style>
span { border-color: #491CEB; }
span { border-color: rgb(73,28,235); }
td.TdClassName
{
border-color: #491CEB;
}
.TagClassName
{
border-color: #491CEB;
}
</style>