Shades of Han Purple #3526DE
Tints of Han Purple #3526DE
RGB
CMYK
RGB Variations
Color information
#3526DE (or 0x3526DE) is known color: Han Purple. HEX triplet: 35, 26 and DE. RGB value is (53,38,222). Sum of RGB (Red+Green+Blue) = 53+38+222=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 222 (87.11% from 255 or 70.93% from 313); Max value from RGB is 222 - color contains mainly: blue. Hex color #3526DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3526DE is #CAD921. Grayscale: #3E3E3E. Windows color (decimal): -13293858 or 14558773. OLE color: 14558773.
HSL color Cylindrical-coordinate representation of color #3526DE: hue angle of 244.89º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3526DE is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 38 | 222 | - |
| CMYK | 0.76 | 0.83 | 0 | 0.13 |
| HSL | 244.89º | 0.74% | 0.51% | - |
| HSV(B) | 244.89º | 0.83% | 0.87% | - |
| XYZ | 15.35 | 7.42 | 69.73 | - |
| YUV | 63.46 | 217.47 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 38 | 222 | 0.76 | 0.83 | 0 | 0.13 | 244.89 | 0.74 | 0.51 |
| Hex | 35 | 26 | DE | 4C | 53 | 0 | D | F5 | 4A | 33 |
| Octal | 65 | 46 | 336 | 114 | 123 | 0 | 15 | 365 | 112 | 63 |
| Binary | 110101 | 100110 | 11011110 | 1001100 | 1010011 | 0 | 1101 | 11110101 | 1001010 | 110011 |
Color Harmonies of #3526DE
Complementary color
Monochromatic Colors of #3526DE
Black with #3526DE
Text Example
Text Example
White with #3526DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3526DE; }
p { color: rgb(53,38,222); }
H1.HeaderClassName
{
color: #3526DE;
}
.AnyTagClassName
{
color: #3526DE;
}
</style>
background-color css
<style>
a { background-color: #3526DE; }
a { background-color: rgb(53,38,222); }
div.DivClassName
{
background-color: #3526DE;
}
.BgClassName
{
background-color: #3526DE;
}
</style>
border-color css
<style>
span { border-color: #3526DE; }
span { border-color: rgb(53,38,222); }
td.TdClassName
{
border-color: #3526DE;
}
.TagClassName
{
border-color: #3526DE;
}
</style>