Shades of Han Purple #3220DC
Tints of Han Purple #3220DC
RGB
CMYK
RGB Variations
Color information
#3220DC (or 0x3220DC) is known color: Han Purple. HEX triplet: 32, 20 and DC. RGB value is (50,32,220). Sum of RGB (Red+Green+Blue) = 50+32+220=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 32 (12.89% from 255 or 10.60% from 302); Blue value is 220 (86.33% from 255 or 72.85% from 302); Max value from RGB is 220 - color contains mainly: blue. Hex color #3220DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3220DC is #CDDF23. Grayscale: #3A3A3A. Windows color (decimal): -13492004 or 14426162. OLE color: 14426162.
HSL color Cylindrical-coordinate representation of color #3220DC: hue angle of 245.74º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3220DC is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 32 | 220 | - |
| CMYK | 0.77 | 0.85 | 0 | 0.14 |
| HSL | 245.74º | 0.75% | 0.49% | - |
| HSV(B) | 245.74º | 0.85% | 0.86% | - |
| XYZ | 14.75 | 6.88 | 68.26 | - |
| YUV | 58.81 | 218.96 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 32 | 220 | 0.77 | 0.85 | 0 | 0.14 | 245.74 | 0.75 | 0.49 |
| Hex | 32 | 20 | DC | 4D | 55 | 0 | E | F6 | 4B | 31 |
| Octal | 62 | 40 | 334 | 115 | 125 | 0 | 16 | 366 | 113 | 61 |
| Binary | 110010 | 100000 | 11011100 | 1001101 | 1010101 | 0 | 1110 | 11110110 | 1001011 | 110001 |
Color Harmonies of #3220DC
Complementary color
Monochromatic Colors of #3220DC
Black with #3220DC
Text Example
Text Example
White with #3220DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3220DC; }
p { color: rgb(50,32,220); }
H1.HeaderClassName
{
color: #3220DC;
}
.AnyTagClassName
{
color: #3220DC;
}
</style>
background-color css
<style>
a { background-color: #3220DC; }
a { background-color: rgb(50,32,220); }
div.DivClassName
{
background-color: #3220DC;
}
.BgClassName
{
background-color: #3220DC;
}
</style>
border-color css
<style>
span { border-color: #3220DC; }
span { border-color: rgb(50,32,220); }
td.TdClassName
{
border-color: #3220DC;
}
.TagClassName
{
border-color: #3220DC;
}
</style>