Shades of Han Purple #321EEE
Tints of Han Purple #321EEE
RGB
CMYK
RGB Variations
Color information
#321EEE (or 0x321EEE) is known color: Han Purple. HEX triplet: 32, 1E and EE. RGB value is (50,30,238). Sum of RGB (Red+Green+Blue) = 50+30+238=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 238 (93.36% from 255 or 74.84% from 318); Max value from RGB is 238 - color contains mainly: blue. Hex color #321EEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321EEE is #CDE111. Grayscale: #3A3A3A. Windows color (decimal): -13492498 or 15605298. OLE color: 15605298.
HSL color Cylindrical-coordinate representation of color #321EEE: hue angle of 245.77º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #321EEE is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 30 | 238 | - |
| CMYK | 0.79 | 0.87 | 0 | 0.07 |
| HSL | 245.77º | 0.86% | 0.53% | - |
| HSV(B) | 245.77º | 0.87% | 0.93% | - |
| XYZ | 17.21 | 7.78 | 81.48 | - |
| YUV | 59.69 | 228.63 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 238 | 0.79 | 0.87 | 0 | 0.07 | 245.77 | 0.86 | 0.53 |
| Hex | 32 | 1E | EE | 4F | 57 | 0 | 7 | F6 | 56 | 35 |
| Octal | 62 | 36 | 356 | 117 | 127 | 0 | 7 | 366 | 126 | 65 |
| Binary | 110010 | 11110 | 11101110 | 1001111 | 1010111 | 0 | 111 | 11110110 | 1010110 | 110101 |
Color Harmonies of #321EEE
Complementary color
Monochromatic Colors of #321EEE
Black with #321EEE
Text Example
Text Example
White with #321EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321EEE; }
p { color: rgb(50,30,238); }
H1.HeaderClassName
{
color: #321EEE;
}
.AnyTagClassName
{
color: #321EEE;
}
</style>
background-color css
<style>
a { background-color: #321EEE; }
a { background-color: rgb(50,30,238); }
div.DivClassName
{
background-color: #321EEE;
}
.BgClassName
{
background-color: #321EEE;
}
</style>
border-color css
<style>
span { border-color: #321EEE; }
span { border-color: rgb(50,30,238); }
td.TdClassName
{
border-color: #321EEE;
}
.TagClassName
{
border-color: #321EEE;
}
</style>