Shades of Han Purple #321CEB
Tints of Han Purple #321CEB
RGB
CMYK
RGB Variations
Color information
#321CEB (or 0x321CEB) is known color: Han Purple. HEX triplet: 32, 1C and EB. RGB value is (50,28,235). Sum of RGB (Red+Green+Blue) = 50+28+235=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 28 (11.33% from 255 or 8.95% from 313); Blue value is 235 (92.19% from 255 or 75.08% from 313); Max value from RGB is 235 - color contains mainly: blue. Hex color #321CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321CEB is #CDE314. Grayscale: #393939. Windows color (decimal): -13493013 or 15408178. OLE color: 15408178.
HSL color Cylindrical-coordinate representation of color #321CEB: hue angle of 246.38º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321CEB is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 28 | 235 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.08 |
| HSL | 246.38º | 0.84% | 0.52% | - |
| HSV(B) | 246.38º | 0.88% | 0.92% | - |
| XYZ | 16.73 | 7.51 | 79.16 | - |
| YUV | 58.18 | 227.79 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 235 | 0.79 | 0.88 | 0 | 0.08 | 246.38 | 0.84 | 0.52 |
| Hex | 32 | 1C | EB | 4F | 58 | 0 | 8 | F6 | 54 | 34 |
| Octal | 62 | 34 | 353 | 117 | 130 | 0 | 10 | 366 | 124 | 64 |
| Binary | 110010 | 11100 | 11101011 | 1001111 | 1011000 | 0 | 1000 | 11110110 | 1010100 | 110100 |
Color Harmonies of #321CEB
Complementary color
Monochromatic Colors of #321CEB
Black with #321CEB
Text Example
Text Example
White with #321CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321CEB; }
p { color: rgb(50,28,235); }
H1.HeaderClassName
{
color: #321CEB;
}
.AnyTagClassName
{
color: #321CEB;
}
</style>
background-color css
<style>
a { background-color: #321CEB; }
a { background-color: rgb(50,28,235); }
div.DivClassName
{
background-color: #321CEB;
}
.BgClassName
{
background-color: #321CEB;
}
</style>
border-color css
<style>
span { border-color: #321CEB; }
span { border-color: rgb(50,28,235); }
td.TdClassName
{
border-color: #321CEB;
}
.TagClassName
{
border-color: #321CEB;
}
</style>