Shades of Han Purple #4529DB
Tints of Han Purple #4529DB
RGB
CMYK
RGB Variations
Color information
#4529DB (or 0x4529DB) is known color: Han Purple. HEX triplet: 45, 29 and DB. RGB value is (69,41,219). Sum of RGB (Red+Green+Blue) = 69+41+219=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #4529DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4529DB is #BAD624. Grayscale: #444444. Windows color (decimal): -12244517 or 14362949. OLE color: 14362949.
HSL color Cylindrical-coordinate representation of color #4529DB: hue angle of 249.44º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4529DB is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 41 | 219 | - |
| CMYK | 0.68 | 0.81 | 0 | 0.14 |
| HSL | 249.44º | 0.71% | 0.51% | - |
| HSV(B) | 249.44º | 0.81% | 0.86% | - |
| XYZ | 16.03 | 7.97 | 67.71 | - |
| YUV | 69.66 | 212.28 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 41 | 219 | 0.68 | 0.81 | 0 | 0.14 | 249.44 | 0.71 | 0.51 |
| Hex | 45 | 29 | DB | 44 | 51 | 0 | E | F9 | 47 | 33 |
| Octal | 105 | 51 | 333 | 104 | 121 | 0 | 16 | 371 | 107 | 63 |
| Binary | 1000101 | 101001 | 11011011 | 1000100 | 1010001 | 0 | 1110 | 11111001 | 1000111 | 110011 |
Color Harmonies of #4529DB
Complementary color
Monochromatic Colors of #4529DB
Black with #4529DB
Text Example
Text Example
White with #4529DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4529DB; }
p { color: rgb(69,41,219); }
H1.HeaderClassName
{
color: #4529DB;
}
.AnyTagClassName
{
color: #4529DB;
}
</style>
background-color css
<style>
a { background-color: #4529DB; }
a { background-color: rgb(69,41,219); }
div.DivClassName
{
background-color: #4529DB;
}
.BgClassName
{
background-color: #4529DB;
}
</style>
border-color css
<style>
span { border-color: #4529DB; }
span { border-color: rgb(69,41,219); }
td.TdClassName
{
border-color: #4529DB;
}
.TagClassName
{
border-color: #4529DB;
}
</style>