Shades of Han Purple #3210DB
Tints of Han Purple #3210DB
RGB
CMYK
RGB Variations
Color information
#3210DB (or 0x3210DB) is known color: Han Purple. HEX triplet: 32, 10 and DB. RGB value is (50,16,219). Sum of RGB (Red+Green+Blue) = 50+16+219=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 219 (85.94% from 255 or 76.84% from 285); Max value from RGB is 219 - color contains mainly: blue. Hex color #3210DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3210DB is #CDEF24. Grayscale: #303030. Windows color (decimal): -13496101 or 14356530. OLE color: 14356530.
HSL color Cylindrical-coordinate representation of color #3210DB: hue angle of 250.05º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3210DB is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 16 | 219 | - |
| CMYK | 0.77 | 0.93 | 0 | 0.14 |
| HSL | 250.05º | 0.86% | 0.46% | - |
| HSV(B) | 250.05º | 0.93% | 0.86% | - |
| XYZ | 14.29 | 6.16 | 67.45 | - |
| YUV | 49.31 | 223.76 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 16 | 219 | 0.77 | 0.93 | 0 | 0.14 | 250.05 | 0.86 | 0.46 |
| Hex | 32 | 10 | DB | 4D | 5D | 0 | E | FA | 56 | 2E |
| Octal | 62 | 20 | 333 | 115 | 135 | 0 | 16 | 372 | 126 | 56 |
| Binary | 110010 | 10000 | 11011011 | 1001101 | 1011101 | 0 | 1110 | 11111010 | 1010110 | 101110 |
Color Harmonies of #3210DB
Complementary color
Monochromatic Colors of #3210DB
Black with #3210DB
Text Example
Text Example
White with #3210DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3210DB; }
p { color: rgb(50,16,219); }
H1.HeaderClassName
{
color: #3210DB;
}
.AnyTagClassName
{
color: #3210DB;
}
</style>
background-color css
<style>
a { background-color: #3210DB; }
a { background-color: rgb(50,16,219); }
div.DivClassName
{
background-color: #3210DB;
}
.BgClassName
{
background-color: #3210DB;
}
</style>
border-color css
<style>
span { border-color: #3210DB; }
span { border-color: rgb(50,16,219); }
td.TdClassName
{
border-color: #3210DB;
}
.TagClassName
{
border-color: #3210DB;
}
</style>