Shades of Han Purple #321BFC
Tints of Han Purple #321BFC
RGB
CMYK
RGB Variations
Color information
#321BFC (or 0x321BFC) is known color: Han Purple. HEX triplet: 32, 1B and FC. RGB value is (50,27,252). Sum of RGB (Red+Green+Blue) = 50+27+252=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 27 (10.94% from 255 or 8.21% from 329); Blue value is 252 (98.83% from 255 or 76.60% from 329); Max value from RGB is 252 - color contains mainly: blue. Hex color #321BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321BFC is #CDE403. Grayscale: #3A3A3A. Windows color (decimal): -13493252 or 16522034. OLE color: 16522034.
HSL color Cylindrical-coordinate representation of color #321BFC: hue angle of 246.13º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #321BFC is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 27 | 252 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.01 |
| HSL | 246.13º | 0.97% | 0.55% | - |
| HSV(B) | 246.13º | 0.89% | 0.99% | - |
| XYZ | 19.28 | 8.49 | 92.72 | - |
| YUV | 59.53 | 236.62 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 252 | 0.80 | 0.89 | 0 | 0.01 | 246.13 | 0.97 | 0.55 |
| Hex | 32 | 1B | FC | 50 | 59 | 0 | 1 | F6 | 61 | 37 |
| Octal | 62 | 33 | 374 | 120 | 131 | 0 | 1 | 366 | 141 | 67 |
| Binary | 110010 | 11011 | 11111100 | 1010000 | 1011001 | 0 | 1 | 11110110 | 1100001 | 110111 |
Color Harmonies of #321BFC
Complementary color
Monochromatic Colors of #321BFC
Black with #321BFC
Text Example
Text Example
White with #321BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321BFC; }
p { color: rgb(50,27,252); }
H1.HeaderClassName
{
color: #321BFC;
}
.AnyTagClassName
{
color: #321BFC;
}
</style>
background-color css
<style>
a { background-color: #321BFC; }
a { background-color: rgb(50,27,252); }
div.DivClassName
{
background-color: #321BFC;
}
.BgClassName
{
background-color: #321BFC;
}
</style>
border-color css
<style>
span { border-color: #321BFC; }
span { border-color: rgb(50,27,252); }
td.TdClassName
{
border-color: #321BFC;
}
.TagClassName
{
border-color: #321BFC;
}
</style>