Shades of Han Purple #492FDB
Tints of Han Purple #492FDB
RGB
CMYK
RGB Variations
Color information
#492FDB (or 0x492FDB) is known color: Han Purple. HEX triplet: 49, 2F and DB. RGB value is (73,47,219). Sum of RGB (Red+Green+Blue) = 73+47+219=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 47 (18.75% from 255 or 13.86% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #492FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492FDB is #B6D024. Grayscale: #494949. Windows color (decimal): -11980837 or 14364489. OLE color: 14364489.
HSL color Cylindrical-coordinate representation of color #492FDB: hue angle of 249.07º degrees, saturation: 0.7, 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 #492FDB is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 47 | 219 | - |
| CMYK | 0.67 | 0.79 | 0 | 0.14 |
| HSL | 249.07º | 0.7% | 0.52% | - |
| HSV(B) | 249.07º | 0.79% | 0.86% | - |
| XYZ | 16.55 | 8.56 | 67.8 | - |
| YUV | 74.38 | 209.61 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 47 | 219 | 0.67 | 0.79 | 0 | 0.14 | 249.07 | 0.7 | 0.52 |
| Hex | 49 | 2F | DB | 43 | 4F | 0 | E | F9 | 46 | 34 |
| Octal | 111 | 57 | 333 | 103 | 117 | 0 | 16 | 371 | 106 | 64 |
| Binary | 1001001 | 101111 | 11011011 | 1000011 | 1001111 | 0 | 1110 | 11111001 | 1000110 | 110100 |
Color Harmonies of #492FDB
Complementary color
Monochromatic Colors of #492FDB
Black with #492FDB
Text Example
Text Example
White with #492FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492FDB; }
p { color: rgb(73,47,219); }
H1.HeaderClassName
{
color: #492FDB;
}
.AnyTagClassName
{
color: #492FDB;
}
</style>
background-color css
<style>
a { background-color: #492FDB; }
a { background-color: rgb(73,47,219); }
div.DivClassName
{
background-color: #492FDB;
}
.BgClassName
{
background-color: #492FDB;
}
</style>
border-color css
<style>
span { border-color: #492FDB; }
span { border-color: rgb(73,47,219); }
td.TdClassName
{
border-color: #492FDB;
}
.TagClassName
{
border-color: #492FDB;
}
</style>