Shades of Han Purple #492EDB
Tints of Han Purple #492EDB
RGB
CMYK
RGB Variations
Color information
#492EDB (or 0x492EDB) is known color: Han Purple. HEX triplet: 49, 2E and DB. RGB value is (73,46,219). Sum of RGB (Red+Green+Blue) = 73+46+219=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 219 (85.94% from 255 or 64.79% from 338); Max value from RGB is 219 - color contains mainly: blue. Hex color #492EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492EDB is #B6D124. Grayscale: #494949. Windows color (decimal): -11981093 or 14364233. OLE color: 14364233.
HSL color Cylindrical-coordinate representation of color #492EDB: hue angle of 249.36º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #492EDB is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 46 | 219 | - |
| CMYK | 0.67 | 0.79 | 0 | 0.14 |
| HSL | 249.36º | 0.71% | 0.52% | - |
| HSV(B) | 249.36º | 0.79% | 0.86% | - |
| XYZ | 16.51 | 8.48 | 67.79 | - |
| YUV | 73.8 | 209.95 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 46 | 219 | 0.67 | 0.79 | 0 | 0.14 | 249.36 | 0.71 | 0.52 |
| Hex | 49 | 2E | DB | 43 | 4F | 0 | E | F9 | 47 | 34 |
| Octal | 111 | 56 | 333 | 103 | 117 | 0 | 16 | 371 | 107 | 64 |
| Binary | 1001001 | 101110 | 11011011 | 1000011 | 1001111 | 0 | 1110 | 11111001 | 1000111 | 110100 |
Color Harmonies of #492EDB
Complementary color
Monochromatic Colors of #492EDB
Black with #492EDB
Text Example
Text Example
White with #492EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492EDB; }
p { color: rgb(73,46,219); }
H1.HeaderClassName
{
color: #492EDB;
}
.AnyTagClassName
{
color: #492EDB;
}
</style>
background-color css
<style>
a { background-color: #492EDB; }
a { background-color: rgb(73,46,219); }
div.DivClassName
{
background-color: #492EDB;
}
.BgClassName
{
background-color: #492EDB;
}
</style>
border-color css
<style>
span { border-color: #492EDB; }
span { border-color: rgb(73,46,219); }
td.TdClassName
{
border-color: #492EDB;
}
.TagClassName
{
border-color: #492EDB;
}
</style>