Shades of Han Purple #3526EC
Tints of Han Purple #3526EC
RGB
CMYK
RGB Variations
Color information
#3526EC (or 0x3526EC) is known color: Han Purple. HEX triplet: 35, 26 and EC. RGB value is (53,38,236). Sum of RGB (Red+Green+Blue) = 53+38+236=327 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.21% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 236 (92.58% from 255 or 72.17% from 327); Max value from RGB is 236 - color contains mainly: blue. Hex color #3526EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3526EC is #CAD913. Grayscale: #404040. Windows color (decimal): -13293844 or 15476277. OLE color: 15476277.
HSL color Cylindrical-coordinate representation of color #3526EC: hue angle of 244.55º 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 #3526EC is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 38 | 236 | - |
| CMYK | 0.78 | 0.84 | 0 | 0.07 |
| HSL | 244.55º | 0.84% | 0.54% | - |
| HSV(B) | 244.55º | 0.84% | 0.93% | - |
| XYZ | 17.3 | 8.2 | 80.03 | - |
| YUV | 65.06 | 224.47 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 38 | 236 | 0.78 | 0.84 | 0 | 0.07 | 244.55 | 0.84 | 0.54 |
| Hex | 35 | 26 | EC | 4E | 54 | 0 | 7 | F5 | 54 | 36 |
| Octal | 65 | 46 | 354 | 116 | 124 | 0 | 7 | 365 | 124 | 66 |
| Binary | 110101 | 100110 | 11101100 | 1001110 | 1010100 | 0 | 111 | 11110101 | 1010100 | 110110 |
Color Harmonies of #3526EC
Complementary color
Monochromatic Colors of #3526EC
Black with #3526EC
Text Example
Text Example
White with #3526EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3526EC; }
p { color: rgb(53,38,236); }
H1.HeaderClassName
{
color: #3526EC;
}
.AnyTagClassName
{
color: #3526EC;
}
</style>
background-color css
<style>
a { background-color: #3526EC; }
a { background-color: rgb(53,38,236); }
div.DivClassName
{
background-color: #3526EC;
}
.BgClassName
{
background-color: #3526EC;
}
</style>
border-color css
<style>
span { border-color: #3526EC; }
span { border-color: rgb(53,38,236); }
td.TdClassName
{
border-color: #3526EC;
}
.TagClassName
{
border-color: #3526EC;
}
</style>