Shades of Han Purple #3522EA
Tints of Han Purple #3522EA
RGB
CMYK
RGB Variations
Color information
#3522EA (or 0x3522EA) is known color: Han Purple. HEX triplet: 35, 22 and EA. RGB value is (53,34,234). Sum of RGB (Red+Green+Blue) = 53+34+234=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 234 (91.80% from 255 or 72.90% from 321); Max value from RGB is 234 - color contains mainly: blue. Hex color #3522EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3522EA is #CADD15. Grayscale: #3D3D3D. Windows color (decimal): -13294870 or 15344181. OLE color: 15344181.
HSL color Cylindrical-coordinate representation of color #3522EA: hue angle of 245.7º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3522EA is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 53 | 34 | 234 | - |
| CMYK | 0.77 | 0.85 | 0 | 0.08 |
| HSL | 245.7º | 0.83% | 0.53% | - |
| HSV(B) | 245.7º | 0.85% | 0.92% | - |
| XYZ | 16.89 | 7.84 | 78.47 | - |
| YUV | 62.48 | 224.79 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 34 | 234 | 0.77 | 0.85 | 0 | 0.08 | 245.7 | 0.83 | 0.53 |
| Hex | 35 | 22 | EA | 4D | 55 | 0 | 8 | F6 | 53 | 35 |
| Octal | 65 | 42 | 352 | 115 | 125 | 0 | 10 | 366 | 123 | 65 |
| Binary | 110101 | 100010 | 11101010 | 1001101 | 1010101 | 0 | 1000 | 11110110 | 1010011 | 110101 |
Color Harmonies of #3522EA
Complementary color
Monochromatic Colors of #3522EA
Black with #3522EA
Text Example
Text Example
White with #3522EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3522EA; }
p { color: rgb(53,34,234); }
H1.HeaderClassName
{
color: #3522EA;
}
.AnyTagClassName
{
color: #3522EA;
}
</style>
background-color css
<style>
a { background-color: #3522EA; }
a { background-color: rgb(53,34,234); }
div.DivClassName
{
background-color: #3522EA;
}
.BgClassName
{
background-color: #3522EA;
}
</style>
border-color css
<style>
span { border-color: #3522EA; }
span { border-color: rgb(53,34,234); }
td.TdClassName
{
border-color: #3522EA;
}
.TagClassName
{
border-color: #3522EA;
}
</style>