Shades of Han Purple #321CEA
Tints of Han Purple #321CEA
RGB
CMYK
RGB Variations
Color information
#321CEA (or 0x321CEA) is known color: Han Purple. HEX triplet: 32, 1C and EA. RGB value is (50,28,234). Sum of RGB (Red+Green+Blue) = 50+28+234=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 28 (11.33% from 255 or 8.97% from 312); Blue value is 234 (91.80% from 255 or 75% from 312); Max value from RGB is 234 - color contains mainly: blue. Hex color #321CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321CEA is #CDE315. Grayscale: #393939. Windows color (decimal): -13493014 or 15342642. OLE color: 15342642.
HSL color Cylindrical-coordinate representation of color #321CEA: hue angle of 246.41º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321CEA is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 28 | 234 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.08 |
| HSL | 246.41º | 0.83% | 0.51% | - |
| HSV(B) | 246.41º | 0.88% | 0.92% | - |
| XYZ | 16.58 | 7.45 | 78.41 | - |
| YUV | 58.06 | 227.29 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 234 | 0.79 | 0.88 | 0 | 0.08 | 246.41 | 0.83 | 0.51 |
| Hex | 32 | 1C | EA | 4F | 58 | 0 | 8 | F6 | 53 | 33 |
| Octal | 62 | 34 | 352 | 117 | 130 | 0 | 10 | 366 | 123 | 63 |
| Binary | 110010 | 11100 | 11101010 | 1001111 | 1011000 | 0 | 1000 | 11110110 | 1010011 | 110011 |
Color Harmonies of #321CEA
Complementary color
Monochromatic Colors of #321CEA
Black with #321CEA
Text Example
Text Example
White with #321CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321CEA; }
p { color: rgb(50,28,234); }
H1.HeaderClassName
{
color: #321CEA;
}
.AnyTagClassName
{
color: #321CEA;
}
</style>
background-color css
<style>
a { background-color: #321CEA; }
a { background-color: rgb(50,28,234); }
div.DivClassName
{
background-color: #321CEA;
}
.BgClassName
{
background-color: #321CEA;
}
</style>
border-color css
<style>
span { border-color: #321CEA; }
span { border-color: rgb(50,28,234); }
td.TdClassName
{
border-color: #321CEA;
}
.TagClassName
{
border-color: #321CEA;
}
</style>