Shades of Han Purple #321BF1
Tints of Han Purple #321BF1
RGB
CMYK
RGB Variations
Color information
#321BF1 (or 0x321BF1) is known color: Han Purple. HEX triplet: 32, 1B and F1. RGB value is (50,27,241). Sum of RGB (Red+Green+Blue) = 50+27+241=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 241 (94.53% from 255 or 75.79% from 318); Max value from RGB is 241 - color contains mainly: blue. Hex color #321BF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321BF1 is #CDE40E. Grayscale: #393939. Windows color (decimal): -13493263 or 15801138. OLE color: 15801138.
HSL color Cylindrical-coordinate representation of color #321BF1: hue angle of 246.45º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #321BF1 is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 27 | 241 | - |
| CMYK | 0.79 | 0.89 | 0 | 0.05 |
| HSL | 246.45º | 0.88% | 0.53% | - |
| HSV(B) | 246.45º | 0.89% | 0.95% | - |
| XYZ | 17.58 | 7.81 | 83.8 | - |
| YUV | 58.27 | 231.12 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 241 | 0.79 | 0.89 | 0 | 0.05 | 246.45 | 0.88 | 0.53 |
| Hex | 32 | 1B | F1 | 4F | 59 | 0 | 5 | F6 | 58 | 35 |
| Octal | 62 | 33 | 361 | 117 | 131 | 0 | 5 | 366 | 130 | 65 |
| Binary | 110010 | 11011 | 11110001 | 1001111 | 1011001 | 0 | 101 | 11110110 | 1011000 | 110101 |
Color Harmonies of #321BF1
Complementary color
Monochromatic Colors of #321BF1
Black with #321BF1
Text Example
Text Example
White with #321BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321BF1; }
p { color: rgb(50,27,241); }
H1.HeaderClassName
{
color: #321BF1;
}
.AnyTagClassName
{
color: #321BF1;
}
</style>
background-color css
<style>
a { background-color: #321BF1; }
a { background-color: rgb(50,27,241); }
div.DivClassName
{
background-color: #321BF1;
}
.BgClassName
{
background-color: #321BF1;
}
</style>
border-color css
<style>
span { border-color: #321BF1; }
span { border-color: rgb(50,27,241); }
td.TdClassName
{
border-color: #321BF1;
}
.TagClassName
{
border-color: #321BF1;
}
</style>