Shades of Han Purple #321DEA
Tints of Han Purple #321DEA
RGB
CMYK
RGB Variations
Color information
#321DEA (or 0x321DEA) is known color: Han Purple. HEX triplet: 32, 1D and EA. RGB value is (50,29,234). Sum of RGB (Red+Green+Blue) = 50+29+234=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 234 (91.80% from 255 or 74.76% from 313); Max value from RGB is 234 - color contains mainly: blue. Hex color #321DEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321DEA is #CDE215. Grayscale: #393939. Windows color (decimal): -13492758 or 15342898. OLE color: 15342898.
HSL color Cylindrical-coordinate representation of color #321DEA: hue angle of 246.15º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321DEA is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 29 | 234 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.08 |
| HSL | 246.15º | 0.83% | 0.52% | - |
| HSV(B) | 246.15º | 0.88% | 0.92% | - |
| XYZ | 16.61 | 7.5 | 78.41 | - |
| YUV | 58.65 | 226.96 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 29 | 234 | 0.79 | 0.88 | 0 | 0.08 | 246.15 | 0.83 | 0.52 |
| Hex | 32 | 1D | EA | 4F | 58 | 0 | 8 | F6 | 53 | 34 |
| Octal | 62 | 35 | 352 | 117 | 130 | 0 | 10 | 366 | 123 | 64 |
| Binary | 110010 | 11101 | 11101010 | 1001111 | 1011000 | 0 | 1000 | 11110110 | 1010011 | 110100 |
Color Harmonies of #321DEA
Complementary color
Monochromatic Colors of #321DEA
Black with #321DEA
Text Example
Text Example
White with #321DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321DEA; }
p { color: rgb(50,29,234); }
H1.HeaderClassName
{
color: #321DEA;
}
.AnyTagClassName
{
color: #321DEA;
}
</style>
background-color css
<style>
a { background-color: #321DEA; }
a { background-color: rgb(50,29,234); }
div.DivClassName
{
background-color: #321DEA;
}
.BgClassName
{
background-color: #321DEA;
}
</style>
border-color css
<style>
span { border-color: #321DEA; }
span { border-color: rgb(50,29,234); }
td.TdClassName
{
border-color: #321DEA;
}
.TagClassName
{
border-color: #321DEA;
}
</style>