Shades of Han Purple #3210D1
Tints of Han Purple #3210D1
RGB
CMYK
RGB Variations
Color information
#3210D1 (or 0x3210D1) is known color: Han Purple. HEX triplet: 32, 10 and D1. RGB value is (50,16,209). Sum of RGB (Red+Green+Blue) = 50+16+209=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 209 (82.03% from 255 or 76% from 275); Max value from RGB is 209 - color contains mainly: blue. Hex color #3210D1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3210D1 is #CDEF2E. Grayscale: #2F2F2F. Windows color (decimal): -13496111 or 13701170. OLE color: 13701170.
HSL color Cylindrical-coordinate representation of color #3210D1: hue angle of 250.57º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3210D1 is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 16 | 209 | - |
| CMYK | 0.76 | 0.92 | 0 | 0.18 |
| HSL | 250.57º | 0.86% | 0.44% | - |
| HSV(B) | 250.57º | 0.92% | 0.82% | - |
| XYZ | 13.01 | 5.65 | 60.73 | - |
| YUV | 48.17 | 218.76 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 16 | 209 | 0.76 | 0.92 | 0 | 0.18 | 250.57 | 0.86 | 0.44 |
| Hex | 32 | 10 | D1 | 4C | 5C | 0 | 12 | FB | 56 | 2C |
| Octal | 62 | 20 | 321 | 114 | 134 | 0 | 22 | 373 | 126 | 54 |
| Binary | 110010 | 10000 | 11010001 | 1001100 | 1011100 | 0 | 10010 | 11111011 | 1010110 | 101100 |
Color Harmonies of #3210D1
Complementary color
Monochromatic Colors of #3210D1
Black with #3210D1
Text Example
Text Example
White with #3210D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3210D1; }
p { color: rgb(50,16,209); }
H1.HeaderClassName
{
color: #3210D1;
}
.AnyTagClassName
{
color: #3210D1;
}
</style>
background-color css
<style>
a { background-color: #3210D1; }
a { background-color: rgb(50,16,209); }
div.DivClassName
{
background-color: #3210D1;
}
.BgClassName
{
background-color: #3210D1;
}
</style>
border-color css
<style>
span { border-color: #3210D1; }
span { border-color: rgb(50,16,209); }
td.TdClassName
{
border-color: #3210D1;
}
.TagClassName
{
border-color: #3210D1;
}
</style>