Shades of Han Purple #320BD4
Tints of Han Purple #320BD4
RGB
CMYK
RGB Variations
Color information
#320BD4 (or 0x320BD4) is known color: Han Purple. HEX triplet: 32, 0B and D4. RGB value is (50,11,212). Sum of RGB (Red+Green+Blue) = 50+11+212=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 212 (83.20% from 255 or 77.66% from 273); Max value from RGB is 212 - color contains mainly: blue. Hex color #320BD4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320BD4 is #CDF42B. Grayscale: #2C2C2C. Windows color (decimal): -13497388 or 13896498. OLE color: 13896498.
HSL color Cylindrical-coordinate representation of color #320BD4: hue angle of 251.64º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320BD4 is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 50 | 11 | 212 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.17 |
| HSL | 251.64º | 0.9% | 0.44% | - |
| HSV(B) | 251.64º | 0.95% | 0.83% | - |
| XYZ | 13.32 | 5.67 | 62.68 | - |
| YUV | 45.58 | 221.92 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 212 | 0.76 | 0.95 | 0 | 0.17 | 251.64 | 0.9 | 0.44 |
| Hex | 32 | B | D4 | 4C | 5F | 0 | 11 | FC | 5A | 2C |
| Octal | 62 | 13 | 324 | 114 | 137 | 0 | 21 | 374 | 132 | 54 |
| Binary | 110010 | 1011 | 11010100 | 1001100 | 1011111 | 0 | 10001 | 11111100 | 1011010 | 101100 |
Color Harmonies of #320BD4
Complementary color
Monochromatic Colors of #320BD4
Black with #320BD4
Text Example
Text Example
White with #320BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320BD4; }
p { color: rgb(50,11,212); }
H1.HeaderClassName
{
color: #320BD4;
}
.AnyTagClassName
{
color: #320BD4;
}
</style>
background-color css
<style>
a { background-color: #320BD4; }
a { background-color: rgb(50,11,212); }
div.DivClassName
{
background-color: #320BD4;
}
.BgClassName
{
background-color: #320BD4;
}
</style>
border-color css
<style>
span { border-color: #320BD4; }
span { border-color: rgb(50,11,212); }
td.TdClassName
{
border-color: #320BD4;
}
.TagClassName
{
border-color: #320BD4;
}
</style>