Shades of Han Purple #322BF3
Tints of Han Purple #322BF3
RGB
CMYK
RGB Variations
Color information
#322BF3 (or 0x322BF3) is known color: Han Purple. HEX triplet: 32, 2B and F3. RGB value is (50,43,243). Sum of RGB (Red+Green+Blue) = 50+43+243=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 243 (95.31% from 255 or 72.32% from 336); Max value from RGB is 243 - color contains mainly: blue. Hex color #322BF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #322BF3 is #CDD40C. Grayscale: #434343. Windows color (decimal): -13489165 or 15936306. OLE color: 15936306.
HSL color Cylindrical-coordinate representation of color #322BF3: hue angle of 242.1º degrees, saturation: 0.89, 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 #322BF3 is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 43 | 243 | - |
| CMYK | 0.79 | 0.82 | 0 | 0.05 |
| HSL | 242.1º | 0.89% | 0.56% | - |
| HSV(B) | 242.1º | 0.82% | 0.95% | - |
| XYZ | 18.36 | 8.88 | 85.54 | - |
| YUV | 67.89 | 226.82 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 43 | 243 | 0.79 | 0.82 | 0 | 0.05 | 242.1 | 0.89 | 0.56 |
| Hex | 32 | 2B | F3 | 4F | 52 | 0 | 5 | F2 | 59 | 38 |
| Octal | 62 | 53 | 363 | 117 | 122 | 0 | 5 | 362 | 131 | 70 |
| Binary | 110010 | 101011 | 11110011 | 1001111 | 1010010 | 0 | 101 | 11110010 | 1011001 | 111000 |
Color Harmonies of #322BF3
Complementary color
Monochromatic Colors of #322BF3
Black with #322BF3
Text Example
Text Example
White with #322BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322BF3; }
p { color: rgb(50,43,243); }
H1.HeaderClassName
{
color: #322BF3;
}
.AnyTagClassName
{
color: #322BF3;
}
</style>
background-color css
<style>
a { background-color: #322BF3; }
a { background-color: rgb(50,43,243); }
div.DivClassName
{
background-color: #322BF3;
}
.BgClassName
{
background-color: #322BF3;
}
</style>
border-color css
<style>
span { border-color: #322BF3; }
span { border-color: rgb(50,43,243); }
td.TdClassName
{
border-color: #322BF3;
}
.TagClassName
{
border-color: #322BF3;
}
</style>