Shades of Han Purple #3213DB
Tints of Han Purple #3213DB
RGB
CMYK
RGB Variations
Color information
#3213DB (or 0x3213DB) is known color: Han Purple. HEX triplet: 32, 13 and DB. RGB value is (50,19,219). Sum of RGB (Red+Green+Blue) = 50+19+219=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 219 (85.94% from 255 or 76.04% from 288); Max value from RGB is 219 - color contains mainly: blue. Hex color #3213DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3213DB is #CDEC24. Grayscale: #323232. Windows color (decimal): -13495333 or 14357298. OLE color: 14357298.
HSL color Cylindrical-coordinate representation of color #3213DB: hue angle of 249.3º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3213DB is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 19 | 219 | - |
| CMYK | 0.77 | 0.91 | 0 | 0.14 |
| HSL | 249.3º | 0.84% | 0.47% | - |
| HSV(B) | 249.3º | 0.91% | 0.86% | - |
| XYZ | 14.33 | 6.26 | 67.47 | - |
| YUV | 51.07 | 222.77 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 219 | 0.77 | 0.91 | 0 | 0.14 | 249.3 | 0.84 | 0.47 |
| Hex | 32 | 13 | DB | 4D | 5B | 0 | E | F9 | 54 | 2F |
| Octal | 62 | 23 | 333 | 115 | 133 | 0 | 16 | 371 | 124 | 57 |
| Binary | 110010 | 10011 | 11011011 | 1001101 | 1011011 | 0 | 1110 | 11111001 | 1010100 | 101111 |
Color Harmonies of #3213DB
Complementary color
Monochromatic Colors of #3213DB
Black with #3213DB
Text Example
Text Example
White with #3213DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3213DB; }
p { color: rgb(50,19,219); }
H1.HeaderClassName
{
color: #3213DB;
}
.AnyTagClassName
{
color: #3213DB;
}
</style>
background-color css
<style>
a { background-color: #3213DB; }
a { background-color: rgb(50,19,219); }
div.DivClassName
{
background-color: #3213DB;
}
.BgClassName
{
background-color: #3213DB;
}
</style>
border-color css
<style>
span { border-color: #3213DB; }
span { border-color: rgb(50,19,219); }
td.TdClassName
{
border-color: #3213DB;
}
.TagClassName
{
border-color: #3213DB;
}
</style>