Shades of Han Purple #492CE9
Tints of Han Purple #492CE9
RGB
CMYK
RGB Variations
Color information
#492CE9 (or 0x492CE9) is known color: Han Purple. HEX triplet: 49, 2C and E9. RGB value is (73,44,233). Sum of RGB (Red+Green+Blue) = 73+44+233=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 44 (17.58% from 255 or 12.57% from 350); Blue value is 233 (91.41% from 255 or 66.57% from 350); Max value from RGB is 233 - color contains mainly: blue. Hex color #492CE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492CE9 is #B6D316. Grayscale: #494949. Windows color (decimal): -11981591 or 15281225. OLE color: 15281225.
HSL color Cylindrical-coordinate representation of color #492CE9: hue angle of 249.21º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #492CE9 is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 44 | 233 | - |
| CMYK | 0.69 | 0.81 | 0 | 0.09 |
| HSL | 249.21º | 0.81% | 0.54% | - |
| HSV(B) | 249.21º | 0.81% | 0.91% | - |
| XYZ | 18.36 | 9.1 | 77.88 | - |
| YUV | 74.22 | 217.61 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 44 | 233 | 0.69 | 0.81 | 0 | 0.09 | 249.21 | 0.81 | 0.54 |
| Hex | 49 | 2C | E9 | 45 | 51 | 0 | 9 | F9 | 51 | 36 |
| Octal | 111 | 54 | 351 | 105 | 121 | 0 | 11 | 371 | 121 | 66 |
| Binary | 1001001 | 101100 | 11101001 | 1000101 | 1010001 | 0 | 1001 | 11111001 | 1010001 | 110110 |
Color Harmonies of #492CE9
Complementary color
Monochromatic Colors of #492CE9
Black with #492CE9
Text Example
Text Example
White with #492CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492CE9; }
p { color: rgb(73,44,233); }
H1.HeaderClassName
{
color: #492CE9;
}
.AnyTagClassName
{
color: #492CE9;
}
</style>
background-color css
<style>
a { background-color: #492CE9; }
a { background-color: rgb(73,44,233); }
div.DivClassName
{
background-color: #492CE9;
}
.BgClassName
{
background-color: #492CE9;
}
</style>
border-color css
<style>
span { border-color: #492CE9; }
span { border-color: rgb(73,44,233); }
td.TdClassName
{
border-color: #492CE9;
}
.TagClassName
{
border-color: #492CE9;
}
</style>