Shades of Han Purple #3328E1
Tints of Han Purple #3328E1
RGB
CMYK
RGB Variations
Color information
#3328E1 (or 0x3328E1) is known color: Han Purple. HEX triplet: 33, 28 and E1. RGB value is (51,40,225). Sum of RGB (Red+Green+Blue) = 51+40+225=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 225 (88.28% from 255 or 71.20% from 316); Max value from RGB is 225 - color contains mainly: blue. Hex color #3328E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3328E1 is #CCD71E. Grayscale: #3F3F3F. Windows color (decimal): -13424415 or 14755891. OLE color: 14755891.
HSL color Cylindrical-coordinate representation of color #3328E1: hue angle of 243.57º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3328E1 is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 51 | 40 | 225 | - |
| CMYK | 0.77 | 0.82 | 0 | 0.12 |
| HSL | 243.57º | 0.76% | 0.52% | - |
| HSV(B) | 243.57º | 0.82% | 0.88% | - |
| XYZ | 15.71 | 7.66 | 71.88 | - |
| YUV | 64.38 | 218.64 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 40 | 225 | 0.77 | 0.82 | 0 | 0.12 | 243.57 | 0.76 | 0.52 |
| Hex | 33 | 28 | E1 | 4D | 52 | 0 | C | F4 | 4C | 34 |
| Octal | 63 | 50 | 341 | 115 | 122 | 0 | 14 | 364 | 114 | 64 |
| Binary | 110011 | 101000 | 11100001 | 1001101 | 1010010 | 0 | 1100 | 11110100 | 1001100 | 110100 |
Color Harmonies of #3328E1
Complementary color
Monochromatic Colors of #3328E1
Black with #3328E1
Text Example
Text Example
White with #3328E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3328E1; }
p { color: rgb(51,40,225); }
H1.HeaderClassName
{
color: #3328E1;
}
.AnyTagClassName
{
color: #3328E1;
}
</style>
background-color css
<style>
a { background-color: #3328E1; }
a { background-color: rgb(51,40,225); }
div.DivClassName
{
background-color: #3328E1;
}
.BgClassName
{
background-color: #3328E1;
}
</style>
border-color css
<style>
span { border-color: #3328E1; }
span { border-color: rgb(51,40,225); }
td.TdClassName
{
border-color: #3328E1;
}
.TagClassName
{
border-color: #3328E1;
}
</style>