Shades of Han Purple #3526DC
Tints of Han Purple #3526DC
RGB
CMYK
RGB Variations
Color information
#3526DC (or 0x3526DC) is known color: Han Purple. HEX triplet: 35, 26 and DC. RGB value is (53,38,220). Sum of RGB (Red+Green+Blue) = 53+38+220=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 220 (86.33% from 255 or 70.74% from 311); Max value from RGB is 220 - color contains mainly: blue. Hex color #3526DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3526DC is #CAD923. Grayscale: #3E3E3E. Windows color (decimal): -13293860 or 14427701. OLE color: 14427701.
HSL color Cylindrical-coordinate representation of color #3526DC: hue angle of 244.95º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3526DC is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 38 | 220 | - |
| CMYK | 0.76 | 0.83 | 0 | 0.14 |
| HSL | 244.95º | 0.72% | 0.51% | - |
| HSV(B) | 244.95º | 0.83% | 0.86% | - |
| XYZ | 15.08 | 7.31 | 68.33 | - |
| YUV | 63.23 | 216.47 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 38 | 220 | 0.76 | 0.83 | 0 | 0.14 | 244.95 | 0.72 | 0.51 |
| Hex | 35 | 26 | DC | 4C | 53 | 0 | E | F5 | 48 | 33 |
| Octal | 65 | 46 | 334 | 114 | 123 | 0 | 16 | 365 | 110 | 63 |
| Binary | 110101 | 100110 | 11011100 | 1001100 | 1010011 | 0 | 1110 | 11110101 | 1001000 | 110011 |
Color Harmonies of #3526DC
Complementary color
Monochromatic Colors of #3526DC
Black with #3526DC
Text Example
Text Example
White with #3526DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3526DC; }
p { color: rgb(53,38,220); }
H1.HeaderClassName
{
color: #3526DC;
}
.AnyTagClassName
{
color: #3526DC;
}
</style>
background-color css
<style>
a { background-color: #3526DC; }
a { background-color: rgb(53,38,220); }
div.DivClassName
{
background-color: #3526DC;
}
.BgClassName
{
background-color: #3526DC;
}
</style>
border-color css
<style>
span { border-color: #3526DC; }
span { border-color: rgb(53,38,220); }
td.TdClassName
{
border-color: #3526DC;
}
.TagClassName
{
border-color: #3526DC;
}
</style>