Shades of Han Purple #3525EF
Tints of Han Purple #3525EF
RGB
CMYK
RGB Variations
Color information
#3525EF (or 0x3525EF) is known color: Han Purple. HEX triplet: 35, 25 and EF. RGB value is (53,37,239). Sum of RGB (Red+Green+Blue) = 53+37+239=329 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.11% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 239 (93.75% from 255 or 72.64% from 329); Max value from RGB is 239 - color contains mainly: blue. Hex color #3525EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3525EF is #CADA10. Grayscale: #404040. Windows color (decimal): -13294097 or 15672629. OLE color: 15672629.
HSL color Cylindrical-coordinate representation of color #3525EF: hue angle of 244.75º 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 #3525EF is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 37 | 239 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.06 |
| HSL | 244.75º | 0.86% | 0.54% | - |
| HSV(B) | 244.75º | 0.85% | 0.94% | - |
| XYZ | 17.71 | 8.31 | 82.33 | - |
| YUV | 64.81 | 226.3 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 37 | 239 | 0.78 | 0.85 | 0 | 0.06 | 244.75 | 0.86 | 0.54 |
| Hex | 35 | 25 | EF | 4E | 55 | 0 | 6 | F5 | 56 | 36 |
| Octal | 65 | 45 | 357 | 116 | 125 | 0 | 6 | 365 | 126 | 66 |
| Binary | 110101 | 100101 | 11101111 | 1001110 | 1010101 | 0 | 110 | 11110101 | 1010110 | 110110 |
Color Harmonies of #3525EF
Complementary color
Monochromatic Colors of #3525EF
Black with #3525EF
Text Example
Text Example
White with #3525EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3525EF; }
p { color: rgb(53,37,239); }
H1.HeaderClassName
{
color: #3525EF;
}
.AnyTagClassName
{
color: #3525EF;
}
</style>
background-color css
<style>
a { background-color: #3525EF; }
a { background-color: rgb(53,37,239); }
div.DivClassName
{
background-color: #3525EF;
}
.BgClassName
{
background-color: #3525EF;
}
</style>
border-color css
<style>
span { border-color: #3525EF; }
span { border-color: rgb(53,37,239); }
td.TdClassName
{
border-color: #3525EF;
}
.TagClassName
{
border-color: #3525EF;
}
</style>