Shades of Han Purple #3324DB
Tints of Han Purple #3324DB
RGB
CMYK
RGB Variations
Color information
#3324DB (or 0x3324DB) is known color: Han Purple. HEX triplet: 33, 24 and DB. RGB value is (51,36,219). Sum of RGB (Red+Green+Blue) = 51+36+219=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 219 (85.94% from 255 or 71.57% from 306); Max value from RGB is 219 - color contains mainly: blue. Hex color #3324DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3324DB is #CCDB24. Grayscale: #3C3C3C. Windows color (decimal): -13425445 or 14361651. OLE color: 14361651.
HSL color Cylindrical-coordinate representation of color #3324DB: hue angle of 244.92º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3324DB is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 36 | 219 | - |
| CMYK | 0.77 | 0.84 | 0 | 0.14 |
| HSL | 244.92º | 0.72% | 0.5% | - |
| HSV(B) | 244.92º | 0.84% | 0.86% | - |
| XYZ | 14.78 | 7.08 | 67.61 | - |
| YUV | 61.35 | 216.97 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 36 | 219 | 0.77 | 0.84 | 0 | 0.14 | 244.92 | 0.72 | 0.5 |
| Hex | 33 | 24 | DB | 4D | 54 | 0 | E | F5 | 48 | 32 |
| Octal | 63 | 44 | 333 | 115 | 124 | 0 | 16 | 365 | 110 | 62 |
| Binary | 110011 | 100100 | 11011011 | 1001101 | 1010100 | 0 | 1110 | 11110101 | 1001000 | 110010 |
Color Harmonies of #3324DB
Complementary color
Monochromatic Colors of #3324DB
Black with #3324DB
Text Example
Text Example
White with #3324DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3324DB; }
p { color: rgb(51,36,219); }
H1.HeaderClassName
{
color: #3324DB;
}
.AnyTagClassName
{
color: #3324DB;
}
</style>
background-color css
<style>
a { background-color: #3324DB; }
a { background-color: rgb(51,36,219); }
div.DivClassName
{
background-color: #3324DB;
}
.BgClassName
{
background-color: #3324DB;
}
</style>
border-color css
<style>
span { border-color: #3324DB; }
span { border-color: rgb(51,36,219); }
td.TdClassName
{
border-color: #3324DB;
}
.TagClassName
{
border-color: #3324DB;
}
</style>