Shades of Han Purple #3216DB
Tints of Han Purple #3216DB
RGB
CMYK
RGB Variations
Color information
#3216DB (or 0x3216DB) is known color: Han Purple. HEX triplet: 32, 16 and DB. RGB value is (50,22,219). Sum of RGB (Red+Green+Blue) = 50+22+219=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 219 (85.94% from 255 or 75.26% from 291); Max value from RGB is 219 - color contains mainly: blue. Hex color #3216DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3216DB is #CDE924. Grayscale: #343434. Windows color (decimal): -13494565 or 14358066. OLE color: 14358066.
HSL color Cylindrical-coordinate representation of color #3216DB: hue angle of 248.53º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3216DB is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 22 | 219 | - |
| CMYK | 0.77 | 0.90 | 0 | 0.14 |
| HSL | 248.53º | 0.82% | 0.47% | - |
| HSV(B) | 248.53º | 0.9% | 0.86% | - |
| XYZ | 14.39 | 6.37 | 67.49 | - |
| YUV | 52.83 | 221.78 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 22 | 219 | 0.77 | 0.90 | 0 | 0.14 | 248.53 | 0.82 | 0.47 |
| Hex | 32 | 16 | DB | 4D | 5A | 0 | E | F9 | 52 | 2F |
| Octal | 62 | 26 | 333 | 115 | 132 | 0 | 16 | 371 | 122 | 57 |
| Binary | 110010 | 10110 | 11011011 | 1001101 | 1011010 | 0 | 1110 | 11111001 | 1010010 | 101111 |
Color Harmonies of #3216DB
Complementary color
Monochromatic Colors of #3216DB
Black with #3216DB
Text Example
Text Example
White with #3216DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3216DB; }
p { color: rgb(50,22,219); }
H1.HeaderClassName
{
color: #3216DB;
}
.AnyTagClassName
{
color: #3216DB;
}
</style>
background-color css
<style>
a { background-color: #3216DB; }
a { background-color: rgb(50,22,219); }
div.DivClassName
{
background-color: #3216DB;
}
.BgClassName
{
background-color: #3216DB;
}
</style>
border-color css
<style>
span { border-color: #3216DB; }
span { border-color: rgb(50,22,219); }
td.TdClassName
{
border-color: #3216DB;
}
.TagClassName
{
border-color: #3216DB;
}
</style>