Shades of Han Purple #491CDB
Tints of Han Purple #491CDB
RGB
CMYK
RGB Variations
Color information
#491CDB (or 0x491CDB) is known color: Han Purple. HEX triplet: 49, 1C and DB. RGB value is (73,28,219). Sum of RGB (Red+Green+Blue) = 73+28+219=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 28 (11.33% from 255 or 8.75% from 320); Blue value is 219 (85.94% from 255 or 68.44% from 320); Max value from RGB is 219 - color contains mainly: blue. Hex color #491CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491CDB is #B6E324. Grayscale: #3E3E3E. Windows color (decimal): -11985701 or 14359625. OLE color: 14359625.
HSL color Cylindrical-coordinate representation of color #491CDB: hue angle of 254.14º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #491CDB is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 28 | 219 | - |
| CMYK | 0.67 | 0.87 | 0 | 0.14 |
| HSL | 254.14º | 0.77% | 0.48% | - |
| HSV(B) | 254.14º | 0.87% | 0.86% | - |
| XYZ | 15.95 | 7.36 | 67.6 | - |
| YUV | 63.23 | 215.91 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 28 | 219 | 0.67 | 0.87 | 0 | 0.14 | 254.14 | 0.77 | 0.48 |
| Hex | 49 | 1C | DB | 43 | 57 | 0 | E | FE | 4D | 30 |
| Octal | 111 | 34 | 333 | 103 | 127 | 0 | 16 | 376 | 115 | 60 |
| Binary | 1001001 | 11100 | 11011011 | 1000011 | 1010111 | 0 | 1110 | 11111110 | 1001101 | 110000 |
Color Harmonies of #491CDB
Complementary color
Monochromatic Colors of #491CDB
Black with #491CDB
Text Example
Text Example
White with #491CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491CDB; }
p { color: rgb(73,28,219); }
H1.HeaderClassName
{
color: #491CDB;
}
.AnyTagClassName
{
color: #491CDB;
}
</style>
background-color css
<style>
a { background-color: #491CDB; }
a { background-color: rgb(73,28,219); }
div.DivClassName
{
background-color: #491CDB;
}
.BgClassName
{
background-color: #491CDB;
}
</style>
border-color css
<style>
span { border-color: #491CDB; }
span { border-color: rgb(73,28,219); }
td.TdClassName
{
border-color: #491CDB;
}
.TagClassName
{
border-color: #491CDB;
}
</style>