Shades of Han Purple #492FE2
Tints of Han Purple #492FE2
RGB
CMYK
RGB Variations
Color information
#492FE2 (or 0x492FE2) is known color: Han Purple. HEX triplet: 49, 2F and E2. RGB value is (73,47,226). Sum of RGB (Red+Green+Blue) = 73+47+226=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 47 (18.75% from 255 or 13.58% from 346); Blue value is 226 (88.67% from 255 or 65.32% from 346); Max value from RGB is 226 - color contains mainly: blue. Hex color #492FE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492FE2 is #B6D01D. Grayscale: #4A4A4A. Windows color (decimal): -11980830 or 14823241. OLE color: 14823241.
HSL color Cylindrical-coordinate representation of color #492FE2: hue angle of 248.72º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #492FE2 is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 73 | 47 | 226 | - |
| CMYK | 0.68 | 0.79 | 0 | 0.11 |
| HSL | 248.72º | 0.76% | 0.54% | - |
| HSV(B) | 248.72º | 0.79% | 0.89% | - |
| XYZ | 17.49 | 8.94 | 72.76 | - |
| YUV | 75.18 | 213.11 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 47 | 226 | 0.68 | 0.79 | 0 | 0.11 | 248.72 | 0.76 | 0.54 |
| Hex | 49 | 2F | E2 | 44 | 4F | 0 | B | F9 | 4C | 36 |
| Octal | 111 | 57 | 342 | 104 | 117 | 0 | 13 | 371 | 114 | 66 |
| Binary | 1001001 | 101111 | 11100010 | 1000100 | 1001111 | 0 | 1011 | 11111001 | 1001100 | 110110 |
Color Harmonies of #492FE2
Complementary color
Monochromatic Colors of #492FE2
Black with #492FE2
Text Example
Text Example
White with #492FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492FE2; }
p { color: rgb(73,47,226); }
H1.HeaderClassName
{
color: #492FE2;
}
.AnyTagClassName
{
color: #492FE2;
}
</style>
background-color css
<style>
a { background-color: #492FE2; }
a { background-color: rgb(73,47,226); }
div.DivClassName
{
background-color: #492FE2;
}
.BgClassName
{
background-color: #492FE2;
}
</style>
border-color css
<style>
span { border-color: #492FE2; }
span { border-color: rgb(73,47,226); }
td.TdClassName
{
border-color: #492FE2;
}
.TagClassName
{
border-color: #492FE2;
}
</style>