Shades of Han Purple #3222DA
Tints of Han Purple #3222DA
RGB
CMYK
RGB Variations
Color information
#3222DA (or 0x3222DA) is known color: Han Purple. HEX triplet: 32, 22 and DA. RGB value is (50,34,218). Sum of RGB (Red+Green+Blue) = 50+34+218=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 218 (85.55% from 255 or 72.19% from 302); Max value from RGB is 218 - color contains mainly: blue. Hex color #3222DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3222DA is #CDDD25. Grayscale: #3B3B3B. Windows color (decimal): -13491494 or 14295602. OLE color: 14295602.
HSL color Cylindrical-coordinate representation of color #3222DA: hue angle of 245.22º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3222DA is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 34 | 218 | - |
| CMYK | 0.77 | 0.84 | 0 | 0.15 |
| HSL | 245.22º | 0.73% | 0.49% | - |
| HSV(B) | 245.22º | 0.84% | 0.85% | - |
| XYZ | 14.54 | 6.88 | 66.89 | - |
| YUV | 59.76 | 217.3 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 34 | 218 | 0.77 | 0.84 | 0 | 0.15 | 245.22 | 0.73 | 0.49 |
| Hex | 32 | 22 | DA | 4D | 54 | 0 | F | F5 | 49 | 31 |
| Octal | 62 | 42 | 332 | 115 | 124 | 0 | 17 | 365 | 111 | 61 |
| Binary | 110010 | 100010 | 11011010 | 1001101 | 1010100 | 0 | 1111 | 11110101 | 1001001 | 110001 |
Color Harmonies of #3222DA
Complementary color
Monochromatic Colors of #3222DA
Black with #3222DA
Text Example
Text Example
White with #3222DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3222DA; }
p { color: rgb(50,34,218); }
H1.HeaderClassName
{
color: #3222DA;
}
.AnyTagClassName
{
color: #3222DA;
}
</style>
background-color css
<style>
a { background-color: #3222DA; }
a { background-color: rgb(50,34,218); }
div.DivClassName
{
background-color: #3222DA;
}
.BgClassName
{
background-color: #3222DA;
}
</style>
border-color css
<style>
span { border-color: #3222DA; }
span { border-color: rgb(50,34,218); }
td.TdClassName
{
border-color: #3222DA;
}
.TagClassName
{
border-color: #3222DA;
}
</style>