Shades of Han Purple #321CD5
Tints of Han Purple #321CD5
RGB
CMYK
RGB Variations
Color information
#321CD5 (or 0x321CD5) is known color: Han Purple. HEX triplet: 32, 1C and D5. RGB value is (50,28,213). Sum of RGB (Red+Green+Blue) = 50+28+213=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 28 (11.33% from 255 or 9.62% from 291); Blue value is 213 (83.59% from 255 or 73.20% from 291); Max value from RGB is 213 - color contains mainly: blue. Hex color #321CD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321CD5 is #CDE32A. Grayscale: #363636. Windows color (decimal): -13493035 or 13966386. OLE color: 13966386.
HSL color Cylindrical-coordinate representation of color #321CD5: hue angle of 247.14º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #321CD5 is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 28 | 213 | - |
| CMYK | 0.77 | 0.87 | 0 | 0.16 |
| HSL | 247.14º | 0.77% | 0.47% | - |
| HSV(B) | 247.14º | 0.87% | 0.84% | - |
| XYZ | 13.74 | 6.31 | 63.45 | - |
| YUV | 55.67 | 216.79 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 213 | 0.77 | 0.87 | 0 | 0.16 | 247.14 | 0.77 | 0.47 |
| Hex | 32 | 1C | D5 | 4D | 57 | 0 | 10 | F7 | 4D | 2F |
| Octal | 62 | 34 | 325 | 115 | 127 | 0 | 20 | 367 | 115 | 57 |
| Binary | 110010 | 11100 | 11010101 | 1001101 | 1010111 | 0 | 10000 | 11110111 | 1001101 | 101111 |
Color Harmonies of #321CD5
Complementary color
Monochromatic Colors of #321CD5
Black with #321CD5
Text Example
Text Example
White with #321CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321CD5; }
p { color: rgb(50,28,213); }
H1.HeaderClassName
{
color: #321CD5;
}
.AnyTagClassName
{
color: #321CD5;
}
</style>
background-color css
<style>
a { background-color: #321CD5; }
a { background-color: rgb(50,28,213); }
div.DivClassName
{
background-color: #321CD5;
}
.BgClassName
{
background-color: #321CD5;
}
</style>
border-color css
<style>
span { border-color: #321CD5; }
span { border-color: rgb(50,28,213); }
td.TdClassName
{
border-color: #321CD5;
}
.TagClassName
{
border-color: #321CD5;
}
</style>