Shades of Han Purple #4528DE
Tints of Han Purple #4528DE
RGB
CMYK
RGB Variations
Color information
#4528DE (or 0x4528DE) is known color: Han Purple. HEX triplet: 45, 28 and DE. RGB value is (69,40,222). Sum of RGB (Red+Green+Blue) = 69+40+222=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 222 (87.11% from 255 or 67.07% from 331); Max value from RGB is 222 - color contains mainly: blue. Hex color #4528DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4528DE is #BAD721. Grayscale: #444444. Windows color (decimal): -12244770 or 14559301. OLE color: 14559301.
HSL color Cylindrical-coordinate representation of color #4528DE: hue angle of 249.56º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4528DE is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 40 | 222 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.13 |
| HSL | 249.56º | 0.73% | 0.51% | - |
| HSV(B) | 249.56º | 0.82% | 0.87% | - |
| XYZ | 16.4 | 8.06 | 69.8 | - |
| YUV | 69.42 | 214.11 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 40 | 222 | 0.69 | 0.82 | 0 | 0.13 | 249.56 | 0.73 | 0.51 |
| Hex | 45 | 28 | DE | 45 | 52 | 0 | D | FA | 49 | 33 |
| Octal | 105 | 50 | 336 | 105 | 122 | 0 | 15 | 372 | 111 | 63 |
| Binary | 1000101 | 101000 | 11011110 | 1000101 | 1010010 | 0 | 1101 | 11111010 | 1001001 | 110011 |
Color Harmonies of #4528DE
Complementary color
Monochromatic Colors of #4528DE
Black with #4528DE
Text Example
Text Example
White with #4528DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4528DE; }
p { color: rgb(69,40,222); }
H1.HeaderClassName
{
color: #4528DE;
}
.AnyTagClassName
{
color: #4528DE;
}
</style>
background-color css
<style>
a { background-color: #4528DE; }
a { background-color: rgb(69,40,222); }
div.DivClassName
{
background-color: #4528DE;
}
.BgClassName
{
background-color: #4528DE;
}
</style>
border-color css
<style>
span { border-color: #4528DE; }
span { border-color: rgb(69,40,222); }
td.TdClassName
{
border-color: #4528DE;
}
.TagClassName
{
border-color: #4528DE;
}
</style>