Shades of Han Purple #321DF4
Tints of Han Purple #321DF4
RGB
CMYK
RGB Variations
Color information
#321DF4 (or 0x321DF4) is known color: Han Purple. HEX triplet: 32, 1D and F4. RGB value is (50,29,244). Sum of RGB (Red+Green+Blue) = 50+29+244=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 29 (11.72% from 255 or 8.98% from 323); Blue value is 244 (95.70% from 255 or 75.54% from 323); Max value from RGB is 244 - color contains mainly: blue. Hex color #321DF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321DF4 is #CDE20B. Grayscale: #3A3A3A. Windows color (decimal): -13492748 or 15998258. OLE color: 15998258.
HSL color Cylindrical-coordinate representation of color #321DF4: hue angle of 245.86º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321DF4 is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 29 | 244 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.04 |
| HSL | 245.86º | 0.91% | 0.54% | - |
| HSV(B) | 245.86º | 0.88% | 0.96% | - |
| XYZ | 18.08 | 8.09 | 86.2 | - |
| YUV | 59.79 | 231.96 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 29 | 244 | 0.80 | 0.88 | 0 | 0.04 | 245.86 | 0.91 | 0.54 |
| Hex | 32 | 1D | F4 | 50 | 58 | 0 | 4 | F6 | 5B | 36 |
| Octal | 62 | 35 | 364 | 120 | 130 | 0 | 4 | 366 | 133 | 66 |
| Binary | 110010 | 11101 | 11110100 | 1010000 | 1011000 | 0 | 100 | 11110110 | 1011011 | 110110 |
Color Harmonies of #321DF4
Complementary color
Monochromatic Colors of #321DF4
Black with #321DF4
Text Example
Text Example
White with #321DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321DF4; }
p { color: rgb(50,29,244); }
H1.HeaderClassName
{
color: #321DF4;
}
.AnyTagClassName
{
color: #321DF4;
}
</style>
background-color css
<style>
a { background-color: #321DF4; }
a { background-color: rgb(50,29,244); }
div.DivClassName
{
background-color: #321DF4;
}
.BgClassName
{
background-color: #321DF4;
}
</style>
border-color css
<style>
span { border-color: #321DF4; }
span { border-color: rgb(50,29,244); }
td.TdClassName
{
border-color: #321DF4;
}
.TagClassName
{
border-color: #321DF4;
}
</style>