Shades of Han Purple #492DDE
Tints of Han Purple #492DDE
RGB
CMYK
RGB Variations
Color information
#492DDE (or 0x492DDE) is known color: Han Purple. HEX triplet: 49, 2D and DE. RGB value is (73,45,222). Sum of RGB (Red+Green+Blue) = 73+45+222=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 45 (17.97% from 255 or 13.24% from 340); Blue value is 222 (87.11% from 255 or 65.29% from 340); Max value from RGB is 222 - color contains mainly: blue. Hex color #492DDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492DDE is #B6D221. Grayscale: #484848. Windows color (decimal): -11981346 or 14560585. OLE color: 14560585.
HSL color Cylindrical-coordinate representation of color #492DDE: hue angle of 249.49º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #492DDE is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 45 | 222 | - |
| CMYK | 0.67 | 0.80 | 0 | 0.13 |
| HSL | 249.49º | 0.73% | 0.52% | - |
| HSV(B) | 249.49º | 0.8% | 0.87% | - |
| XYZ | 16.87 | 8.57 | 69.87 | - |
| YUV | 73.55 | 211.78 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 45 | 222 | 0.67 | 0.80 | 0 | 0.13 | 249.49 | 0.73 | 0.52 |
| Hex | 49 | 2D | DE | 43 | 50 | 0 | D | F9 | 49 | 34 |
| Octal | 111 | 55 | 336 | 103 | 120 | 0 | 15 | 371 | 111 | 64 |
| Binary | 1001001 | 101101 | 11011110 | 1000011 | 1010000 | 0 | 1101 | 11111001 | 1001001 | 110100 |
Color Harmonies of #492DDE
Complementary color
Monochromatic Colors of #492DDE
Black with #492DDE
Text Example
Text Example
White with #492DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492DDE; }
p { color: rgb(73,45,222); }
H1.HeaderClassName
{
color: #492DDE;
}
.AnyTagClassName
{
color: #492DDE;
}
</style>
background-color css
<style>
a { background-color: #492DDE; }
a { background-color: rgb(73,45,222); }
div.DivClassName
{
background-color: #492DDE;
}
.BgClassName
{
background-color: #492DDE;
}
</style>
border-color css
<style>
span { border-color: #492DDE; }
span { border-color: rgb(73,45,222); }
td.TdClassName
{
border-color: #492DDE;
}
.TagClassName
{
border-color: #492DDE;
}
</style>