Shades of Han Purple #3329EE
Tints of Han Purple #3329EE
RGB
CMYK
RGB Variations
Color information
#3329EE (or 0x3329EE) is known color: Han Purple. HEX triplet: 33, 29 and EE. RGB value is (51,41,238). Sum of RGB (Red+Green+Blue) = 51+41+238=330 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.45% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 238 (93.36% from 255 or 72.12% from 330); Max value from RGB is 238 - color contains mainly: blue. Hex color #3329EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3329EE is #CCD611. Grayscale: #414141. Windows color (decimal): -13424146 or 15608115. OLE color: 15608115.
HSL color Cylindrical-coordinate representation of color #3329EE: hue angle of 243.05º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3329EE is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 41 | 238 | - |
| CMYK | 0.79 | 0.83 | 0 | 0.07 |
| HSL | 243.05º | 0.85% | 0.55% | - |
| HSV(B) | 243.05º | 0.83% | 0.93% | - |
| XYZ | 17.59 | 8.46 | 81.6 | - |
| YUV | 66.45 | 224.81 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 41 | 238 | 0.79 | 0.83 | 0 | 0.07 | 243.05 | 0.85 | 0.55 |
| Hex | 33 | 29 | EE | 4F | 53 | 0 | 7 | F3 | 55 | 37 |
| Octal | 63 | 51 | 356 | 117 | 123 | 0 | 7 | 363 | 125 | 67 |
| Binary | 110011 | 101001 | 11101110 | 1001111 | 1010011 | 0 | 111 | 11110011 | 1010101 | 110111 |
Color Harmonies of #3329EE
Complementary color
Monochromatic Colors of #3329EE
Black with #3329EE
Text Example
Text Example
White with #3329EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3329EE; }
p { color: rgb(51,41,238); }
H1.HeaderClassName
{
color: #3329EE;
}
.AnyTagClassName
{
color: #3329EE;
}
</style>
background-color css
<style>
a { background-color: #3329EE; }
a { background-color: rgb(51,41,238); }
div.DivClassName
{
background-color: #3329EE;
}
.BgClassName
{
background-color: #3329EE;
}
</style>
border-color css
<style>
span { border-color: #3329EE; }
span { border-color: rgb(51,41,238); }
td.TdClassName
{
border-color: #3329EE;
}
.TagClassName
{
border-color: #3329EE;
}
</style>