Shades of Han Purple #321EDD
Tints of Han Purple #321EDD
RGB
CMYK
RGB Variations
Color information
#321EDD (or 0x321EDD) is known color: Han Purple. HEX triplet: 32, 1E and DD. RGB value is (50,30,221). Sum of RGB (Red+Green+Blue) = 50+30+221=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 221 (86.72% from 255 or 73.42% from 301); Max value from RGB is 221 - color contains mainly: blue. Hex color #321EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321EDD is #CDE122. Grayscale: #393939. Windows color (decimal): -13492515 or 14491186. OLE color: 14491186.
HSL color Cylindrical-coordinate representation of color #321EDD: hue angle of 246.28º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #321EDD is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 30 | 221 | - |
| CMYK | 0.77 | 0.86 | 0 | 0.13 |
| HSL | 246.28º | 0.76% | 0.49% | - |
| HSV(B) | 246.28º | 0.86% | 0.87% | - |
| XYZ | 14.83 | 6.83 | 68.94 | - |
| YUV | 57.75 | 220.13 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 221 | 0.77 | 0.86 | 0 | 0.13 | 246.28 | 0.76 | 0.49 |
| Hex | 32 | 1E | DD | 4D | 56 | 0 | D | F6 | 4C | 31 |
| Octal | 62 | 36 | 335 | 115 | 126 | 0 | 15 | 366 | 114 | 61 |
| Binary | 110010 | 11110 | 11011101 | 1001101 | 1010110 | 0 | 1101 | 11110110 | 1001100 | 110001 |
Color Harmonies of #321EDD
Complementary color
Monochromatic Colors of #321EDD
Black with #321EDD
Text Example
Text Example
White with #321EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321EDD; }
p { color: rgb(50,30,221); }
H1.HeaderClassName
{
color: #321EDD;
}
.AnyTagClassName
{
color: #321EDD;
}
</style>
background-color css
<style>
a { background-color: #321EDD; }
a { background-color: rgb(50,30,221); }
div.DivClassName
{
background-color: #321EDD;
}
.BgClassName
{
background-color: #321EDD;
}
</style>
border-color css
<style>
span { border-color: #321EDD; }
span { border-color: rgb(50,30,221); }
td.TdClassName
{
border-color: #321EDD;
}
.TagClassName
{
border-color: #321EDD;
}
</style>