Shades of Han Purple #3329FF
Tints of Han Purple #3329FF
RGB
CMYK
RGB Variations
Color information
#3329FF (or 0x3329FF) is known color: Han Purple. HEX triplet: 33, 29 and FF. RGB value is (51,41,255). Sum of RGB (Red+Green+Blue) = 51+41+255=347 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.70% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 255 (100% from 255 or 73.49% from 347); Max value from RGB is 255 - color contains mainly: blue. Hex color #3329FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3329FF is #CCD600. Grayscale: #434343. Windows color (decimal): -13424129 or 16722227. OLE color: 16722227.
HSL color Cylindrical-coordinate representation of color #3329FF: hue angle of 242.8º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3329FF is Cyan = 0.8, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 41 | 255 | - |
| CMYK | 0.8 | 0.84 | 0 | 0 |
| HSL | 242.8º | 1% | 0.58% | - |
| HSV(B) | 242.8º | 0.84% | 1% | - |
| XYZ | 20.21 | 9.51 | 95.38 | - |
| YUV | 68.39 | 233.31 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 41 | 255 | 0.8 | 0.84 | 0 | 0 | 242.8 | 1 | 0.58 |
| Hex | 33 | 29 | FF | 50 | 54 | 0 | 0 | F3 | 64 | 3A |
| Octal | 63 | 51 | 377 | 120 | 124 | 0 | 0 | 363 | 144 | 72 |
| Binary | 110011 | 101001 | 11111111 | 1010000 | 1010100 | 0 | 0 | 11110011 | 1100100 | 111010 |
Color Harmonies of #3329FF
Complementary color
Monochromatic Colors of #3329FF
Black with #3329FF
Text Example
Text Example
White with #3329FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3329FF; }
p { color: rgb(51,41,255); }
H1.HeaderClassName
{
color: #3329FF;
}
.AnyTagClassName
{
color: #3329FF;
}
</style>
background-color css
<style>
a { background-color: #3329FF; }
a { background-color: rgb(51,41,255); }
div.DivClassName
{
background-color: #3329FF;
}
.BgClassName
{
background-color: #3329FF;
}
</style>
border-color css
<style>
span { border-color: #3329FF; }
span { border-color: rgb(51,41,255); }
td.TdClassName
{
border-color: #3329FF;
}
.TagClassName
{
border-color: #3329FF;
}
</style>