Shades of Han Purple #3219EA
Tints of Han Purple #3219EA
RGB
CMYK
RGB Variations
Color information
#3219EA (or 0x3219EA) is known color: Han Purple. HEX triplet: 32, 19 and EA. RGB value is (50,25,234). Sum of RGB (Red+Green+Blue) = 50+25+234=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 234 (91.80% from 255 or 75.73% from 309); Max value from RGB is 234 - color contains mainly: blue. Hex color #3219EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3219EA is #CDE615. Grayscale: #373737. Windows color (decimal): -13493782 or 15341874. OLE color: 15341874.
HSL color Cylindrical-coordinate representation of color #3219EA: hue angle of 247.18º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3219EA is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 25 | 234 | - |
| CMYK | 0.79 | 0.89 | 0 | 0.08 |
| HSL | 247.18º | 0.83% | 0.51% | - |
| HSV(B) | 247.18º | 0.89% | 0.92% | - |
| XYZ | 16.51 | 7.31 | 78.38 | - |
| YUV | 56.3 | 228.28 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 25 | 234 | 0.79 | 0.89 | 0 | 0.08 | 247.18 | 0.83 | 0.51 |
| Hex | 32 | 19 | EA | 4F | 59 | 0 | 8 | F7 | 53 | 33 |
| Octal | 62 | 31 | 352 | 117 | 131 | 0 | 10 | 367 | 123 | 63 |
| Binary | 110010 | 11001 | 11101010 | 1001111 | 1011001 | 0 | 1000 | 11110111 | 1010011 | 110011 |
Color Harmonies of #3219EA
Complementary color
Monochromatic Colors of #3219EA
Black with #3219EA
Text Example
Text Example
White with #3219EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3219EA; }
p { color: rgb(50,25,234); }
H1.HeaderClassName
{
color: #3219EA;
}
.AnyTagClassName
{
color: #3219EA;
}
</style>
background-color css
<style>
a { background-color: #3219EA; }
a { background-color: rgb(50,25,234); }
div.DivClassName
{
background-color: #3219EA;
}
.BgClassName
{
background-color: #3219EA;
}
</style>
border-color css
<style>
span { border-color: #3219EA; }
span { border-color: rgb(50,25,234); }
td.TdClassName
{
border-color: #3219EA;
}
.TagClassName
{
border-color: #3219EA;
}
</style>