Shades of Han Purple #320BDB
Tints of Han Purple #320BDB
RGB
CMYK
RGB Variations
Color information
#320BDB (or 0x320BDB) is known color: Han Purple. HEX triplet: 32, 0B and DB. RGB value is (50,11,219). Sum of RGB (Red+Green+Blue) = 50+11+219=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 219 (85.94% from 255 or 78.21% from 280); Max value from RGB is 219 - color contains mainly: blue. Hex color #320BDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320BDB is #CDF424. Grayscale: #2D2D2D. Windows color (decimal): -13497381 or 14355250. OLE color: 14355250.
HSL color Cylindrical-coordinate representation of color #320BDB: hue angle of 251.25º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320BDB is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 11 | 219 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.14 |
| HSL | 251.25º | 0.9% | 0.45% | - |
| HSV(B) | 251.25º | 0.95% | 0.86% | - |
| XYZ | 14.22 | 6.03 | 67.43 | - |
| YUV | 46.37 | 225.42 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 219 | 0.77 | 0.95 | 0 | 0.14 | 251.25 | 0.9 | 0.45 |
| Hex | 32 | B | DB | 4D | 5F | 0 | E | FB | 5A | 2D |
| Octal | 62 | 13 | 333 | 115 | 137 | 0 | 16 | 373 | 132 | 55 |
| Binary | 110010 | 1011 | 11011011 | 1001101 | 1011111 | 0 | 1110 | 11111011 | 1011010 | 101101 |
Color Harmonies of #320BDB
Complementary color
Monochromatic Colors of #320BDB
Black with #320BDB
Text Example
Text Example
White with #320BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320BDB; }
p { color: rgb(50,11,219); }
H1.HeaderClassName
{
color: #320BDB;
}
.AnyTagClassName
{
color: #320BDB;
}
</style>
background-color css
<style>
a { background-color: #320BDB; }
a { background-color: rgb(50,11,219); }
div.DivClassName
{
background-color: #320BDB;
}
.BgClassName
{
background-color: #320BDB;
}
</style>
border-color css
<style>
span { border-color: #320BDB; }
span { border-color: rgb(50,11,219); }
td.TdClassName
{
border-color: #320BDB;
}
.TagClassName
{
border-color: #320BDB;
}
</style>