Shades of Han Purple #321EFC
Tints of Han Purple #321EFC
RGB
CMYK
RGB Variations
Color information
#321EFC (or 0x321EFC) is known color: Han Purple. HEX triplet: 32, 1E and FC. RGB value is (50,30,252). Sum of RGB (Red+Green+Blue) = 50+30+252=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 252 (98.83% from 255 or 75.90% from 332); Max value from RGB is 252 - color contains mainly: blue. Hex color #321EFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321EFC is #CDE103. Grayscale: #3C3C3C. Windows color (decimal): -13492484 or 16522802. OLE color: 16522802.
HSL color Cylindrical-coordinate representation of color #321EFC: hue angle of 245.41º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321EFC is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 30 | 252 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.01 |
| HSL | 245.41º | 0.97% | 0.55% | - |
| HSV(B) | 245.41º | 0.88% | 0.99% | - |
| XYZ | 19.35 | 8.63 | 92.74 | - |
| YUV | 61.29 | 235.63 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 252 | 0.80 | 0.88 | 0 | 0.01 | 245.41 | 0.97 | 0.55 |
| Hex | 32 | 1E | FC | 50 | 58 | 0 | 1 | F5 | 61 | 37 |
| Octal | 62 | 36 | 374 | 120 | 130 | 0 | 1 | 365 | 141 | 67 |
| Binary | 110010 | 11110 | 11111100 | 1010000 | 1011000 | 0 | 1 | 11110101 | 1100001 | 110111 |
Color Harmonies of #321EFC
Complementary color
Monochromatic Colors of #321EFC
Black with #321EFC
Text Example
Text Example
White with #321EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321EFC; }
p { color: rgb(50,30,252); }
H1.HeaderClassName
{
color: #321EFC;
}
.AnyTagClassName
{
color: #321EFC;
}
</style>
background-color css
<style>
a { background-color: #321EFC; }
a { background-color: rgb(50,30,252); }
div.DivClassName
{
background-color: #321EFC;
}
.BgClassName
{
background-color: #321EFC;
}
</style>
border-color css
<style>
span { border-color: #321EFC; }
span { border-color: rgb(50,30,252); }
td.TdClassName
{
border-color: #321EFC;
}
.TagClassName
{
border-color: #321EFC;
}
</style>