Shades of Han Purple #4524DD
Tints of Han Purple #4524DD
RGB
CMYK
RGB Variations
Color information
#4524DD (or 0x4524DD) is known color: Han Purple. HEX triplet: 45, 24 and DD. RGB value is (69,36,221). Sum of RGB (Red+Green+Blue) = 69+36+221=326 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.17% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 221 (86.72% from 255 or 67.79% from 326); Max value from RGB is 221 - color contains mainly: blue. Hex color #4524DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4524DD is #BADB22. Grayscale: #424242. Windows color (decimal): -12245795 or 14492741. OLE color: 14492741.
HSL color Cylindrical-coordinate representation of color #4524DD: hue angle of 250.7º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4524DD is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 36 | 221 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.13 |
| HSL | 250.7º | 0.73% | 0.5% | - |
| HSV(B) | 250.7º | 0.84% | 0.87% | - |
| XYZ | 16.14 | 7.75 | 69.05 | - |
| YUV | 66.96 | 214.93 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 36 | 221 | 0.69 | 0.84 | 0 | 0.13 | 250.7 | 0.73 | 0.5 |
| Hex | 45 | 24 | DD | 45 | 54 | 0 | D | FB | 49 | 32 |
| Octal | 105 | 44 | 335 | 105 | 124 | 0 | 15 | 373 | 111 | 62 |
| Binary | 1000101 | 100100 | 11011101 | 1000101 | 1010100 | 0 | 1101 | 11111011 | 1001001 | 110010 |
Color Harmonies of #4524DD
Complementary color
Monochromatic Colors of #4524DD
Black with #4524DD
Text Example
Text Example
White with #4524DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4524DD; }
p { color: rgb(69,36,221); }
H1.HeaderClassName
{
color: #4524DD;
}
.AnyTagClassName
{
color: #4524DD;
}
</style>
background-color css
<style>
a { background-color: #4524DD; }
a { background-color: rgb(69,36,221); }
div.DivClassName
{
background-color: #4524DD;
}
.BgClassName
{
background-color: #4524DD;
}
</style>
border-color css
<style>
span { border-color: #4524DD; }
span { border-color: rgb(69,36,221); }
td.TdClassName
{
border-color: #4524DD;
}
.TagClassName
{
border-color: #4524DD;
}
</style>