Shades of Han Purple #3529DD
Tints of Han Purple #3529DD
RGB
CMYK
RGB Variations
Color information
#3529DD (or 0x3529DD) is known color: Han Purple. HEX triplet: 35, 29 and DD. RGB value is (53,41,221). Sum of RGB (Red+Green+Blue) = 53+41+221=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 221 (86.72% from 255 or 70.16% from 315); Max value from RGB is 221 - color contains mainly: blue. Hex color #3529DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3529DD is #CAD622. Grayscale: #404040. Windows color (decimal): -13293091 or 14494005. OLE color: 14494005.
HSL color Cylindrical-coordinate representation of color #3529DD: hue angle of 244º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3529DD is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 41 | 221 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.13 |
| HSL | 244º | 0.73% | 0.51% | - |
| HSV(B) | 244º | 0.81% | 0.87% | - |
| XYZ | 15.31 | 7.56 | 69.06 | - |
| YUV | 65.11 | 215.98 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 41 | 221 | 0.76 | 0.81 | 0 | 0.13 | 244 | 0.73 | 0.51 |
| Hex | 35 | 29 | DD | 4C | 51 | 0 | D | F4 | 49 | 33 |
| Octal | 65 | 51 | 335 | 114 | 121 | 0 | 15 | 364 | 111 | 63 |
| Binary | 110101 | 101001 | 11011101 | 1001100 | 1010001 | 0 | 1101 | 11110100 | 1001001 | 110011 |
Color Harmonies of #3529DD
Complementary color
Monochromatic Colors of #3529DD
Black with #3529DD
Text Example
Text Example
White with #3529DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3529DD; }
p { color: rgb(53,41,221); }
H1.HeaderClassName
{
color: #3529DD;
}
.AnyTagClassName
{
color: #3529DD;
}
</style>
background-color css
<style>
a { background-color: #3529DD; }
a { background-color: rgb(53,41,221); }
div.DivClassName
{
background-color: #3529DD;
}
.BgClassName
{
background-color: #3529DD;
}
</style>
border-color css
<style>
span { border-color: #3529DD; }
span { border-color: rgb(53,41,221); }
td.TdClassName
{
border-color: #3529DD;
}
.TagClassName
{
border-color: #3529DD;
}
</style>