Shades of Han Purple #321CED
Tints of Han Purple #321CED
RGB
CMYK
RGB Variations
Color information
#321CED (or 0x321CED) is known color: Han Purple. HEX triplet: 32, 1C and ED. RGB value is (50,28,237). Sum of RGB (Red+Green+Blue) = 50+28+237=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 237 (92.97% from 255 or 75.24% from 315); Max value from RGB is 237 - color contains mainly: blue. Hex color #321CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321CED is #CDE312. Grayscale: #393939. Windows color (decimal): -13493011 or 15539250. OLE color: 15539250.
HSL color Cylindrical-coordinate representation of color #321CED: hue angle of 246.32º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321CED is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 28 | 237 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.07 |
| HSL | 246.32º | 0.85% | 0.52% | - |
| HSV(B) | 246.32º | 0.88% | 0.93% | - |
| XYZ | 17.02 | 7.62 | 80.7 | - |
| YUV | 58.4 | 228.79 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 237 | 0.79 | 0.88 | 0 | 0.07 | 246.32 | 0.85 | 0.52 |
| Hex | 32 | 1C | ED | 4F | 58 | 0 | 7 | F6 | 55 | 34 |
| Octal | 62 | 34 | 355 | 117 | 130 | 0 | 7 | 366 | 125 | 64 |
| Binary | 110010 | 11100 | 11101101 | 1001111 | 1011000 | 0 | 111 | 11110110 | 1010101 | 110100 |
Color Harmonies of #321CED
Complementary color
Monochromatic Colors of #321CED
Black with #321CED
Text Example
Text Example
White with #321CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321CED; }
p { color: rgb(50,28,237); }
H1.HeaderClassName
{
color: #321CED;
}
.AnyTagClassName
{
color: #321CED;
}
</style>
background-color css
<style>
a { background-color: #321CED; }
a { background-color: rgb(50,28,237); }
div.DivClassName
{
background-color: #321CED;
}
.BgClassName
{
background-color: #321CED;
}
</style>
border-color css
<style>
span { border-color: #321CED; }
span { border-color: rgb(50,28,237); }
td.TdClassName
{
border-color: #321CED;
}
.TagClassName
{
border-color: #321CED;
}
</style>