Shades of Han Purple #321EF3
Tints of Han Purple #321EF3
RGB
CMYK
RGB Variations
Color information
#321EF3 (or 0x321EF3) is known color: Han Purple. HEX triplet: 32, 1E and F3. RGB value is (50,30,243). Sum of RGB (Red+Green+Blue) = 50+30+243=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 30 (12.11% from 255 or 9.29% from 323); Blue value is 243 (95.31% from 255 or 75.23% from 323); Max value from RGB is 243 - color contains mainly: blue. Hex color #321EF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321EF3 is #CDE10C. Grayscale: #3B3B3B. Windows color (decimal): -13492493 or 15932978. OLE color: 15932978.
HSL color Cylindrical-coordinate representation of color #321EF3: hue angle of 245.63º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321EF3 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 30 | 243 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.05 |
| HSL | 245.63º | 0.9% | 0.54% | - |
| HSV(B) | 245.63º | 0.88% | 0.95% | - |
| XYZ | 17.96 | 8.08 | 85.41 | - |
| YUV | 60.26 | 231.13 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 243 | 0.79 | 0.88 | 0 | 0.05 | 245.63 | 0.9 | 0.54 |
| Hex | 32 | 1E | F3 | 4F | 58 | 0 | 5 | F6 | 5A | 36 |
| Octal | 62 | 36 | 363 | 117 | 130 | 0 | 5 | 366 | 132 | 66 |
| Binary | 110010 | 11110 | 11110011 | 1001111 | 1011000 | 0 | 101 | 11110110 | 1011010 | 110110 |
Color Harmonies of #321EF3
Complementary color
Monochromatic Colors of #321EF3
Black with #321EF3
Text Example
Text Example
White with #321EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321EF3; }
p { color: rgb(50,30,243); }
H1.HeaderClassName
{
color: #321EF3;
}
.AnyTagClassName
{
color: #321EF3;
}
</style>
background-color css
<style>
a { background-color: #321EF3; }
a { background-color: rgb(50,30,243); }
div.DivClassName
{
background-color: #321EF3;
}
.BgClassName
{
background-color: #321EF3;
}
</style>
border-color css
<style>
span { border-color: #321EF3; }
span { border-color: rgb(50,30,243); }
td.TdClassName
{
border-color: #321EF3;
}
.TagClassName
{
border-color: #321EF3;
}
</style>