Shades of Han Purple #3321FB
Tints of Han Purple #3321FB
RGB
CMYK
RGB Variations
Color information
#3321FB (or 0x3321FB) is known color: Han Purple. HEX triplet: 33, 21 and FB. RGB value is (51,33,251). Sum of RGB (Red+Green+Blue) = 51+33+251=335 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.22% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 251 (98.44% from 255 or 74.93% from 335); Max value from RGB is 251 - color contains mainly: blue. Hex color #3321FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3321FB is #CCDE04. Grayscale: #3E3E3E. Windows color (decimal): -13426181 or 16458035. OLE color: 16458035.
HSL color Cylindrical-coordinate representation of color #3321FB: hue angle of 244.95º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3321FB is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 33 | 251 | - |
| CMYK | 0.80 | 0.87 | 0 | 0.02 |
| HSL | 244.95º | 0.96% | 0.56% | - |
| HSV(B) | 244.95º | 0.87% | 0.98% | - |
| XYZ | 19.32 | 8.76 | 91.94 | - |
| YUV | 63.23 | 233.96 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 33 | 251 | 0.80 | 0.87 | 0 | 0.02 | 244.95 | 0.96 | 0.56 |
| Hex | 33 | 21 | FB | 50 | 57 | 0 | 2 | F5 | 60 | 38 |
| Octal | 63 | 41 | 373 | 120 | 127 | 0 | 2 | 365 | 140 | 70 |
| Binary | 110011 | 100001 | 11111011 | 1010000 | 1010111 | 0 | 10 | 11110101 | 1100000 | 111000 |
Color Harmonies of #3321FB
Complementary color
Monochromatic Colors of #3321FB
Black with #3321FB
Text Example
Text Example
White with #3321FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3321FB; }
p { color: rgb(51,33,251); }
H1.HeaderClassName
{
color: #3321FB;
}
.AnyTagClassName
{
color: #3321FB;
}
</style>
background-color css
<style>
a { background-color: #3321FB; }
a { background-color: rgb(51,33,251); }
div.DivClassName
{
background-color: #3321FB;
}
.BgClassName
{
background-color: #3321FB;
}
</style>
border-color css
<style>
span { border-color: #3321FB; }
span { border-color: rgb(51,33,251); }
td.TdClassName
{
border-color: #3321FB;
}
.TagClassName
{
border-color: #3321FB;
}
</style>