Shades of Han Purple #321ADB
Tints of Han Purple #321ADB
RGB
CMYK
RGB Variations
Color information
#321ADB (or 0x321ADB) is known color: Han Purple. HEX triplet: 32, 1A and DB. RGB value is (50,26,219). Sum of RGB (Red+Green+Blue) = 50+26+219=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 26 (10.55% from 255 or 8.81% from 295); Blue value is 219 (85.94% from 255 or 74.24% from 295); Max value from RGB is 219 - color contains mainly: blue. Hex color #321ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321ADB is #CDE524. Grayscale: #363636. Windows color (decimal): -13493541 or 14359090. OLE color: 14359090.
HSL color Cylindrical-coordinate representation of color #321ADB: hue angle of 247.46º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321ADB is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 26 | 219 | - |
| CMYK | 0.77 | 0.88 | 0 | 0.14 |
| HSL | 247.46º | 0.79% | 0.48% | - |
| HSV(B) | 247.46º | 0.88% | 0.86% | - |
| XYZ | 14.47 | 6.53 | 67.52 | - |
| YUV | 55.18 | 220.45 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 26 | 219 | 0.77 | 0.88 | 0 | 0.14 | 247.46 | 0.79 | 0.48 |
| Hex | 32 | 1A | DB | 4D | 58 | 0 | E | F7 | 4F | 30 |
| Octal | 62 | 32 | 333 | 115 | 130 | 0 | 16 | 367 | 117 | 60 |
| Binary | 110010 | 11010 | 11011011 | 1001101 | 1011000 | 0 | 1110 | 11110111 | 1001111 | 110000 |
Color Harmonies of #321ADB
Complementary color
Monochromatic Colors of #321ADB
Black with #321ADB
Text Example
Text Example
White with #321ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321ADB; }
p { color: rgb(50,26,219); }
H1.HeaderClassName
{
color: #321ADB;
}
.AnyTagClassName
{
color: #321ADB;
}
</style>
background-color css
<style>
a { background-color: #321ADB; }
a { background-color: rgb(50,26,219); }
div.DivClassName
{
background-color: #321ADB;
}
.BgClassName
{
background-color: #321ADB;
}
</style>
border-color css
<style>
span { border-color: #321ADB; }
span { border-color: rgb(50,26,219); }
td.TdClassName
{
border-color: #321ADB;
}
.TagClassName
{
border-color: #321ADB;
}
</style>