Shades of Han Purple #3529ED
Tints of Han Purple #3529ED
RGB
CMYK
RGB Variations
Color information
#3529ED (or 0x3529ED) is known color: Han Purple. HEX triplet: 35, 29 and ED. RGB value is (53,41,237). Sum of RGB (Red+Green+Blue) = 53+41+237=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 237 (92.97% from 255 or 71.60% from 331); Max value from RGB is 237 - color contains mainly: blue. Hex color #3529ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3529ED is #CAD612. Grayscale: #424242. Windows color (decimal): -13293075 or 15542581. OLE color: 15542581.
HSL color Cylindrical-coordinate representation of color #3529ED: hue angle of 243.67º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3529ED is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 41 | 237 | - |
| CMYK | 0.78 | 0.83 | 0 | 0.07 |
| HSL | 243.67º | 0.84% | 0.55% | - |
| HSV(B) | 243.67º | 0.83% | 0.93% | - |
| XYZ | 17.55 | 8.46 | 80.83 | - |
| YUV | 66.93 | 223.98 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 41 | 237 | 0.78 | 0.83 | 0 | 0.07 | 243.67 | 0.84 | 0.55 |
| Hex | 35 | 29 | ED | 4E | 53 | 0 | 7 | F4 | 54 | 37 |
| Octal | 65 | 51 | 355 | 116 | 123 | 0 | 7 | 364 | 124 | 67 |
| Binary | 110101 | 101001 | 11101101 | 1001110 | 1010011 | 0 | 111 | 11110100 | 1010100 | 110111 |
Color Harmonies of #3529ED
Complementary color
Monochromatic Colors of #3529ED
Black with #3529ED
Text Example
Text Example
White with #3529ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3529ED; }
p { color: rgb(53,41,237); }
H1.HeaderClassName
{
color: #3529ED;
}
.AnyTagClassName
{
color: #3529ED;
}
</style>
background-color css
<style>
a { background-color: #3529ED; }
a { background-color: rgb(53,41,237); }
div.DivClassName
{
background-color: #3529ED;
}
.BgClassName
{
background-color: #3529ED;
}
</style>
border-color css
<style>
span { border-color: #3529ED; }
span { border-color: rgb(53,41,237); }
td.TdClassName
{
border-color: #3529ED;
}
.TagClassName
{
border-color: #3529ED;
}
</style>