Shades of Han Purple #3213EF
Tints of Han Purple #3213EF
RGB
CMYK
RGB Variations
Color information
#3213EF (or 0x3213EF) is known color: Han Purple. HEX triplet: 32, 13 and EF. RGB value is (50,19,239). Sum of RGB (Red+Green+Blue) = 50+19+239=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 239 (93.75% from 255 or 77.60% from 308); Max value from RGB is 239 - color contains mainly: blue. Hex color #3213EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3213EF is #CDEC10. Grayscale: #343434. Windows color (decimal): -13495313 or 15668018. OLE color: 15668018.
HSL color Cylindrical-coordinate representation of color #3213EF: hue angle of 248.45º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3213EF is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 19 | 239 | - |
| CMYK | 0.79 | 0.92 | 0 | 0.06 |
| HSL | 248.45º | 0.87% | 0.51% | - |
| HSV(B) | 248.45º | 0.92% | 0.94% | - |
| XYZ | 17.13 | 7.38 | 82.18 | - |
| YUV | 53.35 | 232.77 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 239 | 0.79 | 0.92 | 0 | 0.06 | 248.45 | 0.87 | 0.51 |
| Hex | 32 | 13 | EF | 4F | 5C | 0 | 6 | F8 | 57 | 33 |
| Octal | 62 | 23 | 357 | 117 | 134 | 0 | 6 | 370 | 127 | 63 |
| Binary | 110010 | 10011 | 11101111 | 1001111 | 1011100 | 0 | 110 | 11111000 | 1010111 | 110011 |
Color Harmonies of #3213EF
Complementary color
Monochromatic Colors of #3213EF
Black with #3213EF
Text Example
Text Example
White with #3213EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3213EF; }
p { color: rgb(50,19,239); }
H1.HeaderClassName
{
color: #3213EF;
}
.AnyTagClassName
{
color: #3213EF;
}
</style>
background-color css
<style>
a { background-color: #3213EF; }
a { background-color: rgb(50,19,239); }
div.DivClassName
{
background-color: #3213EF;
}
.BgClassName
{
background-color: #3213EF;
}
</style>
border-color css
<style>
span { border-color: #3213EF; }
span { border-color: rgb(50,19,239); }
td.TdClassName
{
border-color: #3213EF;
}
.TagClassName
{
border-color: #3213EF;
}
</style>