Shades of Han Purple #321CFE
Tints of Han Purple #321CFE
RGB
CMYK
RGB Variations
Color information
#321CFE (or 0x321CFE) is known color: Han Purple. HEX triplet: 32, 1C and FE. RGB value is (50,28,254). Sum of RGB (Red+Green+Blue) = 50+28+254=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 28 (11.33% from 255 or 8.43% from 332); Blue value is 254 (99.61% from 255 or 76.51% from 332); Max value from RGB is 254 - color contains mainly: blue. Hex color #321CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321CFE is #CDE301. Grayscale: #3B3B3B. Windows color (decimal): -13492994 or 16653362. OLE color: 16653362.
HSL color Cylindrical-coordinate representation of color #321CFE: hue angle of 245.84º 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 #321CFE is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 28 | 254 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.00 |
| HSL | 245.84º | 0.99% | 0.55% | - |
| HSV(B) | 245.84º | 0.89% | 1% | - |
| XYZ | 19.62 | 8.66 | 94.4 | - |
| YUV | 60.34 | 237.29 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 254 | 0.80 | 0.89 | 0 | 0.00 | 245.84 | 0.99 | 0.55 |
| Hex | 32 | 1C | FE | 50 | 59 | 0 | 0 | F6 | 63 | 37 |
| Octal | 62 | 34 | 376 | 120 | 131 | 0 | 0 | 366 | 143 | 67 |
| Binary | 110010 | 11100 | 11111110 | 1010000 | 1011001 | 0 | 0 | 11110110 | 1100011 | 110111 |
Color Harmonies of #321CFE
Complementary color
Monochromatic Colors of #321CFE
Black with #321CFE
Text Example
Text Example
White with #321CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321CFE; }
p { color: rgb(50,28,254); }
H1.HeaderClassName
{
color: #321CFE;
}
.AnyTagClassName
{
color: #321CFE;
}
</style>
background-color css
<style>
a { background-color: #321CFE; }
a { background-color: rgb(50,28,254); }
div.DivClassName
{
background-color: #321CFE;
}
.BgClassName
{
background-color: #321CFE;
}
</style>
border-color css
<style>
span { border-color: #321CFE; }
span { border-color: rgb(50,28,254); }
td.TdClassName
{
border-color: #321CFE;
}
.TagClassName
{
border-color: #321CFE;
}
</style>