Shades of Han Purple #3213CE
Tints of Han Purple #3213CE
RGB
CMYK
RGB Variations
Color information
#3213CE (or 0x3213CE) is known color: Han Purple. HEX triplet: 32, 13 and CE. RGB value is (50,19,206). Sum of RGB (Red+Green+Blue) = 50+19+206=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 206 (80.86% from 255 or 74.91% from 275); Max value from RGB is 206 - color contains mainly: blue. Hex color #3213CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3213CE is #CDEC31. Grayscale: #303030. Windows color (decimal): -13495346 or 13505330. OLE color: 13505330.
HSL color Cylindrical-coordinate representation of color #3213CE: hue angle of 249.95º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3213CE is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 19 | 206 | - |
| CMYK | 0.76 | 0.91 | 0 | 0.19 |
| HSL | 249.95º | 0.83% | 0.44% | - |
| HSV(B) | 249.95º | 0.91% | 0.81% | - |
| XYZ | 12.69 | 5.6 | 58.8 | - |
| YUV | 49.59 | 216.27 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 206 | 0.76 | 0.91 | 0 | 0.19 | 249.95 | 0.83 | 0.44 |
| Hex | 32 | 13 | CE | 4C | 5B | 0 | 13 | FA | 53 | 2C |
| Octal | 62 | 23 | 316 | 114 | 133 | 0 | 23 | 372 | 123 | 54 |
| Binary | 110010 | 10011 | 11001110 | 1001100 | 1011011 | 0 | 10011 | 11111010 | 1010011 | 101100 |
Color Harmonies of #3213CE
Complementary color
Monochromatic Colors of #3213CE
Black with #3213CE
Text Example
Text Example
White with #3213CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3213CE; }
p { color: rgb(50,19,206); }
H1.HeaderClassName
{
color: #3213CE;
}
.AnyTagClassName
{
color: #3213CE;
}
</style>
background-color css
<style>
a { background-color: #3213CE; }
a { background-color: rgb(50,19,206); }
div.DivClassName
{
background-color: #3213CE;
}
.BgClassName
{
background-color: #3213CE;
}
</style>
border-color css
<style>
span { border-color: #3213CE; }
span { border-color: rgb(50,19,206); }
td.TdClassName
{
border-color: #3213CE;
}
.TagClassName
{
border-color: #3213CE;
}
</style>