Shades of Han Purple #321DFE
Tints of Han Purple #321DFE
RGB
CMYK
RGB Variations
Color information
#321DFE (or 0x321DFE) is known color: Han Purple. HEX triplet: 32, 1D and FE. RGB value is (50,29,254). Sum of RGB (Red+Green+Blue) = 50+29+254=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 29 (11.72% from 255 or 8.71% from 333); Blue value is 254 (99.61% from 255 or 76.28% from 333); Max value from RGB is 254 - color contains mainly: blue. Hex color #321DFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321DFE is #CDE201. Grayscale: #3C3C3C. Windows color (decimal): -13492738 or 16653618. OLE color: 16653618.
HSL color Cylindrical-coordinate representation of color #321DFE: hue angle of 245.6º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #321DFE is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 29 | 254 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.00 |
| HSL | 245.6º | 0.99% | 0.55% | - |
| HSV(B) | 245.6º | 0.89% | 1% | - |
| XYZ | 19.64 | 8.71 | 94.41 | - |
| YUV | 60.93 | 236.96 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 29 | 254 | 0.80 | 0.89 | 0 | 0.00 | 245.6 | 0.99 | 0.55 |
| Hex | 32 | 1D | FE | 50 | 59 | 0 | 0 | F6 | 63 | 37 |
| Octal | 62 | 35 | 376 | 120 | 131 | 0 | 0 | 366 | 143 | 67 |
| Binary | 110010 | 11101 | 11111110 | 1010000 | 1011001 | 0 | 0 | 11110110 | 1100011 | 110111 |
Color Harmonies of #321DFE
Complementary color
Monochromatic Colors of #321DFE
Black with #321DFE
Text Example
Text Example
White with #321DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321DFE; }
p { color: rgb(50,29,254); }
H1.HeaderClassName
{
color: #321DFE;
}
.AnyTagClassName
{
color: #321DFE;
}
</style>
background-color css
<style>
a { background-color: #321DFE; }
a { background-color: rgb(50,29,254); }
div.DivClassName
{
background-color: #321DFE;
}
.BgClassName
{
background-color: #321DFE;
}
</style>
border-color css
<style>
span { border-color: #321DFE; }
span { border-color: rgb(50,29,254); }
td.TdClassName
{
border-color: #321DFE;
}
.TagClassName
{
border-color: #321DFE;
}
</style>