Shades of Han Purple #492EEF
Tints of Han Purple #492EEF
RGB
CMYK
RGB Variations
Color information
#492EEF (or 0x492EEF) is known color: Han Purple. HEX triplet: 49, 2E and EF. RGB value is (73,46,239). Sum of RGB (Red+Green+Blue) = 73+46+239=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 46 (18.36% from 255 or 12.85% from 358); Blue value is 239 (93.75% from 255 or 66.76% from 358); Max value from RGB is 239 - color contains mainly: blue. Hex color #492EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492EEF is #B6D110. Grayscale: #4B4B4B. Windows color (decimal): -11981073 or 15674953. OLE color: 15674953.
HSL color Cylindrical-coordinate representation of color #492EEF: hue angle of 248.39º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #492EEF is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 46 | 239 | - |
| CMYK | 0.69 | 0.81 | 0 | 0.06 |
| HSL | 248.39º | 0.86% | 0.56% | - |
| HSV(B) | 248.39º | 0.81% | 0.94% | - |
| XYZ | 19.3 | 9.6 | 82.5 | - |
| YUV | 76.08 | 219.95 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 46 | 239 | 0.69 | 0.81 | 0 | 0.06 | 248.39 | 0.86 | 0.56 |
| Hex | 49 | 2E | EF | 45 | 51 | 0 | 6 | F8 | 56 | 38 |
| Octal | 111 | 56 | 357 | 105 | 121 | 0 | 6 | 370 | 126 | 70 |
| Binary | 1001001 | 101110 | 11101111 | 1000101 | 1010001 | 0 | 110 | 11111000 | 1010110 | 111000 |
Color Harmonies of #492EEF
Complementary color
Monochromatic Colors of #492EEF
Black with #492EEF
Text Example
Text Example
White with #492EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492EEF; }
p { color: rgb(73,46,239); }
H1.HeaderClassName
{
color: #492EEF;
}
.AnyTagClassName
{
color: #492EEF;
}
</style>
background-color css
<style>
a { background-color: #492EEF; }
a { background-color: rgb(73,46,239); }
div.DivClassName
{
background-color: #492EEF;
}
.BgClassName
{
background-color: #492EEF;
}
</style>
border-color css
<style>
span { border-color: #492EEF; }
span { border-color: rgb(73,46,239); }
td.TdClassName
{
border-color: #492EEF;
}
.TagClassName
{
border-color: #492EEF;
}
</style>