Shades of Han Purple #3213DC
Tints of Han Purple #3213DC
RGB
CMYK
RGB Variations
Color information
#3213DC (or 0x3213DC) is known color: Han Purple. HEX triplet: 32, 13 and DC. RGB value is (50,19,220). Sum of RGB (Red+Green+Blue) = 50+19+220=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 220 (86.33% from 255 or 76.12% from 289); Max value from RGB is 220 - color contains mainly: blue. Hex color #3213DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3213DC is #CDEC23. Grayscale: #323232. Windows color (decimal): -13495332 or 14422834. OLE color: 14422834.
HSL color Cylindrical-coordinate representation of color #3213DC: hue angle of 249.25º 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 #3213DC is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 19 | 220 | - |
| CMYK | 0.77 | 0.91 | 0 | 0.14 |
| HSL | 249.25º | 0.84% | 0.47% | - |
| HSV(B) | 249.25º | 0.91% | 0.86% | - |
| XYZ | 14.47 | 6.31 | 68.17 | - |
| YUV | 51.18 | 223.27 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 220 | 0.77 | 0.91 | 0 | 0.14 | 249.25 | 0.84 | 0.47 |
| Hex | 32 | 13 | DC | 4D | 5B | 0 | E | F9 | 54 | 2F |
| Octal | 62 | 23 | 334 | 115 | 133 | 0 | 16 | 371 | 124 | 57 |
| Binary | 110010 | 10011 | 11011100 | 1001101 | 1011011 | 0 | 1110 | 11111001 | 1010100 | 101111 |
Color Harmonies of #3213DC
Complementary color
Monochromatic Colors of #3213DC
Black with #3213DC
Text Example
Text Example
White with #3213DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3213DC; }
p { color: rgb(50,19,220); }
H1.HeaderClassName
{
color: #3213DC;
}
.AnyTagClassName
{
color: #3213DC;
}
</style>
background-color css
<style>
a { background-color: #3213DC; }
a { background-color: rgb(50,19,220); }
div.DivClassName
{
background-color: #3213DC;
}
.BgClassName
{
background-color: #3213DC;
}
</style>
border-color css
<style>
span { border-color: #3213DC; }
span { border-color: rgb(50,19,220); }
td.TdClassName
{
border-color: #3213DC;
}
.TagClassName
{
border-color: #3213DC;
}
</style>