Shades of Han Purple #321CFC
Tints of Han Purple #321CFC
RGB
CMYK
RGB Variations
Color information
#321CFC (or 0x321CFC) is known color: Han Purple. HEX triplet: 32, 1C and FC. RGB value is (50,28,252). Sum of RGB (Red+Green+Blue) = 50+28+252=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 252 (98.83% from 255 or 76.36% from 330); Max value from RGB is 252 - color contains mainly: blue. Hex color #321CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321CFC is #CDE303. Grayscale: #3B3B3B. Windows color (decimal): -13492996 or 16522290. OLE color: 16522290.
HSL color Cylindrical-coordinate representation of color #321CFC: hue angle of 245.89º 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 #321CFC is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 28 | 252 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.01 |
| HSL | 245.89º | 0.97% | 0.55% | - |
| HSV(B) | 245.89º | 0.89% | 0.99% | - |
| XYZ | 19.3 | 8.54 | 92.73 | - |
| YUV | 60.11 | 236.29 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 252 | 0.80 | 0.89 | 0 | 0.01 | 245.89 | 0.97 | 0.55 |
| Hex | 32 | 1C | FC | 50 | 59 | 0 | 1 | F6 | 61 | 37 |
| Octal | 62 | 34 | 374 | 120 | 131 | 0 | 1 | 366 | 141 | 67 |
| Binary | 110010 | 11100 | 11111100 | 1010000 | 1011001 | 0 | 1 | 11110110 | 1100001 | 110111 |
Color Harmonies of #321CFC
Complementary color
Monochromatic Colors of #321CFC
Black with #321CFC
Text Example
Text Example
White with #321CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321CFC; }
p { color: rgb(50,28,252); }
H1.HeaderClassName
{
color: #321CFC;
}
.AnyTagClassName
{
color: #321CFC;
}
</style>
background-color css
<style>
a { background-color: #321CFC; }
a { background-color: rgb(50,28,252); }
div.DivClassName
{
background-color: #321CFC;
}
.BgClassName
{
background-color: #321CFC;
}
</style>
border-color css
<style>
span { border-color: #321CFC; }
span { border-color: rgb(50,28,252); }
td.TdClassName
{
border-color: #321CFC;
}
.TagClassName
{
border-color: #321CFC;
}
</style>