Shades of Han Purple #321BFF
Tints of Han Purple #321BFF
RGB
CMYK
RGB Variations
Color information
#321BFF (or 0x321BFF) is known color: Han Purple. HEX triplet: 32, 1B and FF. RGB value is (50,27,255). Sum of RGB (Red+Green+Blue) = 50+27+255=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 27 (10.94% from 255 or 8.13% from 332); Blue value is 255 (100% from 255 or 76.81% from 332); Max value from RGB is 255 - color contains mainly: blue. Hex color #321BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321BFF is #CDE400. Grayscale: #3A3A3A. Windows color (decimal): -13493249 or 16718642. OLE color: 16718642.
HSL color Cylindrical-coordinate representation of color #321BFF: hue angle of 246.05º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #321BFF is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 27 | 255 | - |
| CMYK | 0.80 | 0.89 | 0 | 0 |
| HSL | 246.05º | 1% | 0.55% | - |
| HSV(B) | 246.05º | 0.89% | 1% | - |
| XYZ | 19.76 | 8.68 | 95.24 | - |
| YUV | 59.87 | 238.12 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 27 | 255 | 0.80 | 0.89 | 0 | 0 | 246.05 | 1 | 0.55 |
| Hex | 32 | 1B | FF | 50 | 59 | 0 | 0 | F6 | 64 | 37 |
| Octal | 62 | 33 | 377 | 120 | 131 | 0 | 0 | 366 | 144 | 67 |
| Binary | 110010 | 11011 | 11111111 | 1010000 | 1011001 | 0 | 0 | 11110110 | 1100100 | 110111 |
Color Harmonies of #321BFF
Complementary color
Monochromatic Colors of #321BFF
Black with #321BFF
Text Example
Text Example
White with #321BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321BFF; }
p { color: rgb(50,27,255); }
H1.HeaderClassName
{
color: #321BFF;
}
.AnyTagClassName
{
color: #321BFF;
}
</style>
background-color css
<style>
a { background-color: #321BFF; }
a { background-color: rgb(50,27,255); }
div.DivClassName
{
background-color: #321BFF;
}
.BgClassName
{
background-color: #321BFF;
}
</style>
border-color css
<style>
span { border-color: #321BFF; }
span { border-color: rgb(50,27,255); }
td.TdClassName
{
border-color: #321BFF;
}
.TagClassName
{
border-color: #321BFF;
}
</style>