Shades of Han Purple #321DFB
Tints of Han Purple #321DFB
RGB
CMYK
RGB Variations
Color information
#321DFB (or 0x321DFB) is known color: Han Purple. HEX triplet: 32, 1D and FB. RGB value is (50,29,251). Sum of RGB (Red+Green+Blue) = 50+29+251=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 29 (11.72% from 255 or 8.79% from 330); Blue value is 251 (98.44% from 255 or 76.06% from 330); Max value from RGB is 251 - color contains mainly: blue. Hex color #321DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321DFB is #CDE204. Grayscale: #3B3B3B. Windows color (decimal): -13492741 or 16457010. OLE color: 16457010.
HSL color Cylindrical-coordinate representation of color #321DFB: hue angle of 245.68º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #321DFB is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 29 | 251 | - |
| CMYK | 0.80 | 0.88 | 0 | 0.02 |
| HSL | 245.68º | 0.97% | 0.55% | - |
| HSV(B) | 245.68º | 0.88% | 0.98% | - |
| XYZ | 19.17 | 8.52 | 91.9 | - |
| YUV | 60.59 | 235.46 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 29 | 251 | 0.80 | 0.88 | 0 | 0.02 | 245.68 | 0.97 | 0.55 |
| Hex | 32 | 1D | FB | 50 | 58 | 0 | 2 | F6 | 61 | 37 |
| Octal | 62 | 35 | 373 | 120 | 130 | 0 | 2 | 366 | 141 | 67 |
| Binary | 110010 | 11101 | 11111011 | 1010000 | 1011000 | 0 | 10 | 11110110 | 1100001 | 110111 |
Color Harmonies of #321DFB
Complementary color
Monochromatic Colors of #321DFB
Black with #321DFB
Text Example
Text Example
White with #321DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321DFB; }
p { color: rgb(50,29,251); }
H1.HeaderClassName
{
color: #321DFB;
}
.AnyTagClassName
{
color: #321DFB;
}
</style>
background-color css
<style>
a { background-color: #321DFB; }
a { background-color: rgb(50,29,251); }
div.DivClassName
{
background-color: #321DFB;
}
.BgClassName
{
background-color: #321DFB;
}
</style>
border-color css
<style>
span { border-color: #321DFB; }
span { border-color: rgb(50,29,251); }
td.TdClassName
{
border-color: #321DFB;
}
.TagClassName
{
border-color: #321DFB;
}
</style>