Shades of Han Purple #3219FF
Tints of Han Purple #3219FF
RGB
CMYK
RGB Variations
Color information
#3219FF (or 0x3219FF) is known color: Han Purple. HEX triplet: 32, 19 and FF. RGB value is (50,25,255). Sum of RGB (Red+Green+Blue) = 50+25+255=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 255 (100% from 255 or 77.27% from 330); Max value from RGB is 255 - color contains mainly: blue. Hex color #3219FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3219FF is #CDE600. Grayscale: #393939. Windows color (decimal): -13493761 or 16718130. OLE color: 16718130.
HSL color Cylindrical-coordinate representation of color #3219FF: hue angle of 246.52º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3219FF is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 25 | 255 | - |
| CMYK | 0.80 | 0.90 | 0 | 0 |
| HSL | 246.52º | 1% | 0.55% | - |
| HSV(B) | 246.52º | 0.9% | 1% | - |
| XYZ | 19.71 | 8.59 | 95.23 | - |
| YUV | 58.7 | 238.78 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 25 | 255 | 0.80 | 0.90 | 0 | 0 | 246.52 | 1 | 0.55 |
| Hex | 32 | 19 | FF | 50 | 5A | 0 | 0 | F7 | 64 | 37 |
| Octal | 62 | 31 | 377 | 120 | 132 | 0 | 0 | 367 | 144 | 67 |
| Binary | 110010 | 11001 | 11111111 | 1010000 | 1011010 | 0 | 0 | 11110111 | 1100100 | 110111 |
Color Harmonies of #3219FF
Complementary color
Monochromatic Colors of #3219FF
Black with #3219FF
Text Example
Text Example
White with #3219FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3219FF; }
p { color: rgb(50,25,255); }
H1.HeaderClassName
{
color: #3219FF;
}
.AnyTagClassName
{
color: #3219FF;
}
</style>
background-color css
<style>
a { background-color: #3219FF; }
a { background-color: rgb(50,25,255); }
div.DivClassName
{
background-color: #3219FF;
}
.BgClassName
{
background-color: #3219FF;
}
</style>
border-color css
<style>
span { border-color: #3219FF; }
span { border-color: rgb(50,25,255); }
td.TdClassName
{
border-color: #3219FF;
}
.TagClassName
{
border-color: #3219FF;
}
</style>