Shades of Han Purple #3321FA
Tints of Han Purple #3321FA
RGB
CMYK
RGB Variations
Color information
#3321FA (or 0x3321FA) is known color: Han Purple. HEX triplet: 33, 21 and FA. RGB value is (51,33,250). Sum of RGB (Red+Green+Blue) = 51+33+250=334 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.27% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 250 (98.05% from 255 or 74.85% from 334); Max value from RGB is 250 - color contains mainly: blue. Hex color #3321FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3321FA is #CCDE05. Grayscale: #3E3E3E. Windows color (decimal): -13426182 or 16392499. OLE color: 16392499.
HSL color Cylindrical-coordinate representation of color #3321FA: hue angle of 244.98º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3321FA is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 33 | 250 | - |
| CMYK | 0.80 | 0.87 | 0 | 0.02 |
| HSL | 244.98º | 0.96% | 0.55% | - |
| HSV(B) | 244.98º | 0.87% | 0.98% | - |
| XYZ | 19.16 | 8.69 | 91.11 | - |
| YUV | 63.12 | 233.46 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 33 | 250 | 0.80 | 0.87 | 0 | 0.02 | 244.98 | 0.96 | 0.55 |
| Hex | 33 | 21 | FA | 50 | 57 | 0 | 2 | F5 | 60 | 37 |
| Octal | 63 | 41 | 372 | 120 | 127 | 0 | 2 | 365 | 140 | 67 |
| Binary | 110011 | 100001 | 11111010 | 1010000 | 1010111 | 0 | 10 | 11110101 | 1100000 | 110111 |
Color Harmonies of #3321FA
Complementary color
Monochromatic Colors of #3321FA
Black with #3321FA
Text Example
Text Example
White with #3321FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3321FA; }
p { color: rgb(51,33,250); }
H1.HeaderClassName
{
color: #3321FA;
}
.AnyTagClassName
{
color: #3321FA;
}
</style>
background-color css
<style>
a { background-color: #3321FA; }
a { background-color: rgb(51,33,250); }
div.DivClassName
{
background-color: #3321FA;
}
.BgClassName
{
background-color: #3321FA;
}
</style>
border-color css
<style>
span { border-color: #3321FA; }
span { border-color: rgb(51,33,250); }
td.TdClassName
{
border-color: #3321FA;
}
.TagClassName
{
border-color: #3321FA;
}
</style>