Shades of Han Purple #320BDD
Tints of Han Purple #320BDD
RGB
CMYK
RGB Variations
Color information
#320BDD (or 0x320BDD) is known color: Han Purple. HEX triplet: 32, 0B and DD. RGB value is (50,11,221). Sum of RGB (Red+Green+Blue) = 50+11+221=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 221 (86.72% from 255 or 78.37% from 282); Max value from RGB is 221 - color contains mainly: blue. Hex color #320BDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320BDD is #CDF422. Grayscale: #2D2D2D. Windows color (decimal): -13497379 or 14486322. OLE color: 14486322.
HSL color Cylindrical-coordinate representation of color #320BDD: hue angle of 251.14º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320BDD is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 11 | 221 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.13 |
| HSL | 251.14º | 0.91% | 0.45% | - |
| HSV(B) | 251.14º | 0.95% | 0.87% | - |
| XYZ | 14.49 | 6.14 | 68.83 | - |
| YUV | 46.6 | 226.42 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 221 | 0.77 | 0.95 | 0 | 0.13 | 251.14 | 0.91 | 0.45 |
| Hex | 32 | B | DD | 4D | 5F | 0 | D | FB | 5B | 2D |
| Octal | 62 | 13 | 335 | 115 | 137 | 0 | 15 | 373 | 133 | 55 |
| Binary | 110010 | 1011 | 11011101 | 1001101 | 1011111 | 0 | 1101 | 11111011 | 1011011 | 101101 |
Color Harmonies of #320BDD
Complementary color
Monochromatic Colors of #320BDD
Black with #320BDD
Text Example
Text Example
White with #320BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320BDD; }
p { color: rgb(50,11,221); }
H1.HeaderClassName
{
color: #320BDD;
}
.AnyTagClassName
{
color: #320BDD;
}
</style>
background-color css
<style>
a { background-color: #320BDD; }
a { background-color: rgb(50,11,221); }
div.DivClassName
{
background-color: #320BDD;
}
.BgClassName
{
background-color: #320BDD;
}
</style>
border-color css
<style>
span { border-color: #320BDD; }
span { border-color: rgb(50,11,221); }
td.TdClassName
{
border-color: #320BDD;
}
.TagClassName
{
border-color: #320BDD;
}
</style>