Shades of Han Purple #3221FF
Tints of Han Purple #3221FF
RGB
CMYK
RGB Variations
Color information
#3221FF (or 0x3221FF) is known color: Han Purple. HEX triplet: 32, 21 and FF. RGB value is (50,33,255). Sum of RGB (Red+Green+Blue) = 50+33+255=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 255 (100% from 255 or 75.44% from 338); Max value from RGB is 255 - color contains mainly: blue. Hex color #3221FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3221FF is #CDDE00. Grayscale: #3E3E3E. Windows color (decimal): -13491713 or 16720178. OLE color: 16720178.
HSL color Cylindrical-coordinate representation of color #3221FF: hue angle of 244.59º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3221FF is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 33 | 255 | - |
| CMYK | 0.80 | 0.87 | 0 | 0 |
| HSL | 244.59º | 1% | 0.56% | - |
| HSV(B) | 244.59º | 0.87% | 1% | - |
| XYZ | 19.91 | 8.99 | 95.29 | - |
| YUV | 63.39 | 236.13 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 33 | 255 | 0.80 | 0.87 | 0 | 0 | 244.59 | 1 | 0.56 |
| Hex | 32 | 21 | FF | 50 | 57 | 0 | 0 | F5 | 64 | 38 |
| Octal | 62 | 41 | 377 | 120 | 127 | 0 | 0 | 365 | 144 | 70 |
| Binary | 110010 | 100001 | 11111111 | 1010000 | 1010111 | 0 | 0 | 11110101 | 1100100 | 111000 |
Color Harmonies of #3221FF
Complementary color
Monochromatic Colors of #3221FF
Black with #3221FF
Text Example
Text Example
White with #3221FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3221FF; }
p { color: rgb(50,33,255); }
H1.HeaderClassName
{
color: #3221FF;
}
.AnyTagClassName
{
color: #3221FF;
}
</style>
background-color css
<style>
a { background-color: #3221FF; }
a { background-color: rgb(50,33,255); }
div.DivClassName
{
background-color: #3221FF;
}
.BgClassName
{
background-color: #3221FF;
}
</style>
border-color css
<style>
span { border-color: #3221FF; }
span { border-color: rgb(50,33,255); }
td.TdClassName
{
border-color: #3221FF;
}
.TagClassName
{
border-color: #3221FF;
}
</style>