Shades of Han Purple #3523EF
Tints of Han Purple #3523EF
RGB
CMYK
RGB Variations
Color information
#3523EF (or 0x3523EF) is known color: Han Purple. HEX triplet: 35, 23 and EF. RGB value is (53,35,239). Sum of RGB (Red+Green+Blue) = 53+35+239=327 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.21% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 239 (93.75% from 255 or 73.09% from 327); Max value from RGB is 239 - color contains mainly: blue. Hex color #3523EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3523EF is #CADC10. Grayscale: #3E3E3E. Windows color (decimal): -13294609 or 15672117. OLE color: 15672117.
HSL color Cylindrical-coordinate representation of color #3523EF: hue angle of 245.29º 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 #3523EF is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 35 | 239 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.06 |
| HSL | 245.29º | 0.86% | 0.54% | - |
| HSV(B) | 245.29º | 0.85% | 0.94% | - |
| XYZ | 17.65 | 8.19 | 82.31 | - |
| YUV | 63.64 | 226.96 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 35 | 239 | 0.78 | 0.85 | 0 | 0.06 | 245.29 | 0.86 | 0.54 |
| Hex | 35 | 23 | EF | 4E | 55 | 0 | 6 | F5 | 56 | 36 |
| Octal | 65 | 43 | 357 | 116 | 125 | 0 | 6 | 365 | 126 | 66 |
| Binary | 110101 | 100011 | 11101111 | 1001110 | 1010101 | 0 | 110 | 11110101 | 1010110 | 110110 |
Color Harmonies of #3523EF
Complementary color
Monochromatic Colors of #3523EF
Black with #3523EF
Text Example
Text Example
White with #3523EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3523EF; }
p { color: rgb(53,35,239); }
H1.HeaderClassName
{
color: #3523EF;
}
.AnyTagClassName
{
color: #3523EF;
}
</style>
background-color css
<style>
a { background-color: #3523EF; }
a { background-color: rgb(53,35,239); }
div.DivClassName
{
background-color: #3523EF;
}
.BgClassName
{
background-color: #3523EF;
}
</style>
border-color css
<style>
span { border-color: #3523EF; }
span { border-color: rgb(53,35,239); }
td.TdClassName
{
border-color: #3523EF;
}
.TagClassName
{
border-color: #3523EF;
}
</style>