Shades of Han Purple #322CF2
Tints of Han Purple #322CF2
RGB
CMYK
RGB Variations
Color information
#322CF2 (or 0x322CF2) is known color: Han Purple. HEX triplet: 32, 2C and F2. RGB value is (50,44,242). Sum of RGB (Red+Green+Blue) = 50+44+242=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 242 (94.92% from 255 or 72.02% from 336); Max value from RGB is 242 - color contains mainly: blue. Hex color #322CF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #322CF2 is #CDD30D. Grayscale: #434343. Windows color (decimal): -13488910 or 15871026. OLE color: 15871026.
HSL color Cylindrical-coordinate representation of color #322CF2: hue angle of 241.82º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #322CF2 is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 44 | 242 | - |
| CMYK | 0.79 | 0.82 | 0 | 0.05 |
| HSL | 241.82º | 0.88% | 0.56% | - |
| HSV(B) | 241.82º | 0.82% | 0.95% | - |
| XYZ | 18.24 | 8.89 | 84.76 | - |
| YUV | 68.37 | 225.99 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 242 | 0.79 | 0.82 | 0 | 0.05 | 241.82 | 0.88 | 0.56 |
| Hex | 32 | 2C | F2 | 4F | 52 | 0 | 5 | F2 | 58 | 38 |
| Octal | 62 | 54 | 362 | 117 | 122 | 0 | 5 | 362 | 130 | 70 |
| Binary | 110010 | 101100 | 11110010 | 1001111 | 1010010 | 0 | 101 | 11110010 | 1011000 | 111000 |
Color Harmonies of #322CF2
Complementary color
Monochromatic Colors of #322CF2
Black with #322CF2
Text Example
Text Example
White with #322CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322CF2; }
p { color: rgb(50,44,242); }
H1.HeaderClassName
{
color: #322CF2;
}
.AnyTagClassName
{
color: #322CF2;
}
</style>
background-color css
<style>
a { background-color: #322CF2; }
a { background-color: rgb(50,44,242); }
div.DivClassName
{
background-color: #322CF2;
}
.BgClassName
{
background-color: #322CF2;
}
</style>
border-color css
<style>
span { border-color: #322CF2; }
span { border-color: rgb(50,44,242); }
td.TdClassName
{
border-color: #322CF2;
}
.TagClassName
{
border-color: #322CF2;
}
</style>