Shades of Han Purple #321BF5
Tints of Han Purple #321BF5
RGB
CMYK
RGB Variations
Color information
#321BF5 (or 0x321BF5) is known color: Han Purple. HEX triplet: 32, 1B and F5. RGB value is (50,27,245). Sum of RGB (Red+Green+Blue) = 50+27+245=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 27 (10.94% from 255 or 8.39% from 322); Blue value is 245 (96.09% from 255 or 76.09% from 322); Max value from RGB is 245 - color contains mainly: blue. Hex color #321BF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321BF5 is #CDE40A. Grayscale: #393939. Windows color (decimal): -13493259 or 16063282. OLE color: 16063282.
HSL color Cylindrical-coordinate representation of color #321BF5: hue angle of 246.33º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #321BF5 is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 27 | 245 | - |
| CMYK | 0.80 | 0.89 | 0 | 0.04 |
| HSL | 246.33º | 0.92% | 0.53% | - |
| HSV(B) | 246.33º | 0.89% | 0.96% | - |
| XYZ | 18.19 | 8.05 | 86.98 | - |
| YUV | 58.73 | 233.12 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 245 | 0.80 | 0.89 | 0 | 0.04 | 246.33 | 0.92 | 0.53 |
| Hex | 32 | 1B | F5 | 50 | 59 | 0 | 4 | F6 | 5C | 35 |
| Octal | 62 | 33 | 365 | 120 | 131 | 0 | 4 | 366 | 134 | 65 |
| Binary | 110010 | 11011 | 11110101 | 1010000 | 1011001 | 0 | 100 | 11110110 | 1011100 | 110101 |
Color Harmonies of #321BF5
Complementary color
Monochromatic Colors of #321BF5
Black with #321BF5
Text Example
Text Example
White with #321BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321BF5; }
p { color: rgb(50,27,245); }
H1.HeaderClassName
{
color: #321BF5;
}
.AnyTagClassName
{
color: #321BF5;
}
</style>
background-color css
<style>
a { background-color: #321BF5; }
a { background-color: rgb(50,27,245); }
div.DivClassName
{
background-color: #321BF5;
}
.BgClassName
{
background-color: #321BF5;
}
</style>
border-color css
<style>
span { border-color: #321BF5; }
span { border-color: rgb(50,27,245); }
td.TdClassName
{
border-color: #321BF5;
}
.TagClassName
{
border-color: #321BF5;
}
</style>