Shades of Han Purple #3519D9
Tints of Han Purple #3519D9
RGB
CMYK
RGB Variations
Color information
#3519D9 (or 0x3519D9) is known color: Han Purple. HEX triplet: 35, 19 and D9. RGB value is (53,25,217). Sum of RGB (Red+Green+Blue) = 53+25+217=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 217 (85.16% from 255 or 73.56% from 295); Max value from RGB is 217 - color contains mainly: blue. Hex color #3519D9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3519D9 is #CAE626. Grayscale: #363636. Windows color (decimal): -13297191 or 14227765. OLE color: 14227765.
HSL color Cylindrical-coordinate representation of color #3519D9: hue angle of 248.75º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3519D9 is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 25 | 217 | - |
| CMYK | 0.76 | 0.88 | 0 | 0.15 |
| HSL | 248.75º | 0.79% | 0.47% | - |
| HSV(B) | 248.75º | 0.88% | 0.85% | - |
| XYZ | 14.34 | 6.46 | 66.14 | - |
| YUV | 55.26 | 219.28 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 25 | 217 | 0.76 | 0.88 | 0 | 0.15 | 248.75 | 0.79 | 0.47 |
| Hex | 35 | 19 | D9 | 4C | 58 | 0 | F | F9 | 4F | 2F |
| Octal | 65 | 31 | 331 | 114 | 130 | 0 | 17 | 371 | 117 | 57 |
| Binary | 110101 | 11001 | 11011001 | 1001100 | 1011000 | 0 | 1111 | 11111001 | 1001111 | 101111 |
Color Harmonies of #3519D9
Complementary color
Monochromatic Colors of #3519D9
Black with #3519D9
Text Example
Text Example
White with #3519D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3519D9; }
p { color: rgb(53,25,217); }
H1.HeaderClassName
{
color: #3519D9;
}
.AnyTagClassName
{
color: #3519D9;
}
</style>
background-color css
<style>
a { background-color: #3519D9; }
a { background-color: rgb(53,25,217); }
div.DivClassName
{
background-color: #3519D9;
}
.BgClassName
{
background-color: #3519D9;
}
</style>
border-color css
<style>
span { border-color: #3519D9; }
span { border-color: rgb(53,25,217); }
td.TdClassName
{
border-color: #3519D9;
}
.TagClassName
{
border-color: #3519D9;
}
</style>