Shades of Han Purple #321AFB
Tints of Han Purple #321AFB
RGB
CMYK
RGB Variations
Color information
#321AFB (or 0x321AFB) is known color: Han Purple. HEX triplet: 32, 1A and FB. RGB value is (50,26,251). Sum of RGB (Red+Green+Blue) = 50+26+251=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 26 (10.55% from 255 or 7.95% from 327); Blue value is 251 (98.44% from 255 or 76.76% from 327); Max value from RGB is 251 - color contains mainly: blue. Hex color #321AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321AFB is #CDE504. Grayscale: #393939. Windows color (decimal): -13493509 or 16456242. OLE color: 16456242.
HSL color Cylindrical-coordinate representation of color #321AFB: hue angle of 246.4º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #321AFB is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 26 | 251 | - |
| CMYK | 0.80 | 0.90 | 0 | 0.02 |
| HSL | 246.4º | 0.97% | 0.54% | - |
| HSV(B) | 246.4º | 0.9% | 0.98% | - |
| XYZ | 19.1 | 8.38 | 91.88 | - |
| YUV | 58.83 | 236.45 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 26 | 251 | 0.80 | 0.90 | 0 | 0.02 | 246.4 | 0.97 | 0.54 |
| Hex | 32 | 1A | FB | 50 | 5A | 0 | 2 | F6 | 61 | 36 |
| Octal | 62 | 32 | 373 | 120 | 132 | 0 | 2 | 366 | 141 | 66 |
| Binary | 110010 | 11010 | 11111011 | 1010000 | 1011010 | 0 | 10 | 11110110 | 1100001 | 110110 |
Color Harmonies of #321AFB
Complementary color
Monochromatic Colors of #321AFB
Black with #321AFB
Text Example
Text Example
White with #321AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321AFB; }
p { color: rgb(50,26,251); }
H1.HeaderClassName
{
color: #321AFB;
}
.AnyTagClassName
{
color: #321AFB;
}
</style>
background-color css
<style>
a { background-color: #321AFB; }
a { background-color: rgb(50,26,251); }
div.DivClassName
{
background-color: #321AFB;
}
.BgClassName
{
background-color: #321AFB;
}
</style>
border-color css
<style>
span { border-color: #321AFB; }
span { border-color: rgb(50,26,251); }
td.TdClassName
{
border-color: #321AFB;
}
.TagClassName
{
border-color: #321AFB;
}
</style>