Shades of Han Purple #320DD9
Tints of Han Purple #320DD9
RGB
CMYK
RGB Variations
Color information
#320DD9 (or 0x320DD9) is known color: Han Purple. HEX triplet: 32, 0D and D9. RGB value is (50,13,217). Sum of RGB (Red+Green+Blue) = 50+13+217=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 217 (85.16% from 255 or 77.5% from 280); Max value from RGB is 217 - color contains mainly: blue. Hex color #320DD9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320DD9 is #CDF226. Grayscale: #2E2E2E. Windows color (decimal): -13496871 or 14224690. OLE color: 14224690.
HSL color Cylindrical-coordinate representation of color #320DD9: hue angle of 250.88º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320DD9 is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 13 | 217 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.15 |
| HSL | 250.88º | 0.89% | 0.45% | - |
| HSV(B) | 250.88º | 0.94% | 0.85% | - |
| XYZ | 13.98 | 5.98 | 66.06 | - |
| YUV | 47.32 | 223.76 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 13 | 217 | 0.77 | 0.94 | 0 | 0.15 | 250.88 | 0.89 | 0.45 |
| Hex | 32 | D | D9 | 4D | 5E | 0 | F | FB | 59 | 2D |
| Octal | 62 | 15 | 331 | 115 | 136 | 0 | 17 | 373 | 131 | 55 |
| Binary | 110010 | 1101 | 11011001 | 1001101 | 1011110 | 0 | 1111 | 11111011 | 1011001 | 101101 |
Color Harmonies of #320DD9
Complementary color
Monochromatic Colors of #320DD9
Black with #320DD9
Text Example
Text Example
White with #320DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320DD9; }
p { color: rgb(50,13,217); }
H1.HeaderClassName
{
color: #320DD9;
}
.AnyTagClassName
{
color: #320DD9;
}
</style>
background-color css
<style>
a { background-color: #320DD9; }
a { background-color: rgb(50,13,217); }
div.DivClassName
{
background-color: #320DD9;
}
.BgClassName
{
background-color: #320DD9;
}
</style>
border-color css
<style>
span { border-color: #320DD9; }
span { border-color: rgb(50,13,217); }
td.TdClassName
{
border-color: #320DD9;
}
.TagClassName
{
border-color: #320DD9;
}
</style>