Shades of Han Purple #492DE1
Tints of Han Purple #492DE1
RGB
CMYK
RGB Variations
Color information
#492DE1 (or 0x492DE1) is known color: Han Purple. HEX triplet: 49, 2D and E1. RGB value is (73,45,225). Sum of RGB (Red+Green+Blue) = 73+45+225=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 45 (17.97% from 255 or 13.12% from 343); Blue value is 225 (88.28% from 255 or 65.60% from 343); Max value from RGB is 225 - color contains mainly: blue. Hex color #492DE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492DE1 is #B6D21E. Grayscale: #494949. Windows color (decimal): -11981343 or 14757193. OLE color: 14757193.
HSL color Cylindrical-coordinate representation of color #492DE1: hue angle of 249.33º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #492DE1 is Cyan = 0.68, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 45 | 225 | - |
| CMYK | 0.68 | 0.8 | 0 | 0.12 |
| HSL | 249.33º | 0.75% | 0.53% | - |
| HSV(B) | 249.33º | 0.8% | 0.88% | - |
| XYZ | 17.28 | 8.73 | 72.01 | - |
| YUV | 73.89 | 213.28 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 45 | 225 | 0.68 | 0.8 | 0 | 0.12 | 249.33 | 0.75 | 0.53 |
| Hex | 49 | 2D | E1 | 44 | 50 | 0 | C | F9 | 4B | 35 |
| Octal | 111 | 55 | 341 | 104 | 120 | 0 | 14 | 371 | 113 | 65 |
| Binary | 1001001 | 101101 | 11100001 | 1000100 | 1010000 | 0 | 1100 | 11111001 | 1001011 | 110101 |
Color Harmonies of #492DE1
Complementary color
Monochromatic Colors of #492DE1
Black with #492DE1
Text Example
Text Example
White with #492DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492DE1; }
p { color: rgb(73,45,225); }
H1.HeaderClassName
{
color: #492DE1;
}
.AnyTagClassName
{
color: #492DE1;
}
</style>
background-color css
<style>
a { background-color: #492DE1; }
a { background-color: rgb(73,45,225); }
div.DivClassName
{
background-color: #492DE1;
}
.BgClassName
{
background-color: #492DE1;
}
</style>
border-color css
<style>
span { border-color: #492DE1; }
span { border-color: rgb(73,45,225); }
td.TdClassName
{
border-color: #492DE1;
}
.TagClassName
{
border-color: #492DE1;
}
</style>