Shades of Han Purple #3213DD
Tints of Han Purple #3213DD
RGB
CMYK
RGB Variations
Color information
#3213DD (or 0x3213DD) is known color: Han Purple. HEX triplet: 32, 13 and DD. RGB value is (50,19,221). Sum of RGB (Red+Green+Blue) = 50+19+221=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 221 (86.72% from 255 or 76.21% from 290); Max value from RGB is 221 - color contains mainly: blue. Hex color #3213DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3213DD is #CDEC22. Grayscale: #323232. Windows color (decimal): -13495331 or 14488370. OLE color: 14488370.
HSL color Cylindrical-coordinate representation of color #3213DD: hue angle of 249.21º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3213DD is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 19 | 221 | - |
| CMYK | 0.77 | 0.91 | 0 | 0.13 |
| HSL | 249.21º | 0.84% | 0.47% | - |
| HSV(B) | 249.21º | 0.91% | 0.87% | - |
| XYZ | 14.6 | 6.36 | 68.87 | - |
| YUV | 51.3 | 223.77 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 221 | 0.77 | 0.91 | 0 | 0.13 | 249.21 | 0.84 | 0.47 |
| Hex | 32 | 13 | DD | 4D | 5B | 0 | D | F9 | 54 | 2F |
| Octal | 62 | 23 | 335 | 115 | 133 | 0 | 15 | 371 | 124 | 57 |
| Binary | 110010 | 10011 | 11011101 | 1001101 | 1011011 | 0 | 1101 | 11111001 | 1010100 | 101111 |
Color Harmonies of #3213DD
Complementary color
Monochromatic Colors of #3213DD
Black with #3213DD
Text Example
Text Example
White with #3213DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3213DD; }
p { color: rgb(50,19,221); }
H1.HeaderClassName
{
color: #3213DD;
}
.AnyTagClassName
{
color: #3213DD;
}
</style>
background-color css
<style>
a { background-color: #3213DD; }
a { background-color: rgb(50,19,221); }
div.DivClassName
{
background-color: #3213DD;
}
.BgClassName
{
background-color: #3213DD;
}
</style>
border-color css
<style>
span { border-color: #3213DD; }
span { border-color: rgb(50,19,221); }
td.TdClassName
{
border-color: #3213DD;
}
.TagClassName
{
border-color: #3213DD;
}
</style>