Shades of Han Purple #321EEF
Tints of Han Purple #321EEF
RGB
CMYK
RGB Variations
Color information
#321EEF (or 0x321EEF) is known color: Han Purple. HEX triplet: 32, 1E and EF. RGB value is (50,30,239). Sum of RGB (Red+Green+Blue) = 50+30+239=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 30 (12.11% from 255 or 9.40% from 319); Blue value is 239 (93.75% from 255 or 74.92% from 319); Max value from RGB is 239 - color contains mainly: blue. Hex color #321EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321EEF is #CDE110. Grayscale: #3A3A3A. Windows color (decimal): -13492497 or 15670834. OLE color: 15670834.
HSL color Cylindrical-coordinate representation of color #321EEF: hue angle of 245.74º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #321EEF is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 30 | 239 | - |
| CMYK | 0.79 | 0.87 | 0 | 0.06 |
| HSL | 245.74º | 0.87% | 0.53% | - |
| HSV(B) | 245.74º | 0.87% | 0.94% | - |
| XYZ | 17.36 | 7.84 | 82.26 | - |
| YUV | 59.81 | 229.13 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 239 | 0.79 | 0.87 | 0 | 0.06 | 245.74 | 0.87 | 0.53 |
| Hex | 32 | 1E | EF | 4F | 57 | 0 | 6 | F6 | 57 | 35 |
| Octal | 62 | 36 | 357 | 117 | 127 | 0 | 6 | 366 | 127 | 65 |
| Binary | 110010 | 11110 | 11101111 | 1001111 | 1010111 | 0 | 110 | 11110110 | 1010111 | 110101 |
Color Harmonies of #321EEF
Complementary color
Monochromatic Colors of #321EEF
Black with #321EEF
Text Example
Text Example
White with #321EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321EEF; }
p { color: rgb(50,30,239); }
H1.HeaderClassName
{
color: #321EEF;
}
.AnyTagClassName
{
color: #321EEF;
}
</style>
background-color css
<style>
a { background-color: #321EEF; }
a { background-color: rgb(50,30,239); }
div.DivClassName
{
background-color: #321EEF;
}
.BgClassName
{
background-color: #321EEF;
}
</style>
border-color css
<style>
span { border-color: #321EEF; }
span { border-color: rgb(50,30,239); }
td.TdClassName
{
border-color: #321EEF;
}
.TagClassName
{
border-color: #321EEF;
}
</style>