Shades of Han Purple #4529DC
Tints of Han Purple #4529DC
RGB
CMYK
RGB Variations
Color information
#4529DC (or 0x4529DC) is known color: Han Purple. HEX triplet: 45, 29 and DC. RGB value is (69,41,220). Sum of RGB (Red+Green+Blue) = 69+41+220=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 220 (86.33% from 255 or 66.67% from 330); Max value from RGB is 220 - color contains mainly: blue. Hex color #4529DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4529DC is #BAD623. Grayscale: #454545. Windows color (decimal): -12244516 or 14428485. OLE color: 14428485.
HSL color Cylindrical-coordinate representation of color #4529DC: hue angle of 249.39º degrees, saturation: 0.72, 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 #4529DC is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 41 | 220 | - |
| CMYK | 0.69 | 0.81 | 0 | 0.14 |
| HSL | 249.39º | 0.72% | 0.51% | - |
| HSV(B) | 249.39º | 0.81% | 0.86% | - |
| XYZ | 16.17 | 8.02 | 68.41 | - |
| YUV | 69.78 | 212.78 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 41 | 220 | 0.69 | 0.81 | 0 | 0.14 | 249.39 | 0.72 | 0.51 |
| Hex | 45 | 29 | DC | 45 | 51 | 0 | E | F9 | 48 | 33 |
| Octal | 105 | 51 | 334 | 105 | 121 | 0 | 16 | 371 | 110 | 63 |
| Binary | 1000101 | 101001 | 11011100 | 1000101 | 1010001 | 0 | 1110 | 11111001 | 1001000 | 110011 |
Color Harmonies of #4529DC
Complementary color
Monochromatic Colors of #4529DC
Black with #4529DC
Text Example
Text Example
White with #4529DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4529DC; }
p { color: rgb(69,41,220); }
H1.HeaderClassName
{
color: #4529DC;
}
.AnyTagClassName
{
color: #4529DC;
}
</style>
background-color css
<style>
a { background-color: #4529DC; }
a { background-color: rgb(69,41,220); }
div.DivClassName
{
background-color: #4529DC;
}
.BgClassName
{
background-color: #4529DC;
}
</style>
border-color css
<style>
span { border-color: #4529DC; }
span { border-color: rgb(69,41,220); }
td.TdClassName
{
border-color: #4529DC;
}
.TagClassName
{
border-color: #4529DC;
}
</style>