Shades of Han Purple #321FFF
Tints of Han Purple #321FFF
RGB
CMYK
RGB Variations
Color information
#321FFF (or 0x321FFF) is known color: Han Purple. HEX triplet: 32, 1F and FF. RGB value is (50,31,255). Sum of RGB (Red+Green+Blue) = 50+31+255=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 255 (100% from 255 or 75.89% from 336); Max value from RGB is 255 - color contains mainly: blue. Hex color #321FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321FFF is #CDE000. Grayscale: #3D3D3D. Windows color (decimal): -13492225 or 16719666. OLE color: 16719666.
HSL color Cylindrical-coordinate representation of color #321FFF: hue angle of 245.09º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321FFF is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 31 | 255 | - |
| CMYK | 0.80 | 0.88 | 0 | 0 |
| HSL | 245.09º | 1% | 0.56% | - |
| HSV(B) | 245.09º | 0.88% | 1% | - |
| XYZ | 19.86 | 8.88 | 95.27 | - |
| YUV | 62.22 | 236.79 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 31 | 255 | 0.80 | 0.88 | 0 | 0 | 245.09 | 1 | 0.56 |
| Hex | 32 | 1F | FF | 50 | 58 | 0 | 0 | F5 | 64 | 38 |
| Octal | 62 | 37 | 377 | 120 | 130 | 0 | 0 | 365 | 144 | 70 |
| Binary | 110010 | 11111 | 11111111 | 1010000 | 1011000 | 0 | 0 | 11110101 | 1100100 | 111000 |
Color Harmonies of #321FFF
Complementary color
Monochromatic Colors of #321FFF
Black with #321FFF
Text Example
Text Example
White with #321FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321FFF; }
p { color: rgb(50,31,255); }
H1.HeaderClassName
{
color: #321FFF;
}
.AnyTagClassName
{
color: #321FFF;
}
</style>
background-color css
<style>
a { background-color: #321FFF; }
a { background-color: rgb(50,31,255); }
div.DivClassName
{
background-color: #321FFF;
}
.BgClassName
{
background-color: #321FFF;
}
</style>
border-color css
<style>
span { border-color: #321FFF; }
span { border-color: rgb(50,31,255); }
td.TdClassName
{
border-color: #321FFF;
}
.TagClassName
{
border-color: #321FFF;
}
</style>