Shades of Han Purple #492DDB
Tints of Han Purple #492DDB
RGB
CMYK
RGB Variations
Color information
#492DDB (or 0x492DDB) is known color: Han Purple. HEX triplet: 49, 2D and DB. RGB value is (73,45,219). Sum of RGB (Red+Green+Blue) = 73+45+219=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #492DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492DDB is #B6D224. Grayscale: #484848. Windows color (decimal): -11981349 or 14363977. OLE color: 14363977.
HSL color Cylindrical-coordinate representation of color #492DDB: hue angle of 249.66º 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 #492DDB is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 45 | 219 | - |
| CMYK | 0.67 | 0.79 | 0 | 0.14 |
| HSL | 249.66º | 0.71% | 0.52% | - |
| HSV(B) | 249.66º | 0.79% | 0.86% | - |
| XYZ | 16.47 | 8.41 | 67.77 | - |
| YUV | 73.21 | 210.28 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 45 | 219 | 0.67 | 0.79 | 0 | 0.14 | 249.66 | 0.71 | 0.52 |
| Hex | 49 | 2D | DB | 43 | 4F | 0 | E | FA | 47 | 34 |
| Octal | 111 | 55 | 333 | 103 | 117 | 0 | 16 | 372 | 107 | 64 |
| Binary | 1001001 | 101101 | 11011011 | 1000011 | 1001111 | 0 | 1110 | 11111010 | 1000111 | 110100 |
Color Harmonies of #492DDB
Complementary color
Monochromatic Colors of #492DDB
Black with #492DDB
Text Example
Text Example
White with #492DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492DDB; }
p { color: rgb(73,45,219); }
H1.HeaderClassName
{
color: #492DDB;
}
.AnyTagClassName
{
color: #492DDB;
}
</style>
background-color css
<style>
a { background-color: #492DDB; }
a { background-color: rgb(73,45,219); }
div.DivClassName
{
background-color: #492DDB;
}
.BgClassName
{
background-color: #492DDB;
}
</style>
border-color css
<style>
span { border-color: #492DDB; }
span { border-color: rgb(73,45,219); }
td.TdClassName
{
border-color: #492DDB;
}
.TagClassName
{
border-color: #492DDB;
}
</style>