Shades of Han Purple #321EFB
Tints of Han Purple #321EFB
RGB
CMYK
RGB Variations
Color information
#321EFB (or 0x321EFB) is known color: Han Purple. HEX triplet: 32, 1E and FB. RGB value is (50,30,251). Sum of RGB (Red+Green+Blue) = 50+30+251=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 30 (12.11% from 255 or 9.06% from 331); Blue value is 251 (98.44% from 255 or 75.83% from 331); Max value from RGB is 251 - color contains mainly: blue. Hex color #321EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321EFB is #CDE104. Grayscale: #3C3C3C. Windows color (decimal): -13492485 or 16457266. OLE color: 16457266.
HSL color Cylindrical-coordinate representation of color #321EFB: hue angle of 245.43º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321EFB is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 30 | 251 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.02 |
| HSL | 245.43º | 0.97% | 0.55% | - |
| HSV(B) | 245.43º | 0.88% | 0.98% | - |
| XYZ | 19.19 | 8.57 | 91.91 | - |
| YUV | 61.17 | 235.13 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 251 | 0.80 | 0.88 | 0 | 0.02 | 245.43 | 0.97 | 0.55 |
| Hex | 32 | 1E | FB | 50 | 58 | 0 | 2 | F5 | 61 | 37 |
| Octal | 62 | 36 | 373 | 120 | 130 | 0 | 2 | 365 | 141 | 67 |
| Binary | 110010 | 11110 | 11111011 | 1010000 | 1011000 | 0 | 10 | 11110101 | 1100001 | 110111 |
Color Harmonies of #321EFB
Complementary color
Monochromatic Colors of #321EFB
Black with #321EFB
Text Example
Text Example
White with #321EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321EFB; }
p { color: rgb(50,30,251); }
H1.HeaderClassName
{
color: #321EFB;
}
.AnyTagClassName
{
color: #321EFB;
}
</style>
background-color css
<style>
a { background-color: #321EFB; }
a { background-color: rgb(50,30,251); }
div.DivClassName
{
background-color: #321EFB;
}
.BgClassName
{
background-color: #321EFB;
}
</style>
border-color css
<style>
span { border-color: #321EFB; }
span { border-color: rgb(50,30,251); }
td.TdClassName
{
border-color: #321EFB;
}
.TagClassName
{
border-color: #321EFB;
}
</style>