Shades of Han Purple #321DF3
Tints of Han Purple #321DF3
RGB
CMYK
RGB Variations
Color information
#321DF3 (or 0x321DF3) is known color: Han Purple. HEX triplet: 32, 1D and F3. RGB value is (50,29,243). Sum of RGB (Red+Green+Blue) = 50+29+243=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 29 (11.72% from 255 or 9.01% from 322); Blue value is 243 (95.31% from 255 or 75.47% from 322); Max value from RGB is 243 - color contains mainly: blue. Hex color #321DF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321DF3 is #CDE20C. Grayscale: #3A3A3A. Windows color (decimal): -13492749 or 15932722. OLE color: 15932722.
HSL color Cylindrical-coordinate representation of color #321DF3: hue angle of 245.89º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321DF3 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 29 | 243 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.05 |
| HSL | 245.89º | 0.9% | 0.53% | - |
| HSV(B) | 245.89º | 0.88% | 0.95% | - |
| XYZ | 17.93 | 8.03 | 85.4 | - |
| YUV | 59.68 | 231.46 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 29 | 243 | 0.79 | 0.88 | 0 | 0.05 | 245.89 | 0.9 | 0.53 |
| Hex | 32 | 1D | F3 | 4F | 58 | 0 | 5 | F6 | 5A | 35 |
| Octal | 62 | 35 | 363 | 117 | 130 | 0 | 5 | 366 | 132 | 65 |
| Binary | 110010 | 11101 | 11110011 | 1001111 | 1011000 | 0 | 101 | 11110110 | 1011010 | 110101 |
Color Harmonies of #321DF3
Complementary color
Monochromatic Colors of #321DF3
Black with #321DF3
Text Example
Text Example
White with #321DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321DF3; }
p { color: rgb(50,29,243); }
H1.HeaderClassName
{
color: #321DF3;
}
.AnyTagClassName
{
color: #321DF3;
}
</style>
background-color css
<style>
a { background-color: #321DF3; }
a { background-color: rgb(50,29,243); }
div.DivClassName
{
background-color: #321DF3;
}
.BgClassName
{
background-color: #321DF3;
}
</style>
border-color css
<style>
span { border-color: #321DF3; }
span { border-color: rgb(50,29,243); }
td.TdClassName
{
border-color: #321DF3;
}
.TagClassName
{
border-color: #321DF3;
}
</style>