Shades of Han Purple #3525EC
Tints of Han Purple #3525EC
RGB
CMYK
RGB Variations
Color information
#3525EC (or 0x3525EC) is known color: Han Purple. HEX triplet: 35, 25 and EC. RGB value is (53,37,236). Sum of RGB (Red+Green+Blue) = 53+37+236=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 236 (92.58% from 255 or 72.39% from 326); Max value from RGB is 236 - color contains mainly: blue. Hex color #3525EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3525EC is #CADA13. Grayscale: #3F3F3F. Windows color (decimal): -13294100 or 15476021. OLE color: 15476021.
HSL color Cylindrical-coordinate representation of color #3525EC: hue angle of 244.82º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3525EC is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 37 | 236 | - |
| CMYK | 0.78 | 0.84 | 0 | 0.07 |
| HSL | 244.82º | 0.84% | 0.54% | - |
| HSV(B) | 244.82º | 0.84% | 0.93% | - |
| XYZ | 17.27 | 8.14 | 80.02 | - |
| YUV | 64.47 | 224.8 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 37 | 236 | 0.78 | 0.84 | 0 | 0.07 | 244.82 | 0.84 | 0.54 |
| Hex | 35 | 25 | EC | 4E | 54 | 0 | 7 | F5 | 54 | 36 |
| Octal | 65 | 45 | 354 | 116 | 124 | 0 | 7 | 365 | 124 | 66 |
| Binary | 110101 | 100101 | 11101100 | 1001110 | 1010100 | 0 | 111 | 11110101 | 1010100 | 110110 |
Color Harmonies of #3525EC
Complementary color
Monochromatic Colors of #3525EC
Black with #3525EC
Text Example
Text Example
White with #3525EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3525EC; }
p { color: rgb(53,37,236); }
H1.HeaderClassName
{
color: #3525EC;
}
.AnyTagClassName
{
color: #3525EC;
}
</style>
background-color css
<style>
a { background-color: #3525EC; }
a { background-color: rgb(53,37,236); }
div.DivClassName
{
background-color: #3525EC;
}
.BgClassName
{
background-color: #3525EC;
}
</style>
border-color css
<style>
span { border-color: #3525EC; }
span { border-color: rgb(53,37,236); }
td.TdClassName
{
border-color: #3525EC;
}
.TagClassName
{
border-color: #3525EC;
}
</style>