Shades of Han Purple #321CDB
Tints of Han Purple #321CDB
RGB
CMYK
RGB Variations
Color information
#321CDB (or 0x321CDB) is known color: Han Purple. HEX triplet: 32, 1C and DB. RGB value is (50,28,219). Sum of RGB (Red+Green+Blue) = 50+28+219=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 219 (85.94% from 255 or 73.74% from 297); Max value from RGB is 219 - color contains mainly: blue. Hex color #321CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321CDB is #CDE324. Grayscale: #373737. Windows color (decimal): -13493029 or 14359602. OLE color: 14359602.
HSL color Cylindrical-coordinate representation of color #321CDB: hue angle of 246.91º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #321CDB is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 28 | 219 | - |
| CMYK | 0.77 | 0.87 | 0 | 0.14 |
| HSL | 246.91º | 0.77% | 0.48% | - |
| HSV(B) | 246.91º | 0.87% | 0.86% | - |
| XYZ | 14.52 | 6.62 | 67.53 | - |
| YUV | 56.35 | 219.79 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 219 | 0.77 | 0.87 | 0 | 0.14 | 246.91 | 0.77 | 0.48 |
| Hex | 32 | 1C | DB | 4D | 57 | 0 | E | F7 | 4D | 30 |
| Octal | 62 | 34 | 333 | 115 | 127 | 0 | 16 | 367 | 115 | 60 |
| Binary | 110010 | 11100 | 11011011 | 1001101 | 1010111 | 0 | 1110 | 11110111 | 1001101 | 110000 |
Color Harmonies of #321CDB
Complementary color
Monochromatic Colors of #321CDB
Black with #321CDB
Text Example
Text Example
White with #321CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321CDB; }
p { color: rgb(50,28,219); }
H1.HeaderClassName
{
color: #321CDB;
}
.AnyTagClassName
{
color: #321CDB;
}
</style>
background-color css
<style>
a { background-color: #321CDB; }
a { background-color: rgb(50,28,219); }
div.DivClassName
{
background-color: #321CDB;
}
.BgClassName
{
background-color: #321CDB;
}
</style>
border-color css
<style>
span { border-color: #321CDB; }
span { border-color: rgb(50,28,219); }
td.TdClassName
{
border-color: #321CDB;
}
.TagClassName
{
border-color: #321CDB;
}
</style>