Shades of Han Purple #3528DC
Tints of Han Purple #3528DC
RGB
CMYK
RGB Variations
Color information
#3528DC (or 0x3528DC) is known color: Han Purple. HEX triplet: 35, 28 and DC. RGB value is (53,40,220). Sum of RGB (Red+Green+Blue) = 53+40+220=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 220 (86.33% from 255 or 70.29% from 313); Max value from RGB is 220 - color contains mainly: blue. Hex color #3528DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3528DC is #CAD723. Grayscale: #3F3F3F. Windows color (decimal): -13293348 or 14428213. OLE color: 14428213.
HSL color Cylindrical-coordinate representation of color #3528DC: hue angle of 244.33º degrees, saturation: 0.72, 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 #3528DC is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 40 | 220 | - |
| CMYK | 0.76 | 0.82 | 0 | 0.14 |
| HSL | 244.33º | 0.72% | 0.51% | - |
| HSV(B) | 244.33º | 0.82% | 0.86% | - |
| XYZ | 15.15 | 7.44 | 68.35 | - |
| YUV | 64.41 | 215.81 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 40 | 220 | 0.76 | 0.82 | 0 | 0.14 | 244.33 | 0.72 | 0.51 |
| Hex | 35 | 28 | DC | 4C | 52 | 0 | E | F4 | 48 | 33 |
| Octal | 65 | 50 | 334 | 114 | 122 | 0 | 16 | 364 | 110 | 63 |
| Binary | 110101 | 101000 | 11011100 | 1001100 | 1010010 | 0 | 1110 | 11110100 | 1001000 | 110011 |
Color Harmonies of #3528DC
Complementary color
Monochromatic Colors of #3528DC
Black with #3528DC
Text Example
Text Example
White with #3528DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3528DC; }
p { color: rgb(53,40,220); }
H1.HeaderClassName
{
color: #3528DC;
}
.AnyTagClassName
{
color: #3528DC;
}
</style>
background-color css
<style>
a { background-color: #3528DC; }
a { background-color: rgb(53,40,220); }
div.DivClassName
{
background-color: #3528DC;
}
.BgClassName
{
background-color: #3528DC;
}
</style>
border-color css
<style>
span { border-color: #3528DC; }
span { border-color: rgb(53,40,220); }
td.TdClassName
{
border-color: #3528DC;
}
.TagClassName
{
border-color: #3528DC;
}
</style>