Shades of Han Purple #320BDF
Tints of Han Purple #320BDF
RGB
CMYK
RGB Variations
Color information
#320BDF (or 0x320BDF) is known color: Han Purple. HEX triplet: 32, 0B and DF. RGB value is (50,11,223). Sum of RGB (Red+Green+Blue) = 50+11+223=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 223 (87.5% from 255 or 78.52% from 284); Max value from RGB is 223 - color contains mainly: blue. Hex color #320BDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320BDF is #CDF420. Grayscale: #2E2E2E. Windows color (decimal): -13497377 or 14617394. OLE color: 14617394.
HSL color Cylindrical-coordinate representation of color #320BDF: hue angle of 251.04º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320BDF is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 11 | 223 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.13 |
| HSL | 251.04º | 0.91% | 0.46% | - |
| HSV(B) | 251.04º | 0.95% | 0.87% | - |
| XYZ | 14.75 | 6.25 | 70.24 | - |
| YUV | 46.83 | 227.42 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 223 | 0.78 | 0.95 | 0 | 0.13 | 251.04 | 0.91 | 0.46 |
| Hex | 32 | B | DF | 4E | 5F | 0 | D | FB | 5B | 2E |
| Octal | 62 | 13 | 337 | 116 | 137 | 0 | 15 | 373 | 133 | 56 |
| Binary | 110010 | 1011 | 11011111 | 1001110 | 1011111 | 0 | 1101 | 11111011 | 1011011 | 101110 |
Color Harmonies of #320BDF
Complementary color
Monochromatic Colors of #320BDF
Black with #320BDF
Text Example
Text Example
White with #320BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320BDF; }
p { color: rgb(50,11,223); }
H1.HeaderClassName
{
color: #320BDF;
}
.AnyTagClassName
{
color: #320BDF;
}
</style>
background-color css
<style>
a { background-color: #320BDF; }
a { background-color: rgb(50,11,223); }
div.DivClassName
{
background-color: #320BDF;
}
.BgClassName
{
background-color: #320BDF;
}
</style>
border-color css
<style>
span { border-color: #320BDF; }
span { border-color: rgb(50,11,223); }
td.TdClassName
{
border-color: #320BDF;
}
.TagClassName
{
border-color: #320BDF;
}
</style>