Shades of Han Purple #3219DE
Tints of Han Purple #3219DE
RGB
CMYK
RGB Variations
Color information
#3219DE (or 0x3219DE) is known color: Han Purple. HEX triplet: 32, 19 and DE. RGB value is (50,25,222). Sum of RGB (Red+Green+Blue) = 50+25+222=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 222 (87.11% from 255 or 74.75% from 297); Max value from RGB is 222 - color contains mainly: blue. Hex color #3219DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3219DE is #CDE621. Grayscale: #363636. Windows color (decimal): -13493794 or 14555442. OLE color: 14555442.
HSL color Cylindrical-coordinate representation of color #3219DE: hue angle of 247.61º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3219DE is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 25 | 222 | - |
| CMYK | 0.77 | 0.89 | 0 | 0.13 |
| HSL | 247.61º | 0.8% | 0.48% | - |
| HSV(B) | 247.61º | 0.89% | 0.87% | - |
| XYZ | 14.85 | 6.65 | 69.61 | - |
| YUV | 54.93 | 222.28 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 25 | 222 | 0.77 | 0.89 | 0 | 0.13 | 247.61 | 0.8 | 0.48 |
| Hex | 32 | 19 | DE | 4D | 59 | 0 | D | F8 | 50 | 30 |
| Octal | 62 | 31 | 336 | 115 | 131 | 0 | 15 | 370 | 120 | 60 |
| Binary | 110010 | 11001 | 11011110 | 1001101 | 1011001 | 0 | 1101 | 11111000 | 1010000 | 110000 |
Color Harmonies of #3219DE
Complementary color
Monochromatic Colors of #3219DE
Black with #3219DE
Text Example
Text Example
White with #3219DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3219DE; }
p { color: rgb(50,25,222); }
H1.HeaderClassName
{
color: #3219DE;
}
.AnyTagClassName
{
color: #3219DE;
}
</style>
background-color css
<style>
a { background-color: #3219DE; }
a { background-color: rgb(50,25,222); }
div.DivClassName
{
background-color: #3219DE;
}
.BgClassName
{
background-color: #3219DE;
}
</style>
border-color css
<style>
span { border-color: #3219DE; }
span { border-color: rgb(50,25,222); }
td.TdClassName
{
border-color: #3219DE;
}
.TagClassName
{
border-color: #3219DE;
}
</style>