Shades of Han Purple #321BFE
Tints of Han Purple #321BFE
RGB
CMYK
RGB Variations
Color information
#321BFE (or 0x321BFE) is known color: Han Purple. HEX triplet: 32, 1B and FE. RGB value is (50,27,254). Sum of RGB (Red+Green+Blue) = 50+27+254=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 27 (10.94% from 255 or 8.16% from 331); Blue value is 254 (99.61% from 255 or 76.74% from 331); Max value from RGB is 254 - color contains mainly: blue. Hex color #321BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321BFE is #CDE401. Grayscale: #3A3A3A. Windows color (decimal): -13493250 or 16653106. OLE color: 16653106.
HSL color Cylindrical-coordinate representation of color #321BFE: hue angle of 246.08º 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 #321BFE is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 27 | 254 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.00 |
| HSL | 246.08º | 0.99% | 0.55% | - |
| HSV(B) | 246.08º | 0.89% | 1% | - |
| XYZ | 19.6 | 8.62 | 94.4 | - |
| YUV | 59.76 | 237.62 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 254 | 0.80 | 0.89 | 0 | 0.00 | 246.08 | 0.99 | 0.55 |
| Hex | 32 | 1B | FE | 50 | 59 | 0 | 0 | F6 | 63 | 37 |
| Octal | 62 | 33 | 376 | 120 | 131 | 0 | 0 | 366 | 143 | 67 |
| Binary | 110010 | 11011 | 11111110 | 1010000 | 1011001 | 0 | 0 | 11110110 | 1100011 | 110111 |
Color Harmonies of #321BFE
Complementary color
Monochromatic Colors of #321BFE
Black with #321BFE
Text Example
Text Example
White with #321BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321BFE; }
p { color: rgb(50,27,254); }
H1.HeaderClassName
{
color: #321BFE;
}
.AnyTagClassName
{
color: #321BFE;
}
</style>
background-color css
<style>
a { background-color: #321BFE; }
a { background-color: rgb(50,27,254); }
div.DivClassName
{
background-color: #321BFE;
}
.BgClassName
{
background-color: #321BFE;
}
</style>
border-color css
<style>
span { border-color: #321BFE; }
span { border-color: rgb(50,27,254); }
td.TdClassName
{
border-color: #321BFE;
}
.TagClassName
{
border-color: #321BFE;
}
</style>