Shades of Han Purple #3321DA
Tints of Han Purple #3321DA
RGB
CMYK
RGB Variations
Color information
#3321DA (or 0x3321DA) is known color: Han Purple. HEX triplet: 33, 21 and DA. RGB value is (51,33,218). Sum of RGB (Red+Green+Blue) = 51+33+218=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 218 (85.55% from 255 or 72.19% from 302); Max value from RGB is 218 - color contains mainly: blue. Hex color #3321DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3321DA is #CCDE25. Grayscale: #3A3A3A. Windows color (decimal): -13426214 or 14295347. OLE color: 14295347.
HSL color Cylindrical-coordinate representation of color #3321DA: hue angle of 245.84º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3321DA is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 33 | 218 | - |
| CMYK | 0.77 | 0.85 | 0 | 0.15 |
| HSL | 245.84º | 0.74% | 0.49% | - |
| HSV(B) | 245.84º | 0.85% | 0.85% | - |
| XYZ | 14.56 | 6.85 | 66.88 | - |
| YUV | 59.47 | 217.46 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 33 | 218 | 0.77 | 0.85 | 0 | 0.15 | 245.84 | 0.74 | 0.49 |
| Hex | 33 | 21 | DA | 4D | 55 | 0 | F | F6 | 4A | 31 |
| Octal | 63 | 41 | 332 | 115 | 125 | 0 | 17 | 366 | 112 | 61 |
| Binary | 110011 | 100001 | 11011010 | 1001101 | 1010101 | 0 | 1111 | 11110110 | 1001010 | 110001 |
Color Harmonies of #3321DA
Complementary color
Monochromatic Colors of #3321DA
Black with #3321DA
Text Example
Text Example
White with #3321DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3321DA; }
p { color: rgb(51,33,218); }
H1.HeaderClassName
{
color: #3321DA;
}
.AnyTagClassName
{
color: #3321DA;
}
</style>
background-color css
<style>
a { background-color: #3321DA; }
a { background-color: rgb(51,33,218); }
div.DivClassName
{
background-color: #3321DA;
}
.BgClassName
{
background-color: #3321DA;
}
</style>
border-color css
<style>
span { border-color: #3321DA; }
span { border-color: rgb(51,33,218); }
td.TdClassName
{
border-color: #3321DA;
}
.TagClassName
{
border-color: #3321DA;
}
</style>