Shades of Han Purple #321CE9
Tints of Han Purple #321CE9
RGB
CMYK
RGB Variations
Color information
#321CE9 (or 0x321CE9) is known color: Han Purple. HEX triplet: 32, 1C and E9. RGB value is (50,28,233). Sum of RGB (Red+Green+Blue) = 50+28+233=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 28 (11.33% from 255 or 9.00% from 311); Blue value is 233 (91.41% from 255 or 74.92% from 311); Max value from RGB is 233 - color contains mainly: blue. Hex color #321CE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321CE9 is #CDE316. Grayscale: #393939. Windows color (decimal): -13493015 or 15277106. OLE color: 15277106.
HSL color Cylindrical-coordinate representation of color #321CE9: hue angle of 246.44º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321CE9 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 28 | 233 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.09 |
| HSL | 246.44º | 0.82% | 0.51% | - |
| HSV(B) | 246.44º | 0.88% | 0.91% | - |
| XYZ | 16.44 | 7.39 | 77.65 | - |
| YUV | 57.95 | 226.79 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 28 | 233 | 0.79 | 0.88 | 0 | 0.09 | 246.44 | 0.82 | 0.51 |
| Hex | 32 | 1C | E9 | 4F | 58 | 0 | 9 | F6 | 52 | 33 |
| Octal | 62 | 34 | 351 | 117 | 130 | 0 | 11 | 366 | 122 | 63 |
| Binary | 110010 | 11100 | 11101001 | 1001111 | 1011000 | 0 | 1001 | 11110110 | 1010010 | 110011 |
Color Harmonies of #321CE9
Complementary color
Monochromatic Colors of #321CE9
Black with #321CE9
Text Example
Text Example
White with #321CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321CE9; }
p { color: rgb(50,28,233); }
H1.HeaderClassName
{
color: #321CE9;
}
.AnyTagClassName
{
color: #321CE9;
}
</style>
background-color css
<style>
a { background-color: #321CE9; }
a { background-color: rgb(50,28,233); }
div.DivClassName
{
background-color: #321CE9;
}
.BgClassName
{
background-color: #321CE9;
}
</style>
border-color css
<style>
span { border-color: #321CE9; }
span { border-color: rgb(50,28,233); }
td.TdClassName
{
border-color: #321CE9;
}
.TagClassName
{
border-color: #321CE9;
}
</style>