Shades of Han Purple #3528DB
Tints of Han Purple #3528DB
RGB
CMYK
RGB Variations
Color information
#3528DB (or 0x3528DB) is known color: Han Purple. HEX triplet: 35, 28 and DB. RGB value is (53,40,219). Sum of RGB (Red+Green+Blue) = 53+40+219=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 219 (85.94% from 255 or 70.19% from 312); Max value from RGB is 219 - color contains mainly: blue. Hex color #3528DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3528DB is #CAD724. Grayscale: #3F3F3F. Windows color (decimal): -13293349 or 14362677. OLE color: 14362677.
HSL color Cylindrical-coordinate representation of color #3528DB: hue angle of 244.36º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3528DB is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 40 | 219 | - |
| CMYK | 0.76 | 0.82 | 0 | 0.14 |
| HSL | 244.36º | 0.71% | 0.51% | - |
| HSV(B) | 244.36º | 0.82% | 0.86% | - |
| XYZ | 15.01 | 7.39 | 67.65 | - |
| YUV | 64.29 | 215.31 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 40 | 219 | 0.76 | 0.82 | 0 | 0.14 | 244.36 | 0.71 | 0.51 |
| Hex | 35 | 28 | DB | 4C | 52 | 0 | E | F4 | 47 | 33 |
| Octal | 65 | 50 | 333 | 114 | 122 | 0 | 16 | 364 | 107 | 63 |
| Binary | 110101 | 101000 | 11011011 | 1001100 | 1010010 | 0 | 1110 | 11110100 | 1000111 | 110011 |
Color Harmonies of #3528DB
Complementary color
Monochromatic Colors of #3528DB
Black with #3528DB
Text Example
Text Example
White with #3528DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3528DB; }
p { color: rgb(53,40,219); }
H1.HeaderClassName
{
color: #3528DB;
}
.AnyTagClassName
{
color: #3528DB;
}
</style>
background-color css
<style>
a { background-color: #3528DB; }
a { background-color: rgb(53,40,219); }
div.DivClassName
{
background-color: #3528DB;
}
.BgClassName
{
background-color: #3528DB;
}
</style>
border-color css
<style>
span { border-color: #3528DB; }
span { border-color: rgb(53,40,219); }
td.TdClassName
{
border-color: #3528DB;
}
.TagClassName
{
border-color: #3528DB;
}
</style>