Shades of Han Purple #3219DF
Tints of Han Purple #3219DF
RGB
CMYK
RGB Variations
Color information
#3219DF (or 0x3219DF) is known color: Han Purple. HEX triplet: 32, 19 and DF. RGB value is (50,25,223). Sum of RGB (Red+Green+Blue) = 50+25+223=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 223 (87.5% from 255 or 74.83% from 298); Max value from RGB is 223 - color contains mainly: blue. Hex color #3219DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3219DF is #CDE620. Grayscale: #363636. Windows color (decimal): -13493793 or 14620978. OLE color: 14620978.
HSL color Cylindrical-coordinate representation of color #3219DF: hue angle of 247.58º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3219DF is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 25 | 223 | - |
| CMYK | 0.78 | 0.89 | 0 | 0.13 |
| HSL | 247.58º | 0.8% | 0.49% | - |
| HSV(B) | 247.58º | 0.89% | 0.87% | - |
| XYZ | 14.98 | 6.7 | 70.32 | - |
| YUV | 55.05 | 222.78 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 25 | 223 | 0.78 | 0.89 | 0 | 0.13 | 247.58 | 0.8 | 0.49 |
| Hex | 32 | 19 | DF | 4E | 59 | 0 | D | F8 | 50 | 31 |
| Octal | 62 | 31 | 337 | 116 | 131 | 0 | 15 | 370 | 120 | 61 |
| Binary | 110010 | 11001 | 11011111 | 1001110 | 1011001 | 0 | 1101 | 11111000 | 1010000 | 110001 |
Color Harmonies of #3219DF
Complementary color
Monochromatic Colors of #3219DF
Black with #3219DF
Text Example
Text Example
White with #3219DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3219DF; }
p { color: rgb(50,25,223); }
H1.HeaderClassName
{
color: #3219DF;
}
.AnyTagClassName
{
color: #3219DF;
}
</style>
background-color css
<style>
a { background-color: #3219DF; }
a { background-color: rgb(50,25,223); }
div.DivClassName
{
background-color: #3219DF;
}
.BgClassName
{
background-color: #3219DF;
}
</style>
border-color css
<style>
span { border-color: #3219DF; }
span { border-color: rgb(50,25,223); }
td.TdClassName
{
border-color: #3219DF;
}
.TagClassName
{
border-color: #3219DF;
}
</style>