Shades of Han Purple #320ADB
Tints of Han Purple #320ADB
RGB
CMYK
RGB Variations
Color information
#320ADB (or 0x320ADB) is known color: Han Purple. HEX triplet: 32, 0A and DB. RGB value is (50,10,219). Sum of RGB (Red+Green+Blue) = 50+10+219=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 219 (85.94% from 255 or 78.49% from 279); Max value from RGB is 219 - color contains mainly: blue. Hex color #320ADB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320ADB is #CDF524. Grayscale: #2C2C2C. Windows color (decimal): -13497637 or 14354994. OLE color: 14354994.
HSL color Cylindrical-coordinate representation of color #320ADB: hue angle of 251.48º degrees, saturation: 0.91, 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 #320ADB is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 10 | 219 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.14 |
| HSL | 251.48º | 0.91% | 0.45% | - |
| HSV(B) | 251.48º | 0.95% | 0.86% | - |
| XYZ | 14.21 | 6.01 | 67.43 | - |
| YUV | 45.79 | 225.75 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 10 | 219 | 0.77 | 0.95 | 0 | 0.14 | 251.48 | 0.91 | 0.45 |
| Hex | 32 | A | DB | 4D | 5F | 0 | E | FB | 5B | 2D |
| Octal | 62 | 12 | 333 | 115 | 137 | 0 | 16 | 373 | 133 | 55 |
| Binary | 110010 | 1010 | 11011011 | 1001101 | 1011111 | 0 | 1110 | 11111011 | 1011011 | 101101 |
Color Harmonies of #320ADB
Complementary color
Monochromatic Colors of #320ADB
Black with #320ADB
Text Example
Text Example
White with #320ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320ADB; }
p { color: rgb(50,10,219); }
H1.HeaderClassName
{
color: #320ADB;
}
.AnyTagClassName
{
color: #320ADB;
}
</style>
background-color css
<style>
a { background-color: #320ADB; }
a { background-color: rgb(50,10,219); }
div.DivClassName
{
background-color: #320ADB;
}
.BgClassName
{
background-color: #320ADB;
}
</style>
border-color css
<style>
span { border-color: #320ADB; }
span { border-color: rgb(50,10,219); }
td.TdClassName
{
border-color: #320ADB;
}
.TagClassName
{
border-color: #320ADB;
}
</style>