Shades of Han Purple #3201FA
Tints of Han Purple #3201FA
RGB
CMYK
RGB Variations
Color information
#3201FA (or 0x3201FA) is known color: Han Purple. HEX triplet: 32, 01 and FA. RGB value is (50,1,250). Sum of RGB (Red+Green+Blue) = 50+1+250=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 250 (98.05% from 255 or 83.06% from 301); Max value from RGB is 250 - color contains mainly: blue. Hex color #3201FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3201FA is #CDFE05. Grayscale: #2B2B2B. Windows color (decimal): -13499910 or 16384306. OLE color: 16384306.
HSL color Cylindrical-coordinate representation of color #3201FA: hue angle of 251.81º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3201FA is Cyan = 0.8, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 1 | 250 | - |
| CMYK | 0.8 | 1.00 | 0 | 0.02 |
| HSL | 251.81º | 0.99% | 0.49% | - |
| HSV(B) | 251.81º | 1% | 0.98% | - |
| XYZ | 18.58 | 7.6 | 90.93 | - |
| YUV | 44.04 | 244.23 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 250 | 0.8 | 1.00 | 0 | 0.02 | 251.81 | 0.99 | 0.49 |
| Hex | 32 | 1 | FA | 50 | 64 | 0 | 2 | FC | 63 | 31 |
| Octal | 62 | 1 | 372 | 120 | 144 | 0 | 2 | 374 | 143 | 61 |
| Binary | 110010 | 1 | 11111010 | 1010000 | 1100100 | 0 | 10 | 11111100 | 1100011 | 110001 |
Color Harmonies of #3201FA
Complementary color
Monochromatic Colors of #3201FA
Black with #3201FA
Text Example
Text Example
White with #3201FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3201FA; }
p { color: rgb(50,1,250); }
H1.HeaderClassName
{
color: #3201FA;
}
.AnyTagClassName
{
color: #3201FA;
}
</style>
background-color css
<style>
a { background-color: #3201FA; }
a { background-color: rgb(50,1,250); }
div.DivClassName
{
background-color: #3201FA;
}
.BgClassName
{
background-color: #3201FA;
}
</style>
border-color css
<style>
span { border-color: #3201FA; }
span { border-color: rgb(50,1,250); }
td.TdClassName
{
border-color: #3201FA;
}
.TagClassName
{
border-color: #3201FA;
}
</style>