Shades of Han Purple #3321E1
Tints of Han Purple #3321E1
RGB
CMYK
RGB Variations
Color information
#3321E1 (or 0x3321E1) is known color: Han Purple. HEX triplet: 33, 21 and E1. RGB value is (51,33,225). Sum of RGB (Red+Green+Blue) = 51+33+225=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 225 (88.28% from 255 or 72.82% from 309); Max value from RGB is 225 - color contains mainly: blue. Hex color #3321E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3321E1 is #CCDE1E. Grayscale: #3B3B3B. Windows color (decimal): -13426207 or 14754099. OLE color: 14754099.
HSL color Cylindrical-coordinate representation of color #3321E1: hue angle of 245.62º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3321E1 is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 51 | 33 | 225 | - |
| CMYK | 0.77 | 0.85 | 0 | 0.12 |
| HSL | 245.63º | 0.76% | 0.51% | - |
| HSV(B) | 245.63º | 0.85% | 0.88% | - |
| XYZ | 15.5 | 7.23 | 71.81 | - |
| YUV | 60.27 | 220.96 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 33 | 225 | 0.77 | 0.85 | 0 | 0.12 | 245.63 | 0.76 | 0.51 |
| Hex | 33 | 21 | E1 | 4D | 55 | 0 | C | F6 | 4C | 33 |
| Octal | 63 | 41 | 341 | 115 | 125 | 0 | 14 | 366 | 114 | 63 |
| Binary | 110011 | 100001 | 11100001 | 1001101 | 1010101 | 0 | 1100 | 11110110 | 1001100 | 110011 |
Color Harmonies of #3321E1
Complementary color
Monochromatic Colors of #3321E1
Black with #3321E1
Text Example
Text Example
White with #3321E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3321E1; }
p { color: rgb(51,33,225); }
H1.HeaderClassName
{
color: #3321E1;
}
.AnyTagClassName
{
color: #3321E1;
}
</style>
background-color css
<style>
a { background-color: #3321E1; }
a { background-color: rgb(51,33,225); }
div.DivClassName
{
background-color: #3321E1;
}
.BgClassName
{
background-color: #3321E1;
}
</style>
border-color css
<style>
span { border-color: #3321E1; }
span { border-color: rgb(51,33,225); }
td.TdClassName
{
border-color: #3321E1;
}
.TagClassName
{
border-color: #3321E1;
}
</style>