Shades of Han Purple #3204DC
Tints of Han Purple #3204DC
RGB
CMYK
RGB Variations
Color information
#3204DC (or 0x3204DC) is known color: Han Purple. HEX triplet: 32, 04 and DC. RGB value is (50,4,220). Sum of RGB (Red+Green+Blue) = 50+4+220=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 220 (86.33% from 255 or 80.29% from 274); Max value from RGB is 220 - color contains mainly: blue. Hex color #3204DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3204DC is #CDFB23. Grayscale: #292929. Windows color (decimal): -13499172 or 14418994. OLE color: 14418994.
HSL color Cylindrical-coordinate representation of color #3204DC: hue angle of 252.78º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3204DC is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 4 | 220 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.14 |
| HSL | 252.78º | 0.96% | 0.44% | - |
| HSV(B) | 252.78º | 0.98% | 0.86% | - |
| XYZ | 14.28 | 5.93 | 68.1 | - |
| YUV | 42.38 | 228.24 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 4 | 220 | 0.77 | 0.98 | 0 | 0.14 | 252.78 | 0.96 | 0.44 |
| Hex | 32 | 4 | DC | 4D | 62 | 0 | E | FD | 60 | 2C |
| Octal | 62 | 4 | 334 | 115 | 142 | 0 | 16 | 375 | 140 | 54 |
| Binary | 110010 | 100 | 11011100 | 1001101 | 1100010 | 0 | 1110 | 11111101 | 1100000 | 101100 |
Color Harmonies of #3204DC
Complementary color
Monochromatic Colors of #3204DC
Black with #3204DC
Text Example
Text Example
White with #3204DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3204DC; }
p { color: rgb(50,4,220); }
H1.HeaderClassName
{
color: #3204DC;
}
.AnyTagClassName
{
color: #3204DC;
}
</style>
background-color css
<style>
a { background-color: #3204DC; }
a { background-color: rgb(50,4,220); }
div.DivClassName
{
background-color: #3204DC;
}
.BgClassName
{
background-color: #3204DC;
}
</style>
border-color css
<style>
span { border-color: #3204DC; }
span { border-color: rgb(50,4,220); }
td.TdClassName
{
border-color: #3204DC;
}
.TagClassName
{
border-color: #3204DC;
}
</style>