Shades of Han Purple #3327FB
Tints of Han Purple #3327FB
RGB
CMYK
RGB Variations
Color information
#3327FB (or 0x3327FB) is known color: Han Purple. HEX triplet: 33, 27 and FB. RGB value is (51,39,251). Sum of RGB (Red+Green+Blue) = 51+39+251=341 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.96% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 251 (98.44% from 255 or 73.61% from 341); Max value from RGB is 251 - color contains mainly: blue. Hex color #3327FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3327FB is #CCD804. Grayscale: #414141. Windows color (decimal): -13424645 or 16459571. OLE color: 16459571.
HSL color Cylindrical-coordinate representation of color #3327FB: hue angle of 243.4º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3327FB is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 39 | 251 | - |
| CMYK | 0.80 | 0.84 | 0 | 0.02 |
| HSL | 243.4º | 0.96% | 0.57% | - |
| HSV(B) | 243.4º | 0.84% | 0.98% | - |
| XYZ | 19.5 | 9.12 | 92 | - |
| YUV | 66.76 | 231.98 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 39 | 251 | 0.80 | 0.84 | 0 | 0.02 | 243.4 | 0.96 | 0.57 |
| Hex | 33 | 27 | FB | 50 | 54 | 0 | 2 | F3 | 60 | 39 |
| Octal | 63 | 47 | 373 | 120 | 124 | 0 | 2 | 363 | 140 | 71 |
| Binary | 110011 | 100111 | 11111011 | 1010000 | 1010100 | 0 | 10 | 11110011 | 1100000 | 111001 |
Color Harmonies of #3327FB
Complementary color
Monochromatic Colors of #3327FB
Black with #3327FB
Text Example
Text Example
White with #3327FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3327FB; }
p { color: rgb(51,39,251); }
H1.HeaderClassName
{
color: #3327FB;
}
.AnyTagClassName
{
color: #3327FB;
}
</style>
background-color css
<style>
a { background-color: #3327FB; }
a { background-color: rgb(51,39,251); }
div.DivClassName
{
background-color: #3327FB;
}
.BgClassName
{
background-color: #3327FB;
}
</style>
border-color css
<style>
span { border-color: #3327FB; }
span { border-color: rgb(51,39,251); }
td.TdClassName
{
border-color: #3327FB;
}
.TagClassName
{
border-color: #3327FB;
}
</style>