Shades of Han Purple #320CDB
Tints of Han Purple #320CDB
RGB
CMYK
RGB Variations
Color information
#320CDB (or 0x320CDB) is known color: Han Purple. HEX triplet: 32, 0C and DB. RGB value is (50,12,219). Sum of RGB (Red+Green+Blue) = 50+12+219=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 219 (85.94% from 255 or 77.94% from 281); Max value from RGB is 219 - color contains mainly: blue. Hex color #320CDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320CDB is #CDF324. Grayscale: #2E2E2E. Windows color (decimal): -13497125 or 14355506. OLE color: 14355506.
HSL color Cylindrical-coordinate representation of color #320CDB: hue angle of 251.01º 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 #320CDB is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 12 | 219 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.14 |
| HSL | 251.01º | 0.9% | 0.45% | - |
| HSV(B) | 251.01º | 0.95% | 0.86% | - |
| XYZ | 14.23 | 6.06 | 67.44 | - |
| YUV | 46.96 | 225.09 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 219 | 0.77 | 0.95 | 0 | 0.14 | 251.01 | 0.9 | 0.45 |
| Hex | 32 | C | DB | 4D | 5F | 0 | E | FB | 5A | 2D |
| Octal | 62 | 14 | 333 | 115 | 137 | 0 | 16 | 373 | 132 | 55 |
| Binary | 110010 | 1100 | 11011011 | 1001101 | 1011111 | 0 | 1110 | 11111011 | 1011010 | 101101 |
Color Harmonies of #320CDB
Complementary color
Monochromatic Colors of #320CDB
Black with #320CDB
Text Example
Text Example
White with #320CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320CDB; }
p { color: rgb(50,12,219); }
H1.HeaderClassName
{
color: #320CDB;
}
.AnyTagClassName
{
color: #320CDB;
}
</style>
background-color css
<style>
a { background-color: #320CDB; }
a { background-color: rgb(50,12,219); }
div.DivClassName
{
background-color: #320CDB;
}
.BgClassName
{
background-color: #320CDB;
}
</style>
border-color css
<style>
span { border-color: #320CDB; }
span { border-color: rgb(50,12,219); }
td.TdClassName
{
border-color: #320CDB;
}
.TagClassName
{
border-color: #320CDB;
}
</style>