Shades of Han Purple #321EFE
Tints of Han Purple #321EFE
RGB
CMYK
RGB Variations
Color information
#321EFE (or 0x321EFE) is known color: Han Purple. HEX triplet: 32, 1E and FE. RGB value is (50,30,254). Sum of RGB (Red+Green+Blue) = 50+30+254=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 254 (99.61% from 255 or 76.05% from 334); Max value from RGB is 254 - color contains mainly: blue. Hex color #321EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321EFE is #CDE101. Grayscale: #3C3C3C. Windows color (decimal): -13492482 or 16653874. OLE color: 16653874.
HSL color Cylindrical-coordinate representation of color #321EFE: hue angle of 245.36º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321EFE is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 30 | 254 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.00 |
| HSL | 245.36º | 0.99% | 0.56% | - |
| HSV(B) | 245.36º | 0.88% | 1% | - |
| XYZ | 19.67 | 8.76 | 94.42 | - |
| YUV | 61.52 | 236.63 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 254 | 0.80 | 0.88 | 0 | 0.00 | 245.36 | 0.99 | 0.56 |
| Hex | 32 | 1E | FE | 50 | 58 | 0 | 0 | F5 | 63 | 38 |
| Octal | 62 | 36 | 376 | 120 | 130 | 0 | 0 | 365 | 143 | 70 |
| Binary | 110010 | 11110 | 11111110 | 1010000 | 1011000 | 0 | 0 | 11110101 | 1100011 | 111000 |
Color Harmonies of #321EFE
Complementary color
Monochromatic Colors of #321EFE
Black with #321EFE
Text Example
Text Example
White with #321EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321EFE; }
p { color: rgb(50,30,254); }
H1.HeaderClassName
{
color: #321EFE;
}
.AnyTagClassName
{
color: #321EFE;
}
</style>
background-color css
<style>
a { background-color: #321EFE; }
a { background-color: rgb(50,30,254); }
div.DivClassName
{
background-color: #321EFE;
}
.BgClassName
{
background-color: #321EFE;
}
</style>
border-color css
<style>
span { border-color: #321EFE; }
span { border-color: rgb(50,30,254); }
td.TdClassName
{
border-color: #321EFE;
}
.TagClassName
{
border-color: #321EFE;
}
</style>