Shades of Han Purple #321EE8
Tints of Han Purple #321EE8
RGB
CMYK
RGB Variations
Color information
#321EE8 (or 0x321EE8) is known color: Han Purple. HEX triplet: 32, 1E and E8. RGB value is (50,30,232). Sum of RGB (Red+Green+Blue) = 50+30+232=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 30 (12.11% from 255 or 9.62% from 312); Blue value is 232 (91.02% from 255 or 74.36% from 312); Max value from RGB is 232 - color contains mainly: blue. Hex color #321EE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321EE8 is #CDE117. Grayscale: #3A3A3A. Windows color (decimal): -13492504 or 15212082. OLE color: 15212082.
HSL color Cylindrical-coordinate representation of color #321EE8: hue angle of 245.94º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #321EE8 is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 30 | 232 | - |
| CMYK | 0.78 | 0.87 | 0 | 0.09 |
| HSL | 245.94º | 0.81% | 0.51% | - |
| HSV(B) | 245.94º | 0.87% | 0.91% | - |
| XYZ | 16.35 | 7.43 | 76.92 | - |
| YUV | 59.01 | 225.63 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 232 | 0.78 | 0.87 | 0 | 0.09 | 245.94 | 0.81 | 0.51 |
| Hex | 32 | 1E | E8 | 4E | 57 | 0 | 9 | F6 | 51 | 33 |
| Octal | 62 | 36 | 350 | 116 | 127 | 0 | 11 | 366 | 121 | 63 |
| Binary | 110010 | 11110 | 11101000 | 1001110 | 1010111 | 0 | 1001 | 11110110 | 1010001 | 110011 |
Color Harmonies of #321EE8
Complementary color
Monochromatic Colors of #321EE8
Black with #321EE8
Text Example
Text Example
White with #321EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321EE8; }
p { color: rgb(50,30,232); }
H1.HeaderClassName
{
color: #321EE8;
}
.AnyTagClassName
{
color: #321EE8;
}
</style>
background-color css
<style>
a { background-color: #321EE8; }
a { background-color: rgb(50,30,232); }
div.DivClassName
{
background-color: #321EE8;
}
.BgClassName
{
background-color: #321EE8;
}
</style>
border-color css
<style>
span { border-color: #321EE8; }
span { border-color: rgb(50,30,232); }
td.TdClassName
{
border-color: #321EE8;
}
.TagClassName
{
border-color: #321EE8;
}
</style>