Shades of Han Purple #322BF0
Tints of Han Purple #322BF0
RGB
CMYK
RGB Variations
Color information
#322BF0 (or 0x322BF0) is known color: Han Purple. HEX triplet: 32, 2B and F0. RGB value is (50,43,240). Sum of RGB (Red+Green+Blue) = 50+43+240=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 240 (94.14% from 255 or 72.07% from 333); Max value from RGB is 240 - color contains mainly: blue. Hex color #322BF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #322BF0 is #CDD40F. Grayscale: #424242. Windows color (decimal): -13489168 or 15739698. OLE color: 15739698.
HSL color Cylindrical-coordinate representation of color #322BF0: hue angle of 242.13º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #322BF0 is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 43 | 240 | - |
| CMYK | 0.79 | 0.82 | 0 | 0.06 |
| HSL | 242.13º | 0.87% | 0.55% | - |
| HSV(B) | 242.13º | 0.82% | 0.94% | - |
| XYZ | 17.91 | 8.7 | 83.17 | - |
| YUV | 67.55 | 225.32 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 43 | 240 | 0.79 | 0.82 | 0 | 0.06 | 242.13 | 0.87 | 0.55 |
| Hex | 32 | 2B | F0 | 4F | 52 | 0 | 6 | F2 | 57 | 37 |
| Octal | 62 | 53 | 360 | 117 | 122 | 0 | 6 | 362 | 127 | 67 |
| Binary | 110010 | 101011 | 11110000 | 1001111 | 1010010 | 0 | 110 | 11110010 | 1010111 | 110111 |
Color Harmonies of #322BF0
Complementary color
Monochromatic Colors of #322BF0
Black with #322BF0
Text Example
Text Example
White with #322BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322BF0; }
p { color: rgb(50,43,240); }
H1.HeaderClassName
{
color: #322BF0;
}
.AnyTagClassName
{
color: #322BF0;
}
</style>
background-color css
<style>
a { background-color: #322BF0; }
a { background-color: rgb(50,43,240); }
div.DivClassName
{
background-color: #322BF0;
}
.BgClassName
{
background-color: #322BF0;
}
</style>
border-color css
<style>
span { border-color: #322BF0; }
span { border-color: rgb(50,43,240); }
td.TdClassName
{
border-color: #322BF0;
}
.TagClassName
{
border-color: #322BF0;
}
</style>