Shades of Han Purple #321BDF
Tints of Han Purple #321BDF
RGB
CMYK
RGB Variations
Color information
#321BDF (or 0x321BDF) is known color: Han Purple. HEX triplet: 32, 1B and DF. RGB value is (50,27,223). Sum of RGB (Red+Green+Blue) = 50+27+223=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 27 (10.94% from 255 or 9% from 300); Blue value is 223 (87.5% from 255 or 74.33% from 300); Max value from RGB is 223 - color contains mainly: blue. Hex color #321BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321BDF is #CDE420. Grayscale: #373737. Windows color (decimal): -13493281 or 14621490. OLE color: 14621490.
HSL color Cylindrical-coordinate representation of color #321BDF: hue angle of 247.04º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321BDF is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 27 | 223 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.13 |
| HSL | 247.04º | 0.78% | 0.49% | - |
| HSV(B) | 247.04º | 0.88% | 0.87% | - |
| XYZ | 15.03 | 6.79 | 70.33 | - |
| YUV | 56.22 | 222.12 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 223 | 0.78 | 0.88 | 0 | 0.13 | 247.04 | 0.78 | 0.49 |
| Hex | 32 | 1B | DF | 4E | 58 | 0 | D | F7 | 4E | 31 |
| Octal | 62 | 33 | 337 | 116 | 130 | 0 | 15 | 367 | 116 | 61 |
| Binary | 110010 | 11011 | 11011111 | 1001110 | 1011000 | 0 | 1101 | 11110111 | 1001110 | 110001 |
Color Harmonies of #321BDF
Complementary color
Monochromatic Colors of #321BDF
Black with #321BDF
Text Example
Text Example
White with #321BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321BDF; }
p { color: rgb(50,27,223); }
H1.HeaderClassName
{
color: #321BDF;
}
.AnyTagClassName
{
color: #321BDF;
}
</style>
background-color css
<style>
a { background-color: #321BDF; }
a { background-color: rgb(50,27,223); }
div.DivClassName
{
background-color: #321BDF;
}
.BgClassName
{
background-color: #321BDF;
}
</style>
border-color css
<style>
span { border-color: #321BDF; }
span { border-color: rgb(50,27,223); }
td.TdClassName
{
border-color: #321BDF;
}
.TagClassName
{
border-color: #321BDF;
}
</style>