Shades of Han Purple #320EDB
Tints of Han Purple #320EDB
RGB
CMYK
RGB Variations
Color information
#320EDB (or 0x320EDB) is known color: Han Purple. HEX triplet: 32, 0E and DB. RGB value is (50,14,219). Sum of RGB (Red+Green+Blue) = 50+14+219=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 14 (5.86% from 255 or 4.95% from 283); Blue value is 219 (85.94% from 255 or 77.39% from 283); Max value from RGB is 219 - color contains mainly: blue. Hex color #320EDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320EDB is #CDF124. Grayscale: #2F2F2F. Windows color (decimal): -13496613 or 14356018. OLE color: 14356018.
HSL color Cylindrical-coordinate representation of color #320EDB: hue angle of 250.54º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320EDB is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 14 | 219 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.14 |
| HSL | 250.54º | 0.88% | 0.46% | - |
| HSV(B) | 250.54º | 0.94% | 0.86% | - |
| XYZ | 14.26 | 6.11 | 67.45 | - |
| YUV | 48.13 | 224.43 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 14 | 219 | 0.77 | 0.94 | 0 | 0.14 | 250.54 | 0.88 | 0.46 |
| Hex | 32 | E | DB | 4D | 5E | 0 | E | FB | 58 | 2E |
| Octal | 62 | 16 | 333 | 115 | 136 | 0 | 16 | 373 | 130 | 56 |
| Binary | 110010 | 1110 | 11011011 | 1001101 | 1011110 | 0 | 1110 | 11111011 | 1011000 | 101110 |
Color Harmonies of #320EDB
Complementary color
Monochromatic Colors of #320EDB
Black with #320EDB
Text Example
Text Example
White with #320EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320EDB; }
p { color: rgb(50,14,219); }
H1.HeaderClassName
{
color: #320EDB;
}
.AnyTagClassName
{
color: #320EDB;
}
</style>
background-color css
<style>
a { background-color: #320EDB; }
a { background-color: rgb(50,14,219); }
div.DivClassName
{
background-color: #320EDB;
}
.BgClassName
{
background-color: #320EDB;
}
</style>
border-color css
<style>
span { border-color: #320EDB; }
span { border-color: rgb(50,14,219); }
td.TdClassName
{
border-color: #320EDB;
}
.TagClassName
{
border-color: #320EDB;
}
</style>