Shades of Han Purple #3204DB
Tints of Han Purple #3204DB
RGB
CMYK
RGB Variations
Color information
#3204DB (or 0x3204DB) is known color: Han Purple. HEX triplet: 32, 04 and DB. RGB value is (50,4,219). Sum of RGB (Red+Green+Blue) = 50+4+219=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 219 (85.94% from 255 or 80.22% from 273); Max value from RGB is 219 - color contains mainly: blue. Hex color #3204DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3204DB is #CDFB24. Grayscale: #292929. Windows color (decimal): -13499173 or 14353458. OLE color: 14353458.
HSL color Cylindrical-coordinate representation of color #3204DB: hue angle of 252.84º 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 #3204DB is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 4 | 219 | - |
| CMYK | 0.77 | 0.98 | 0 | 0.14 |
| HSL | 252.84º | 0.96% | 0.44% | - |
| HSV(B) | 252.84º | 0.98% | 0.86% | - |
| XYZ | 14.14 | 5.88 | 67.41 | - |
| YUV | 42.26 | 227.74 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 4 | 219 | 0.77 | 0.98 | 0 | 0.14 | 252.84 | 0.96 | 0.44 |
| Hex | 32 | 4 | DB | 4D | 62 | 0 | E | FD | 60 | 2C |
| Octal | 62 | 4 | 333 | 115 | 142 | 0 | 16 | 375 | 140 | 54 |
| Binary | 110010 | 100 | 11011011 | 1001101 | 1100010 | 0 | 1110 | 11111101 | 1100000 | 101100 |
Color Harmonies of #3204DB
Complementary color
Monochromatic Colors of #3204DB
Black with #3204DB
Text Example
Text Example
White with #3204DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3204DB; }
p { color: rgb(50,4,219); }
H1.HeaderClassName
{
color: #3204DB;
}
.AnyTagClassName
{
color: #3204DB;
}
</style>
background-color css
<style>
a { background-color: #3204DB; }
a { background-color: rgb(50,4,219); }
div.DivClassName
{
background-color: #3204DB;
}
.BgClassName
{
background-color: #3204DB;
}
</style>
border-color css
<style>
span { border-color: #3204DB; }
span { border-color: rgb(50,4,219); }
td.TdClassName
{
border-color: #3204DB;
}
.TagClassName
{
border-color: #3204DB;
}
</style>