Shades of Han Purple #321DFC
Tints of Han Purple #321DFC
RGB
CMYK
RGB Variations
Color information
#321DFC (or 0x321DFC) is known color: Han Purple. HEX triplet: 32, 1D and FC. RGB value is (50,29,252). Sum of RGB (Red+Green+Blue) = 50+29+252=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 29 (11.72% from 255 or 8.76% from 331); Blue value is 252 (98.83% from 255 or 76.13% from 331); Max value from RGB is 252 - color contains mainly: blue. Hex color #321DFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321DFC is #CDE203. Grayscale: #3B3B3B. Windows color (decimal): -13492740 or 16522546. OLE color: 16522546.
HSL color Cylindrical-coordinate representation of color #321DFC: hue angle of 245.65º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321DFC is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 29 | 252 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.01 |
| HSL | 245.65º | 0.97% | 0.55% | - |
| HSV(B) | 245.65º | 0.88% | 0.99% | - |
| XYZ | 19.33 | 8.59 | 92.73 | - |
| YUV | 60.7 | 235.96 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 29 | 252 | 0.80 | 0.88 | 0 | 0.01 | 245.65 | 0.97 | 0.55 |
| Hex | 32 | 1D | FC | 50 | 58 | 0 | 1 | F6 | 61 | 37 |
| Octal | 62 | 35 | 374 | 120 | 130 | 0 | 1 | 366 | 141 | 67 |
| Binary | 110010 | 11101 | 11111100 | 1010000 | 1011000 | 0 | 1 | 11110110 | 1100001 | 110111 |
Color Harmonies of #321DFC
Complementary color
Monochromatic Colors of #321DFC
Black with #321DFC
Text Example
Text Example
White with #321DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321DFC; }
p { color: rgb(50,29,252); }
H1.HeaderClassName
{
color: #321DFC;
}
.AnyTagClassName
{
color: #321DFC;
}
</style>
background-color css
<style>
a { background-color: #321DFC; }
a { background-color: rgb(50,29,252); }
div.DivClassName
{
background-color: #321DFC;
}
.BgClassName
{
background-color: #321DFC;
}
</style>
border-color css
<style>
span { border-color: #321DFC; }
span { border-color: rgb(50,29,252); }
td.TdClassName
{
border-color: #321DFC;
}
.TagClassName
{
border-color: #321DFC;
}
</style>