Shades of Han Purple #321CDA
Tints of Han Purple #321CDA
RGB
CMYK
RGB Variations
Color information
#321CDA (or 0x321CDA) is known color: Han Purple. HEX triplet: 32, 1C and DA. RGB value is (50,28,218). Sum of RGB (Red+Green+Blue) = 50+28+218=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 218 (85.55% from 255 or 73.65% from 296); Max value from RGB is 218 - color contains mainly: blue. Hex color #321CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321CDA is #CDE325. Grayscale: #373737. Windows color (decimal): -13493030 or 14294066. OLE color: 14294066.
HSL color Cylindrical-coordinate representation of color #321CDA: hue angle of 246.95º 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 #321CDA is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 28 | 218 | - |
| CMYK | 0.77 | 0.87 | 0 | 0.15 |
| HSL | 246.95º | 0.77% | 0.48% | - |
| HSV(B) | 246.95º | 0.87% | 0.85% | - |
| XYZ | 14.39 | 6.57 | 66.84 | - |
| YUV | 56.24 | 219.29 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 218 | 0.77 | 0.87 | 0 | 0.15 | 246.95 | 0.77 | 0.48 |
| Hex | 32 | 1C | DA | 4D | 57 | 0 | F | F7 | 4D | 30 |
| Octal | 62 | 34 | 332 | 115 | 127 | 0 | 17 | 367 | 115 | 60 |
| Binary | 110010 | 11100 | 11011010 | 1001101 | 1010111 | 0 | 1111 | 11110111 | 1001101 | 110000 |
Color Harmonies of #321CDA
Complementary color
Monochromatic Colors of #321CDA
Black with #321CDA
Text Example
Text Example
White with #321CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321CDA; }
p { color: rgb(50,28,218); }
H1.HeaderClassName
{
color: #321CDA;
}
.AnyTagClassName
{
color: #321CDA;
}
</style>
background-color css
<style>
a { background-color: #321CDA; }
a { background-color: rgb(50,28,218); }
div.DivClassName
{
background-color: #321CDA;
}
.BgClassName
{
background-color: #321CDA;
}
</style>
border-color css
<style>
span { border-color: #321CDA; }
span { border-color: rgb(50,28,218); }
td.TdClassName
{
border-color: #321CDA;
}
.TagClassName
{
border-color: #321CDA;
}
</style>