Shades of Han Purple #3321DB
Tints of Han Purple #3321DB
RGB
CMYK
RGB Variations
Color information
#3321DB (or 0x3321DB) is known color: Han Purple. HEX triplet: 33, 21 and DB. RGB value is (51,33,219). Sum of RGB (Red+Green+Blue) = 51+33+219=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 219 (85.94% from 255 or 72.28% from 303); Max value from RGB is 219 - color contains mainly: blue. Hex color #3321DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3321DB is #CCDE24. Grayscale: #3A3A3A. Windows color (decimal): -13426213 or 14360883. OLE color: 14360883.
HSL color Cylindrical-coordinate representation of color #3321DB: hue angle of 245.81º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3321DB is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 33 | 219 | - |
| CMYK | 0.77 | 0.85 | 0 | 0.14 |
| HSL | 245.81º | 0.74% | 0.49% | - |
| HSV(B) | 245.81º | 0.85% | 0.86% | - |
| XYZ | 14.7 | 6.91 | 67.58 | - |
| YUV | 59.59 | 217.96 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 33 | 219 | 0.77 | 0.85 | 0 | 0.14 | 245.81 | 0.74 | 0.49 |
| Hex | 33 | 21 | DB | 4D | 55 | 0 | E | F6 | 4A | 31 |
| Octal | 63 | 41 | 333 | 115 | 125 | 0 | 16 | 366 | 112 | 61 |
| Binary | 110011 | 100001 | 11011011 | 1001101 | 1010101 | 0 | 1110 | 11110110 | 1001010 | 110001 |
Color Harmonies of #3321DB
Complementary color
Monochromatic Colors of #3321DB
Black with #3321DB
Text Example
Text Example
White with #3321DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3321DB; }
p { color: rgb(51,33,219); }
H1.HeaderClassName
{
color: #3321DB;
}
.AnyTagClassName
{
color: #3321DB;
}
</style>
background-color css
<style>
a { background-color: #3321DB; }
a { background-color: rgb(51,33,219); }
div.DivClassName
{
background-color: #3321DB;
}
.BgClassName
{
background-color: #3321DB;
}
</style>
border-color css
<style>
span { border-color: #3321DB; }
span { border-color: rgb(51,33,219); }
td.TdClassName
{
border-color: #3321DB;
}
.TagClassName
{
border-color: #3321DB;
}
</style>