Shades of Han Purple #3204D6
Tints of Han Purple #3204D6
RGB
CMYK
RGB Variations
Color information
#3204D6 (or 0x3204D6) is known color: Han Purple. HEX triplet: 32, 04 and D6. RGB value is (50,4,214). Sum of RGB (Red+Green+Blue) = 50+4+214=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 214 (83.98% from 255 or 79.85% from 268); Max value from RGB is 214 - color contains mainly: blue. Hex color #3204D6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3204D6 is #CDFB29. Grayscale: #282828. Windows color (decimal): -13499178 or 14025778. OLE color: 14025778.
HSL color Cylindrical-coordinate representation of color #3204D6: hue angle of 253.14º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3204D6 is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 4 | 214 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.16 |
| HSL | 253.14º | 0.96% | 0.43% | - |
| HSV(B) | 253.14º | 0.98% | 0.84% | - |
| XYZ | 13.5 | 5.62 | 63.99 | - |
| YUV | 41.69 | 225.24 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 4 | 214 | 0.77 | 0.98 | 0 | 0.16 | 253.14 | 0.96 | 0.43 |
| Hex | 32 | 4 | D6 | 4D | 62 | 0 | 10 | FD | 60 | 2B |
| Octal | 62 | 4 | 326 | 115 | 142 | 0 | 20 | 375 | 140 | 53 |
| Binary | 110010 | 100 | 11010110 | 1001101 | 1100010 | 0 | 10000 | 11111101 | 1100000 | 101011 |
Color Harmonies of #3204D6
Complementary color
Monochromatic Colors of #3204D6
Black with #3204D6
Text Example
Text Example
White with #3204D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3204D6; }
p { color: rgb(50,4,214); }
H1.HeaderClassName
{
color: #3204D6;
}
.AnyTagClassName
{
color: #3204D6;
}
</style>
background-color css
<style>
a { background-color: #3204D6; }
a { background-color: rgb(50,4,214); }
div.DivClassName
{
background-color: #3204D6;
}
.BgClassName
{
background-color: #3204D6;
}
</style>
border-color css
<style>
span { border-color: #3204D6; }
span { border-color: rgb(50,4,214); }
td.TdClassName
{
border-color: #3204D6;
}
.TagClassName
{
border-color: #3204D6;
}
</style>