Shades of Han Purple #3213FF
Tints of Han Purple #3213FF
RGB
CMYK
RGB Variations
Color information
#3213FF (or 0x3213FF) is known color: Han Purple. HEX triplet: 32, 13 and FF. RGB value is (50,19,255). Sum of RGB (Red+Green+Blue) = 50+19+255=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 255 (100% from 255 or 78.70% from 324); Max value from RGB is 255 - color contains mainly: blue. Hex color #3213FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3213FF is #CDEC00. Grayscale: #363636. Windows color (decimal): -13495297 or 16716594. OLE color: 16716594.
HSL color Cylindrical-coordinate representation of color #3213FF: hue angle of 247.88º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3213FF is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 19 | 255 | - |
| CMYK | 0.80 | 0.93 | 0 | 0 |
| HSL | 247.88º | 1% | 0.54% | - |
| HSV(B) | 247.88º | 0.93% | 1% | - |
| XYZ | 19.6 | 8.36 | 95.19 | - |
| YUV | 55.17 | 240.77 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 255 | 0.80 | 0.93 | 0 | 0 | 247.88 | 1 | 0.54 |
| Hex | 32 | 13 | FF | 50 | 5D | 0 | 0 | F8 | 64 | 36 |
| Octal | 62 | 23 | 377 | 120 | 135 | 0 | 0 | 370 | 144 | 66 |
| Binary | 110010 | 10011 | 11111111 | 1010000 | 1011101 | 0 | 0 | 11111000 | 1100100 | 110110 |
Color Harmonies of #3213FF
Complementary color
Monochromatic Colors of #3213FF
Black with #3213FF
Text Example
Text Example
White with #3213FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3213FF; }
p { color: rgb(50,19,255); }
H1.HeaderClassName
{
color: #3213FF;
}
.AnyTagClassName
{
color: #3213FF;
}
</style>
background-color css
<style>
a { background-color: #3213FF; }
a { background-color: rgb(50,19,255); }
div.DivClassName
{
background-color: #3213FF;
}
.BgClassName
{
background-color: #3213FF;
}
</style>
border-color css
<style>
span { border-color: #3213FF; }
span { border-color: rgb(50,19,255); }
td.TdClassName
{
border-color: #3213FF;
}
.TagClassName
{
border-color: #3213FF;
}
</style>