Shades of Han Purple #3201EC
Tints of Han Purple #3201EC
RGB
CMYK
RGB Variations
Color information
#3201EC (or 0x3201EC) is known color: Han Purple. HEX triplet: 32, 01 and EC. RGB value is (50,1,236). Sum of RGB (Red+Green+Blue) = 50+1+236=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 236 (92.58% from 255 or 82.23% from 287); Max value from RGB is 236 - color contains mainly: blue. Hex color #3201EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3201EC is #CDFE13. Grayscale: #292929. Windows color (decimal): -13499924 or 15466802. OLE color: 15466802.
HSL color Cylindrical-coordinate representation of color #3201EC: hue angle of 252.51º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3201EC is Cyan = 0.79, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 1 | 236 | - |
| CMYK | 0.79 | 1.00 | 0 | 0.07 |
| HSL | 252.51º | 0.99% | 0.46% | - |
| HSV(B) | 252.51º | 1% | 0.93% | - |
| XYZ | 16.47 | 6.76 | 79.79 | - |
| YUV | 42.44 | 237.23 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 236 | 0.79 | 1.00 | 0 | 0.07 | 252.51 | 0.99 | 0.46 |
| Hex | 32 | 1 | EC | 4F | 64 | 0 | 7 | FD | 63 | 2E |
| Octal | 62 | 1 | 354 | 117 | 144 | 0 | 7 | 375 | 143 | 56 |
| Binary | 110010 | 1 | 11101100 | 1001111 | 1100100 | 0 | 111 | 11111101 | 1100011 | 101110 |
Color Harmonies of #3201EC
Complementary color
Monochromatic Colors of #3201EC
Black with #3201EC
Text Example
Text Example
White with #3201EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3201EC; }
p { color: rgb(50,1,236); }
H1.HeaderClassName
{
color: #3201EC;
}
.AnyTagClassName
{
color: #3201EC;
}
</style>
background-color css
<style>
a { background-color: #3201EC; }
a { background-color: rgb(50,1,236); }
div.DivClassName
{
background-color: #3201EC;
}
.BgClassName
{
background-color: #3201EC;
}
</style>
border-color css
<style>
span { border-color: #3201EC; }
span { border-color: rgb(50,1,236); }
td.TdClassName
{
border-color: #3201EC;
}
.TagClassName
{
border-color: #3201EC;
}
</style>