Shades of Han Purple #492CEF
Tints of Han Purple #492CEF
RGB
CMYK
RGB Variations
Color information
#492CEF (or 0x492CEF) is known color: Han Purple. HEX triplet: 49, 2C and EF. RGB value is (73,44,239). Sum of RGB (Red+Green+Blue) = 73+44+239=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 44 (17.58% from 255 or 12.36% from 356); Blue value is 239 (93.75% from 255 or 67.13% from 356); Max value from RGB is 239 - color contains mainly: blue. Hex color #492CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #492CEF is #B6D310. Grayscale: #4A4A4A. Windows color (decimal): -11981585 or 15674441. OLE color: 15674441.
HSL color Cylindrical-coordinate representation of color #492CEF: hue angle of 248.92º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #492CEF is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 44 | 239 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.06 |
| HSL | 248.92º | 0.86% | 0.55% | - |
| HSV(B) | 248.92º | 0.82% | 0.94% | - |
| XYZ | 19.23 | 9.45 | 82.47 | - |
| YUV | 74.9 | 220.61 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 44 | 239 | 0.69 | 0.82 | 0 | 0.06 | 248.92 | 0.86 | 0.55 |
| Hex | 49 | 2C | EF | 45 | 52 | 0 | 6 | F9 | 56 | 37 |
| Octal | 111 | 54 | 357 | 105 | 122 | 0 | 6 | 371 | 126 | 67 |
| Binary | 1001001 | 101100 | 11101111 | 1000101 | 1010010 | 0 | 110 | 11111001 | 1010110 | 110111 |
Color Harmonies of #492CEF
Complementary color
Monochromatic Colors of #492CEF
Black with #492CEF
Text Example
Text Example
White with #492CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492CEF; }
p { color: rgb(73,44,239); }
H1.HeaderClassName
{
color: #492CEF;
}
.AnyTagClassName
{
color: #492CEF;
}
</style>
background-color css
<style>
a { background-color: #492CEF; }
a { background-color: rgb(73,44,239); }
div.DivClassName
{
background-color: #492CEF;
}
.BgClassName
{
background-color: #492CEF;
}
</style>
border-color css
<style>
span { border-color: #492CEF; }
span { border-color: rgb(73,44,239); }
td.TdClassName
{
border-color: #492CEF;
}
.TagClassName
{
border-color: #492CEF;
}
</style>