Shades of Han Purple #3519DD
Tints of Han Purple #3519DD
RGB
CMYK
RGB Variations
Color information
#3519DD (or 0x3519DD) is known color: Han Purple. HEX triplet: 35, 19 and DD. RGB value is (53,25,221). Sum of RGB (Red+Green+Blue) = 53+25+221=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 221 (86.72% from 255 or 73.91% from 299); Max value from RGB is 221 - color contains mainly: blue. Hex color #3519DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3519DD is #CAE622. Grayscale: #363636. Windows color (decimal): -13297187 or 14489909. OLE color: 14489909.
HSL color Cylindrical-coordinate representation of color #3519DD: hue angle of 248.57º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3519DD is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 25 | 221 | - |
| CMYK | 0.76 | 0.89 | 0 | 0.13 |
| HSL | 248.57º | 0.8% | 0.48% | - |
| HSV(B) | 248.57º | 0.89% | 0.87% | - |
| XYZ | 14.87 | 6.67 | 68.91 | - |
| YUV | 55.72 | 221.28 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 25 | 221 | 0.76 | 0.89 | 0 | 0.13 | 248.57 | 0.8 | 0.48 |
| Hex | 35 | 19 | DD | 4C | 59 | 0 | D | F9 | 50 | 30 |
| Octal | 65 | 31 | 335 | 114 | 131 | 0 | 15 | 371 | 120 | 60 |
| Binary | 110101 | 11001 | 11011101 | 1001100 | 1011001 | 0 | 1101 | 11111001 | 1010000 | 110000 |
Color Harmonies of #3519DD
Complementary color
Monochromatic Colors of #3519DD
Black with #3519DD
Text Example
Text Example
White with #3519DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3519DD; }
p { color: rgb(53,25,221); }
H1.HeaderClassName
{
color: #3519DD;
}
.AnyTagClassName
{
color: #3519DD;
}
</style>
background-color css
<style>
a { background-color: #3519DD; }
a { background-color: rgb(53,25,221); }
div.DivClassName
{
background-color: #3519DD;
}
.BgClassName
{
background-color: #3519DD;
}
</style>
border-color css
<style>
span { border-color: #3519DD; }
span { border-color: rgb(53,25,221); }
td.TdClassName
{
border-color: #3519DD;
}
.TagClassName
{
border-color: #3519DD;
}
</style>