Shades of Han Purple #322BFE
Tints of Han Purple #322BFE
RGB
CMYK
RGB Variations
Color information
#322BFE (or 0x322BFE) is known color: Han Purple. HEX triplet: 32, 2B and FE. RGB value is (50,43,254). Sum of RGB (Red+Green+Blue) = 50+43+254=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 43 (17.19% from 255 or 12.39% from 347); Blue value is 254 (99.61% from 255 or 73.20% from 347); Max value from RGB is 254 - color contains mainly: blue. Hex color #322BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #322BFE is #CDD401. Grayscale: #444444. Windows color (decimal): -13489154 or 16657202. OLE color: 16657202.
HSL color Cylindrical-coordinate representation of color #322BFE: hue angle of 241.99º 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 #322BFE is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 43 | 254 | - |
| CMYK | 0.80 | 0.83 | 0 | 0.00 |
| HSL | 241.99º | 0.99% | 0.58% | - |
| HSV(B) | 241.99º | 0.83% | 1% | - |
| XYZ | 20.07 | 9.56 | 94.55 | - |
| YUV | 69.15 | 232.32 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 43 | 254 | 0.80 | 0.83 | 0 | 0.00 | 241.99 | 0.99 | 0.58 |
| Hex | 32 | 2B | FE | 50 | 53 | 0 | 0 | F2 | 63 | 3A |
| Octal | 62 | 53 | 376 | 120 | 123 | 0 | 0 | 362 | 143 | 72 |
| Binary | 110010 | 101011 | 11111110 | 1010000 | 1010011 | 0 | 0 | 11110010 | 1100011 | 111010 |
Color Harmonies of #322BFE
Complementary color
Monochromatic Colors of #322BFE
Black with #322BFE
Text Example
Text Example
White with #322BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322BFE; }
p { color: rgb(50,43,254); }
H1.HeaderClassName
{
color: #322BFE;
}
.AnyTagClassName
{
color: #322BFE;
}
</style>
background-color css
<style>
a { background-color: #322BFE; }
a { background-color: rgb(50,43,254); }
div.DivClassName
{
background-color: #322BFE;
}
.BgClassName
{
background-color: #322BFE;
}
</style>
border-color css
<style>
span { border-color: #322BFE; }
span { border-color: rgb(50,43,254); }
td.TdClassName
{
border-color: #322BFE;
}
.TagClassName
{
border-color: #322BFE;
}
</style>