Shades of Han Purple #3329EF
Tints of Han Purple #3329EF
RGB
CMYK
RGB Variations
Color information
#3329EF (or 0x3329EF) is known color: Han Purple. HEX triplet: 33, 29 and EF. RGB value is (51,41,239). Sum of RGB (Red+Green+Blue) = 51+41+239=331 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.41% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 239 (93.75% from 255 or 72.21% from 331); Max value from RGB is 239 - color contains mainly: blue. Hex color #3329EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3329EF is #CCD610. Grayscale: #414141. Windows color (decimal): -13424145 or 15673651. OLE color: 15673651.
HSL color Cylindrical-coordinate representation of color #3329EF: hue angle of 243.03º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3329EF is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 51 | 41 | 239 | - |
| CMYK | 0.79 | 0.83 | 0 | 0.06 |
| HSL | 243.03º | 0.86% | 0.55% | - |
| HSV(B) | 243.03º | 0.83% | 0.94% | - |
| XYZ | 17.74 | 8.52 | 82.37 | - |
| YUV | 66.56 | 225.31 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 41 | 239 | 0.79 | 0.83 | 0 | 0.06 | 243.03 | 0.86 | 0.55 |
| Hex | 33 | 29 | EF | 4F | 53 | 0 | 6 | F3 | 56 | 37 |
| Octal | 63 | 51 | 357 | 117 | 123 | 0 | 6 | 363 | 126 | 67 |
| Binary | 110011 | 101001 | 11101111 | 1001111 | 1010011 | 0 | 110 | 11110011 | 1010110 | 110111 |
Color Harmonies of #3329EF
Complementary color
Monochromatic Colors of #3329EF
Black with #3329EF
Text Example
Text Example
White with #3329EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3329EF; }
p { color: rgb(51,41,239); }
H1.HeaderClassName
{
color: #3329EF;
}
.AnyTagClassName
{
color: #3329EF;
}
</style>
background-color css
<style>
a { background-color: #3329EF; }
a { background-color: rgb(51,41,239); }
div.DivClassName
{
background-color: #3329EF;
}
.BgClassName
{
background-color: #3329EF;
}
</style>
border-color css
<style>
span { border-color: #3329EF; }
span { border-color: rgb(51,41,239); }
td.TdClassName
{
border-color: #3329EF;
}
.TagClassName
{
border-color: #3329EF;
}
</style>