Shades of Han Purple #3322FB
Tints of Han Purple #3322FB
RGB
CMYK
RGB Variations
Color information
#3322FB (or 0x3322FB) is known color: Han Purple. HEX triplet: 33, 22 and FB. RGB value is (51,34,251). Sum of RGB (Red+Green+Blue) = 51+34+251=336 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.18% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 251 (98.44% from 255 or 74.70% from 336); Max value from RGB is 251 - color contains mainly: blue. Hex color #3322FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3322FB is #CCDD04. Grayscale: #3E3E3E. Windows color (decimal): -13425925 or 16458291. OLE color: 16458291.
HSL color Cylindrical-coordinate representation of color #3322FB: hue angle of 244.7º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3322FB is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 34 | 251 | - |
| CMYK | 0.80 | 0.86 | 0 | 0.02 |
| HSL | 244.7º | 0.96% | 0.56% | - |
| HSV(B) | 244.7º | 0.86% | 0.98% | - |
| XYZ | 19.35 | 8.81 | 91.95 | - |
| YUV | 63.82 | 233.63 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 34 | 251 | 0.80 | 0.86 | 0 | 0.02 | 244.7 | 0.96 | 0.56 |
| Hex | 33 | 22 | FB | 50 | 56 | 0 | 2 | F5 | 60 | 38 |
| Octal | 63 | 42 | 373 | 120 | 126 | 0 | 2 | 365 | 140 | 70 |
| Binary | 110011 | 100010 | 11111011 | 1010000 | 1010110 | 0 | 10 | 11110101 | 1100000 | 111000 |
Color Harmonies of #3322FB
Complementary color
Monochromatic Colors of #3322FB
Black with #3322FB
Text Example
Text Example
White with #3322FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3322FB; }
p { color: rgb(51,34,251); }
H1.HeaderClassName
{
color: #3322FB;
}
.AnyTagClassName
{
color: #3322FB;
}
</style>
background-color css
<style>
a { background-color: #3322FB; }
a { background-color: rgb(51,34,251); }
div.DivClassName
{
background-color: #3322FB;
}
.BgClassName
{
background-color: #3322FB;
}
</style>
border-color css
<style>
span { border-color: #3322FB; }
span { border-color: rgb(51,34,251); }
td.TdClassName
{
border-color: #3322FB;
}
.TagClassName
{
border-color: #3322FB;
}
</style>