Shades of Han Purple #322BFA
Tints of Han Purple #322BFA
RGB
CMYK
RGB Variations
Color information
#322BFA (or 0x322BFA) is known color: Han Purple. HEX triplet: 32, 2B and FA. RGB value is (50,43,250). Sum of RGB (Red+Green+Blue) = 50+43+250=343 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.58% from 343); Green value is 43 (17.19% from 255 or 12.54% from 343); Blue value is 250 (98.05% from 255 or 72.89% from 343); Max value from RGB is 250 - color contains mainly: blue. Hex color #322BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #322BFA is #CDD405. Grayscale: #434343. Windows color (decimal): -13489158 or 16395058. OLE color: 16395058.
HSL color Cylindrical-coordinate representation of color #322BFA: hue angle of 242.03º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #322BFA is Cyan = 0.8, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 43 | 250 | - |
| CMYK | 0.8 | 0.83 | 0 | 0.02 |
| HSL | 242.03º | 0.95% | 0.57% | - |
| HSV(B) | 242.03º | 0.83% | 0.98% | - |
| XYZ | 19.43 | 9.31 | 91.21 | - |
| YUV | 68.69 | 230.32 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 43 | 250 | 0.8 | 0.83 | 0 | 0.02 | 242.03 | 0.95 | 0.57 |
| Hex | 32 | 2B | FA | 50 | 53 | 0 | 2 | F2 | 5F | 39 |
| Octal | 62 | 53 | 372 | 120 | 123 | 0 | 2 | 362 | 137 | 71 |
| Binary | 110010 | 101011 | 11111010 | 1010000 | 1010011 | 0 | 10 | 11110010 | 1011111 | 111001 |
Color Harmonies of #322BFA
Complementary color
Monochromatic Colors of #322BFA
Black with #322BFA
Text Example
Text Example
White with #322BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322BFA; }
p { color: rgb(50,43,250); }
H1.HeaderClassName
{
color: #322BFA;
}
.AnyTagClassName
{
color: #322BFA;
}
</style>
background-color css
<style>
a { background-color: #322BFA; }
a { background-color: rgb(50,43,250); }
div.DivClassName
{
background-color: #322BFA;
}
.BgClassName
{
background-color: #322BFA;
}
</style>
border-color css
<style>
span { border-color: #322BFA; }
span { border-color: rgb(50,43,250); }
td.TdClassName
{
border-color: #322BFA;
}
.TagClassName
{
border-color: #322BFA;
}
</style>