Shades of Han Purple #3516DB
Tints of Han Purple #3516DB
RGB
CMYK
RGB Variations
Color information
#3516DB (or 0x3516DB) is known color: Han Purple. HEX triplet: 35, 16 and DB. RGB value is (53,22,219). Sum of RGB (Red+Green+Blue) = 53+22+219=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 219 (85.94% from 255 or 74.49% from 294); Max value from RGB is 219 - color contains mainly: blue. Hex color #3516DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3516DB is #CAE924. Grayscale: #343434. Windows color (decimal): -13297957 or 14358069. OLE color: 14358069.
HSL color Cylindrical-coordinate representation of color #3516DB: hue angle of 249.44º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3516DB is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 22 | 219 | - |
| CMYK | 0.76 | 0.90 | 0 | 0.14 |
| HSL | 249.44º | 0.82% | 0.47% | - |
| HSV(B) | 249.44º | 0.9% | 0.86% | - |
| XYZ | 14.54 | 6.45 | 67.5 | - |
| YUV | 53.73 | 221.27 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 22 | 219 | 0.76 | 0.90 | 0 | 0.14 | 249.44 | 0.82 | 0.47 |
| Hex | 35 | 16 | DB | 4C | 5A | 0 | E | F9 | 52 | 2F |
| Octal | 65 | 26 | 333 | 114 | 132 | 0 | 16 | 371 | 122 | 57 |
| Binary | 110101 | 10110 | 11011011 | 1001100 | 1011010 | 0 | 1110 | 11111001 | 1010010 | 101111 |
Color Harmonies of #3516DB
Complementary color
Monochromatic Colors of #3516DB
Black with #3516DB
Text Example
Text Example
White with #3516DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3516DB; }
p { color: rgb(53,22,219); }
H1.HeaderClassName
{
color: #3516DB;
}
.AnyTagClassName
{
color: #3516DB;
}
</style>
background-color css
<style>
a { background-color: #3516DB; }
a { background-color: rgb(53,22,219); }
div.DivClassName
{
background-color: #3516DB;
}
.BgClassName
{
background-color: #3516DB;
}
</style>
border-color css
<style>
span { border-color: #3516DB; }
span { border-color: rgb(53,22,219); }
td.TdClassName
{
border-color: #3516DB;
}
.TagClassName
{
border-color: #3516DB;
}
</style>