Shades of Han Purple #3209DC
Tints of Han Purple #3209DC
RGB
CMYK
RGB Variations
Color information
#3209DC (or 0x3209DC) is known color: Han Purple. HEX triplet: 32, 09 and DC. RGB value is (50,9,220). Sum of RGB (Red+Green+Blue) = 50+9+220=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 220 (86.33% from 255 or 78.85% from 279); Max value from RGB is 220 - color contains mainly: blue. Hex color #3209DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3209DC is #CDF623. Grayscale: #2C2C2C. Windows color (decimal): -13497892 or 14420274. OLE color: 14420274.
HSL color Cylindrical-coordinate representation of color #3209DC: hue angle of 251.66º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3209DC is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 9 | 220 | - |
| CMYK | 0.77 | 0.96 | 0 | 0.14 |
| HSL | 251.66º | 0.92% | 0.45% | - |
| HSV(B) | 251.66º | 0.96% | 0.86% | - |
| XYZ | 14.33 | 6.04 | 68.12 | - |
| YUV | 45.31 | 226.58 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 9 | 220 | 0.77 | 0.96 | 0 | 0.14 | 251.66 | 0.92 | 0.45 |
| Hex | 32 | 9 | DC | 4D | 60 | 0 | E | FC | 5C | 2D |
| Octal | 62 | 11 | 334 | 115 | 140 | 0 | 16 | 374 | 134 | 55 |
| Binary | 110010 | 1001 | 11011100 | 1001101 | 1100000 | 0 | 1110 | 11111100 | 1011100 | 101101 |
Color Harmonies of #3209DC
Complementary color
Monochromatic Colors of #3209DC
Black with #3209DC
Text Example
Text Example
White with #3209DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3209DC; }
p { color: rgb(50,9,220); }
H1.HeaderClassName
{
color: #3209DC;
}
.AnyTagClassName
{
color: #3209DC;
}
</style>
background-color css
<style>
a { background-color: #3209DC; }
a { background-color: rgb(50,9,220); }
div.DivClassName
{
background-color: #3209DC;
}
.BgClassName
{
background-color: #3209DC;
}
</style>
border-color css
<style>
span { border-color: #3209DC; }
span { border-color: rgb(50,9,220); }
td.TdClassName
{
border-color: #3209DC;
}
.TagClassName
{
border-color: #3209DC;
}
</style>