Shades of Han Purple #322CFE
Tints of Han Purple #322CFE
RGB
CMYK
RGB Variations
Color information
#322CFE (or 0x322CFE) is known color: Han Purple. HEX triplet: 32, 2C and FE. RGB value is (50,44,254). Sum of RGB (Red+Green+Blue) = 50+44+254=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 44 (17.58% from 255 or 12.64% from 348); Blue value is 254 (99.61% from 255 or 72.99% from 348); Max value from RGB is 254 - color contains mainly: blue. Hex color #322CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #322CFE is #CDD301. Grayscale: #444444. Windows color (decimal): -13488898 or 16657458. OLE color: 16657458.
HSL color Cylindrical-coordinate representation of color #322CFE: hue angle of 241.71º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #322CFE is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 44 | 254 | - |
| CMYK | 0.80 | 0.83 | 0 | 0.00 |
| HSL | 241.71º | 0.99% | 0.58% | - |
| HSV(B) | 241.71º | 0.83% | 1% | - |
| XYZ | 20.11 | 9.64 | 94.57 | - |
| YUV | 69.73 | 231.99 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 44 | 254 | 0.80 | 0.83 | 0 | 0.00 | 241.71 | 0.99 | 0.58 |
| Hex | 32 | 2C | FE | 50 | 53 | 0 | 0 | F2 | 63 | 3A |
| Octal | 62 | 54 | 376 | 120 | 123 | 0 | 0 | 362 | 143 | 72 |
| Binary | 110010 | 101100 | 11111110 | 1010000 | 1010011 | 0 | 0 | 11110010 | 1100011 | 111010 |
Color Harmonies of #322CFE
Complementary color
Monochromatic Colors of #322CFE
Black with #322CFE
Text Example
Text Example
White with #322CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322CFE; }
p { color: rgb(50,44,254); }
H1.HeaderClassName
{
color: #322CFE;
}
.AnyTagClassName
{
color: #322CFE;
}
</style>
background-color css
<style>
a { background-color: #322CFE; }
a { background-color: rgb(50,44,254); }
div.DivClassName
{
background-color: #322CFE;
}
.BgClassName
{
background-color: #322CFE;
}
</style>
border-color css
<style>
span { border-color: #322CFE; }
span { border-color: rgb(50,44,254); }
td.TdClassName
{
border-color: #322CFE;
}
.TagClassName
{
border-color: #322CFE;
}
</style>