Shades of Han Purple #3228DE
Tints of Han Purple #3228DE
RGB
CMYK
RGB Variations
Color information
#3228DE (or 0x3228DE) is known color: Han Purple. HEX triplet: 32, 28 and DE. RGB value is (50,40,222). Sum of RGB (Red+Green+Blue) = 50+40+222=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 222 (87.11% from 255 or 71.15% from 312); Max value from RGB is 222 - color contains mainly: blue. Hex color #3228DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3228DE is #CDD721. Grayscale: #3F3F3F. Windows color (decimal): -13489954 or 14559282. OLE color: 14559282.
HSL color Cylindrical-coordinate representation of color #3228DE: hue angle of 243.3º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3228DE is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 40 | 222 | - |
| CMYK | 0.77 | 0.82 | 0 | 0.13 |
| HSL | 243.3º | 0.73% | 0.51% | - |
| HSV(B) | 243.3º | 0.82% | 0.87% | - |
| XYZ | 15.26 | 7.47 | 69.74 | - |
| YUV | 63.74 | 217.31 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 40 | 222 | 0.77 | 0.82 | 0 | 0.13 | 243.3 | 0.73 | 0.51 |
| Hex | 32 | 28 | DE | 4D | 52 | 0 | D | F3 | 49 | 33 |
| Octal | 62 | 50 | 336 | 115 | 122 | 0 | 15 | 363 | 111 | 63 |
| Binary | 110010 | 101000 | 11011110 | 1001101 | 1010010 | 0 | 1101 | 11110011 | 1001001 | 110011 |
Color Harmonies of #3228DE
Complementary color
Monochromatic Colors of #3228DE
Black with #3228DE
Text Example
Text Example
White with #3228DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3228DE; }
p { color: rgb(50,40,222); }
H1.HeaderClassName
{
color: #3228DE;
}
.AnyTagClassName
{
color: #3228DE;
}
</style>
background-color css
<style>
a { background-color: #3228DE; }
a { background-color: rgb(50,40,222); }
div.DivClassName
{
background-color: #3228DE;
}
.BgClassName
{
background-color: #3228DE;
}
</style>
border-color css
<style>
span { border-color: #3228DE; }
span { border-color: rgb(50,40,222); }
td.TdClassName
{
border-color: #3228DE;
}
.TagClassName
{
border-color: #3228DE;
}
</style>