Shades of Han Purple #3321FD
Tints of Han Purple #3321FD
RGB
CMYK
RGB Variations
Color information
#3321FD (or 0x3321FD) is known color: Han Purple. HEX triplet: 33, 21 and FD. RGB value is (51,33,253). Sum of RGB (Red+Green+Blue) = 51+33+253=337 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.13% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 253 (99.22% from 255 or 75.07% from 337); Max value from RGB is 253 - color contains mainly: blue. Hex color #3321FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3321FD is #CCDE02. Grayscale: #3E3E3E. Windows color (decimal): -13426179 or 16589107. OLE color: 16589107.
HSL color Cylindrical-coordinate representation of color #3321FD: hue angle of 244.91º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3321FD is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 33 | 253 | - |
| CMYK | 0.80 | 0.87 | 0 | 0.01 |
| HSL | 244.91º | 0.98% | 0.56% | - |
| HSV(B) | 244.91º | 0.87% | 0.99% | - |
| XYZ | 19.64 | 8.88 | 93.61 | - |
| YUV | 63.46 | 234.96 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 33 | 253 | 0.80 | 0.87 | 0 | 0.01 | 244.91 | 0.98 | 0.56 |
| Hex | 33 | 21 | FD | 50 | 57 | 0 | 1 | F5 | 62 | 38 |
| Octal | 63 | 41 | 375 | 120 | 127 | 0 | 1 | 365 | 142 | 70 |
| Binary | 110011 | 100001 | 11111101 | 1010000 | 1010111 | 0 | 1 | 11110101 | 1100010 | 111000 |
Color Harmonies of #3321FD
Complementary color
Monochromatic Colors of #3321FD
Black with #3321FD
Text Example
Text Example
White with #3321FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3321FD; }
p { color: rgb(51,33,253); }
H1.HeaderClassName
{
color: #3321FD;
}
.AnyTagClassName
{
color: #3321FD;
}
</style>
background-color css
<style>
a { background-color: #3321FD; }
a { background-color: rgb(51,33,253); }
div.DivClassName
{
background-color: #3321FD;
}
.BgClassName
{
background-color: #3321FD;
}
</style>
border-color css
<style>
span { border-color: #3321FD; }
span { border-color: rgb(51,33,253); }
td.TdClassName
{
border-color: #3321FD;
}
.TagClassName
{
border-color: #3321FD;
}
</style>