Shades of Han Purple #3527DC
Tints of Han Purple #3527DC
RGB
CMYK
RGB Variations
Color information
#3527DC (or 0x3527DC) is known color: Han Purple. HEX triplet: 35, 27 and DC. RGB value is (53,39,220). Sum of RGB (Red+Green+Blue) = 53+39+220=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 220 (86.33% from 255 or 70.51% from 312); Max value from RGB is 220 - color contains mainly: blue. Hex color #3527DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3527DC is #CAD823. Grayscale: #3F3F3F. Windows color (decimal): -13293604 or 14427957. OLE color: 14427957.
HSL color Cylindrical-coordinate representation of color #3527DC: hue angle of 244.64º 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 #3527DC is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 39 | 220 | - |
| CMYK | 0.76 | 0.82 | 0 | 0.14 |
| HSL | 244.64º | 0.72% | 0.51% | - |
| HSV(B) | 244.64º | 0.82% | 0.86% | - |
| XYZ | 15.11 | 7.38 | 68.34 | - |
| YUV | 63.82 | 216.14 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 39 | 220 | 0.76 | 0.82 | 0 | 0.14 | 244.64 | 0.72 | 0.51 |
| Hex | 35 | 27 | DC | 4C | 52 | 0 | E | F5 | 48 | 33 |
| Octal | 65 | 47 | 334 | 114 | 122 | 0 | 16 | 365 | 110 | 63 |
| Binary | 110101 | 100111 | 11011100 | 1001100 | 1010010 | 0 | 1110 | 11110101 | 1001000 | 110011 |
Color Harmonies of #3527DC
Complementary color
Monochromatic Colors of #3527DC
Black with #3527DC
Text Example
Text Example
White with #3527DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3527DC; }
p { color: rgb(53,39,220); }
H1.HeaderClassName
{
color: #3527DC;
}
.AnyTagClassName
{
color: #3527DC;
}
</style>
background-color css
<style>
a { background-color: #3527DC; }
a { background-color: rgb(53,39,220); }
div.DivClassName
{
background-color: #3527DC;
}
.BgClassName
{
background-color: #3527DC;
}
</style>
border-color css
<style>
span { border-color: #3527DC; }
span { border-color: rgb(53,39,220); }
td.TdClassName
{
border-color: #3527DC;
}
.TagClassName
{
border-color: #3527DC;
}
</style>