Shades of Han Purple #3524EF
Tints of Han Purple #3524EF
RGB
CMYK
RGB Variations
Color information
#3524EF (or 0x3524EF) is known color: Han Purple. HEX triplet: 35, 24 and EF. RGB value is (53,36,239). Sum of RGB (Red+Green+Blue) = 53+36+239=328 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.16% from 328); Green value is 36 (14.45% from 255 or 10.98% from 328); Blue value is 239 (93.75% from 255 or 72.87% from 328); Max value from RGB is 239 - color contains mainly: blue. Hex color #3524EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3524EF is #CADB10. Grayscale: #3F3F3F. Windows color (decimal): -13294353 or 15672373. OLE color: 15672373.
HSL color Cylindrical-coordinate representation of color #3524EF: hue angle of 245.02º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3524EF is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 36 | 239 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.06 |
| HSL | 245.02º | 0.86% | 0.54% | - |
| HSV(B) | 245.02º | 0.85% | 0.94% | - |
| XYZ | 17.68 | 8.25 | 82.32 | - |
| YUV | 64.23 | 226.63 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 36 | 239 | 0.78 | 0.85 | 0 | 0.06 | 245.02 | 0.86 | 0.54 |
| Hex | 35 | 24 | EF | 4E | 55 | 0 | 6 | F5 | 56 | 36 |
| Octal | 65 | 44 | 357 | 116 | 125 | 0 | 6 | 365 | 126 | 66 |
| Binary | 110101 | 100100 | 11101111 | 1001110 | 1010101 | 0 | 110 | 11110101 | 1010110 | 110110 |
Color Harmonies of #3524EF
Complementary color
Monochromatic Colors of #3524EF
Black with #3524EF
Text Example
Text Example
White with #3524EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3524EF; }
p { color: rgb(53,36,239); }
H1.HeaderClassName
{
color: #3524EF;
}
.AnyTagClassName
{
color: #3524EF;
}
</style>
background-color css
<style>
a { background-color: #3524EF; }
a { background-color: rgb(53,36,239); }
div.DivClassName
{
background-color: #3524EF;
}
.BgClassName
{
background-color: #3524EF;
}
</style>
border-color css
<style>
span { border-color: #3524EF; }
span { border-color: rgb(53,36,239); }
td.TdClassName
{
border-color: #3524EF;
}
.TagClassName
{
border-color: #3524EF;
}
</style>