Shades of Han Purple #3213DA
Tints of Han Purple #3213DA
RGB
CMYK
RGB Variations
Color information
#3213DA (or 0x3213DA) is known color: Han Purple. HEX triplet: 32, 13 and DA. RGB value is (50,19,218). Sum of RGB (Red+Green+Blue) = 50+19+218=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 218 (85.55% from 255 or 75.96% from 287); Max value from RGB is 218 - color contains mainly: blue. Hex color #3213DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3213DA is #CDEC25. Grayscale: #323232. Windows color (decimal): -13495334 or 14291762. OLE color: 14291762.
HSL color Cylindrical-coordinate representation of color #3213DA: hue angle of 249.35º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3213DA is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 19 | 218 | - |
| CMYK | 0.77 | 0.91 | 0 | 0.15 |
| HSL | 249.35º | 0.84% | 0.46% | - |
| HSV(B) | 249.35º | 0.91% | 0.85% | - |
| XYZ | 14.2 | 6.21 | 66.78 | - |
| YUV | 50.96 | 222.27 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 218 | 0.77 | 0.91 | 0 | 0.15 | 249.35 | 0.84 | 0.46 |
| Hex | 32 | 13 | DA | 4D | 5B | 0 | F | F9 | 54 | 2E |
| Octal | 62 | 23 | 332 | 115 | 133 | 0 | 17 | 371 | 124 | 56 |
| Binary | 110010 | 10011 | 11011010 | 1001101 | 1011011 | 0 | 1111 | 11111001 | 1010100 | 101110 |
Color Harmonies of #3213DA
Complementary color
Monochromatic Colors of #3213DA
Black with #3213DA
Text Example
Text Example
White with #3213DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3213DA; }
p { color: rgb(50,19,218); }
H1.HeaderClassName
{
color: #3213DA;
}
.AnyTagClassName
{
color: #3213DA;
}
</style>
background-color css
<style>
a { background-color: #3213DA; }
a { background-color: rgb(50,19,218); }
div.DivClassName
{
background-color: #3213DA;
}
.BgClassName
{
background-color: #3213DA;
}
</style>
border-color css
<style>
span { border-color: #3213DA; }
span { border-color: rgb(50,19,218); }
td.TdClassName
{
border-color: #3213DA;
}
.TagClassName
{
border-color: #3213DA;
}
</style>