Shades of Han Purple #4528DC
Tints of Han Purple #4528DC
RGB
CMYK
RGB Variations
Color information
#4528DC (or 0x4528DC) is known color: Han Purple. HEX triplet: 45, 28 and DC. RGB value is (69,40,220). Sum of RGB (Red+Green+Blue) = 69+40+220=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 220 (86.33% from 255 or 66.87% from 329); Max value from RGB is 220 - color contains mainly: blue. Hex color #4528DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4528DC is #BAD723. Grayscale: #444444. Windows color (decimal): -12244772 or 14428229. OLE color: 14428229.
HSL color Cylindrical-coordinate representation of color #4528DC: hue angle of 249.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4528DC is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 40 | 220 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.14 |
| HSL | 249.67º | 0.72% | 0.51% | - |
| HSV(B) | 249.67º | 0.82% | 0.86% | - |
| XYZ | 16.13 | 7.95 | 68.39 | - |
| YUV | 69.19 | 213.11 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 40 | 220 | 0.69 | 0.82 | 0 | 0.14 | 249.67 | 0.72 | 0.51 |
| Hex | 45 | 28 | DC | 45 | 52 | 0 | E | FA | 48 | 33 |
| Octal | 105 | 50 | 334 | 105 | 122 | 0 | 16 | 372 | 110 | 63 |
| Binary | 1000101 | 101000 | 11011100 | 1000101 | 1010010 | 0 | 1110 | 11111010 | 1001000 | 110011 |
Color Harmonies of #4528DC
Complementary color
Monochromatic Colors of #4528DC
Black with #4528DC
Text Example
Text Example
White with #4528DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4528DC; }
p { color: rgb(69,40,220); }
H1.HeaderClassName
{
color: #4528DC;
}
.AnyTagClassName
{
color: #4528DC;
}
</style>
background-color css
<style>
a { background-color: #4528DC; }
a { background-color: rgb(69,40,220); }
div.DivClassName
{
background-color: #4528DC;
}
.BgClassName
{
background-color: #4528DC;
}
</style>
border-color css
<style>
span { border-color: #4528DC; }
span { border-color: rgb(69,40,220); }
td.TdClassName
{
border-color: #4528DC;
}
.TagClassName
{
border-color: #4528DC;
}
</style>