Shades of Han Purple #3520D9
Tints of Han Purple #3520D9
RGB
CMYK
RGB Variations
Color information
#3520D9 (or 0x3520D9) is known color: Han Purple. HEX triplet: 35, 20 and D9. RGB value is (53,32,217). Sum of RGB (Red+Green+Blue) = 53+32+217=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 217 (85.16% from 255 or 71.85% from 302); Max value from RGB is 217 - color contains mainly: blue. Hex color #3520D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3520D9 is #CADF26. Grayscale: #3A3A3A. Windows color (decimal): -13295399 or 14229557. OLE color: 14229557.
HSL color Cylindrical-coordinate representation of color #3520D9: hue angle of 246.81º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3520D9 is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 32 | 217 | - |
| CMYK | 0.76 | 0.85 | 0 | 0.15 |
| HSL | 246.81º | 0.74% | 0.49% | - |
| HSV(B) | 246.81º | 0.85% | 0.85% | - |
| XYZ | 14.51 | 6.8 | 66.19 | - |
| YUV | 59.37 | 216.96 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 32 | 217 | 0.76 | 0.85 | 0 | 0.15 | 246.81 | 0.74 | 0.49 |
| Hex | 35 | 20 | D9 | 4C | 55 | 0 | F | F7 | 4A | 31 |
| Octal | 65 | 40 | 331 | 114 | 125 | 0 | 17 | 367 | 112 | 61 |
| Binary | 110101 | 100000 | 11011001 | 1001100 | 1010101 | 0 | 1111 | 11110111 | 1001010 | 110001 |
Color Harmonies of #3520D9
Complementary color
Monochromatic Colors of #3520D9
Black with #3520D9
Text Example
Text Example
White with #3520D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3520D9; }
p { color: rgb(53,32,217); }
H1.HeaderClassName
{
color: #3520D9;
}
.AnyTagClassName
{
color: #3520D9;
}
</style>
background-color css
<style>
a { background-color: #3520D9; }
a { background-color: rgb(53,32,217); }
div.DivClassName
{
background-color: #3520D9;
}
.BgClassName
{
background-color: #3520D9;
}
</style>
border-color css
<style>
span { border-color: #3520D9; }
span { border-color: rgb(53,32,217); }
td.TdClassName
{
border-color: #3520D9;
}
.TagClassName
{
border-color: #3520D9;
}
</style>