Shades of Han Purple #321AFE
Tints of Han Purple #321AFE
RGB
CMYK
RGB Variations
Color information
#321AFE (or 0x321AFE) is known color: Han Purple. HEX triplet: 32, 1A and FE. RGB value is (50,26,254). Sum of RGB (Red+Green+Blue) = 50+26+254=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 26 (10.55% from 255 or 7.88% from 330); Blue value is 254 (99.61% from 255 or 76.97% from 330); Max value from RGB is 254 - color contains mainly: blue. Hex color #321AFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321AFE is #CDE501. Grayscale: #3A3A3A. Windows color (decimal): -13493506 or 16652850. OLE color: 16652850.
HSL color Cylindrical-coordinate representation of color #321AFE: hue angle of 246.32º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #321AFE is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 26 | 254 | - |
| CMYK | 0.80 | 0.90 | 0 | 0.00 |
| HSL | 246.32º | 0.99% | 0.55% | - |
| HSV(B) | 246.32º | 0.9% | 1% | - |
| XYZ | 19.57 | 8.57 | 94.39 | - |
| YUV | 59.17 | 237.95 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 26 | 254 | 0.80 | 0.90 | 0 | 0.00 | 246.32 | 0.99 | 0.55 |
| Hex | 32 | 1A | FE | 50 | 5A | 0 | 0 | F6 | 63 | 37 |
| Octal | 62 | 32 | 376 | 120 | 132 | 0 | 0 | 366 | 143 | 67 |
| Binary | 110010 | 11010 | 11111110 | 1010000 | 1011010 | 0 | 0 | 11110110 | 1100011 | 110111 |
Color Harmonies of #321AFE
Complementary color
Monochromatic Colors of #321AFE
Black with #321AFE
Text Example
Text Example
White with #321AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321AFE; }
p { color: rgb(50,26,254); }
H1.HeaderClassName
{
color: #321AFE;
}
.AnyTagClassName
{
color: #321AFE;
}
</style>
background-color css
<style>
a { background-color: #321AFE; }
a { background-color: rgb(50,26,254); }
div.DivClassName
{
background-color: #321AFE;
}
.BgClassName
{
background-color: #321AFE;
}
</style>
border-color css
<style>
span { border-color: #321AFE; }
span { border-color: rgb(50,26,254); }
td.TdClassName
{
border-color: #321AFE;
}
.TagClassName
{
border-color: #321AFE;
}
</style>