Shades of Han Purple #321CD8
Tints of Han Purple #321CD8
RGB
CMYK
RGB Variations
Color information
#321CD8 (or 0x321CD8) is known color: Han Purple. HEX triplet: 32, 1C and D8. RGB value is (50,28,216). Sum of RGB (Red+Green+Blue) = 50+28+216=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 28 (11.33% from 255 or 9.52% from 294); Blue value is 216 (84.77% from 255 or 73.47% from 294); Max value from RGB is 216 - color contains mainly: blue. Hex color #321CD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321CD8 is #CDE327. Grayscale: #373737. Windows color (decimal): -13493032 or 14162994. OLE color: 14162994.
HSL color Cylindrical-coordinate representation of color #321CD8: hue angle of 247.02º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #321CD8 is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 28 | 216 | - |
| CMYK | 0.77 | 0.87 | 0 | 0.15 |
| HSL | 247.02º | 0.77% | 0.48% | - |
| HSV(B) | 247.02º | 0.87% | 0.85% | - |
| XYZ | 14.13 | 6.47 | 65.47 | - |
| YUV | 56.01 | 218.29 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 216 | 0.77 | 0.87 | 0 | 0.15 | 247.02 | 0.77 | 0.48 |
| Hex | 32 | 1C | D8 | 4D | 57 | 0 | F | F7 | 4D | 30 |
| Octal | 62 | 34 | 330 | 115 | 127 | 0 | 17 | 367 | 115 | 60 |
| Binary | 110010 | 11100 | 11011000 | 1001101 | 1010111 | 0 | 1111 | 11110111 | 1001101 | 110000 |
Color Harmonies of #321CD8
Complementary color
Monochromatic Colors of #321CD8
Black with #321CD8
Text Example
Text Example
White with #321CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321CD8; }
p { color: rgb(50,28,216); }
H1.HeaderClassName
{
color: #321CD8;
}
.AnyTagClassName
{
color: #321CD8;
}
</style>
background-color css
<style>
a { background-color: #321CD8; }
a { background-color: rgb(50,28,216); }
div.DivClassName
{
background-color: #321CD8;
}
.BgClassName
{
background-color: #321CD8;
}
</style>
border-color css
<style>
span { border-color: #321CD8; }
span { border-color: rgb(50,28,216); }
td.TdClassName
{
border-color: #321CD8;
}
.TagClassName
{
border-color: #321CD8;
}
</style>