Shades of Han Purple #321EDB
Tints of Han Purple #321EDB
RGB
CMYK
RGB Variations
Color information
#321EDB (or 0x321EDB) is known color: Han Purple. HEX triplet: 32, 1E and DB. RGB value is (50,30,219). Sum of RGB (Red+Green+Blue) = 50+30+219=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 219 (85.94% from 255 or 73.24% from 299); Max value from RGB is 219 - color contains mainly: blue. Hex color #321EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321EDB is #CDE124. Grayscale: #383838. Windows color (decimal): -13492517 or 14360114. OLE color: 14360114.
HSL color Cylindrical-coordinate representation of color #321EDB: hue angle of 246.35º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #321EDB is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 30 | 219 | - |
| CMYK | 0.77 | 0.86 | 0 | 0.14 |
| HSL | 246.35º | 0.76% | 0.49% | - |
| HSV(B) | 246.35º | 0.86% | 0.86% | - |
| XYZ | 14.57 | 6.72 | 67.55 | - |
| YUV | 57.53 | 219.13 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 219 | 0.77 | 0.86 | 0 | 0.14 | 246.35 | 0.76 | 0.49 |
| Hex | 32 | 1E | DB | 4D | 56 | 0 | E | F6 | 4C | 31 |
| Octal | 62 | 36 | 333 | 115 | 126 | 0 | 16 | 366 | 114 | 61 |
| Binary | 110010 | 11110 | 11011011 | 1001101 | 1010110 | 0 | 1110 | 11110110 | 1001100 | 110001 |
Color Harmonies of #321EDB
Complementary color
Monochromatic Colors of #321EDB
Black with #321EDB
Text Example
Text Example
White with #321EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321EDB; }
p { color: rgb(50,30,219); }
H1.HeaderClassName
{
color: #321EDB;
}
.AnyTagClassName
{
color: #321EDB;
}
</style>
background-color css
<style>
a { background-color: #321EDB; }
a { background-color: rgb(50,30,219); }
div.DivClassName
{
background-color: #321EDB;
}
.BgClassName
{
background-color: #321EDB;
}
</style>
border-color css
<style>
span { border-color: #321EDB; }
span { border-color: rgb(50,30,219); }
td.TdClassName
{
border-color: #321EDB;
}
.TagClassName
{
border-color: #321EDB;
}
</style>