Shades of Han Purple #3329ED
Tints of Han Purple #3329ED
RGB
CMYK
RGB Variations
Color information
#3329ED (or 0x3329ED) is known color: Han Purple. HEX triplet: 33, 29 and ED. RGB value is (51,41,237). Sum of RGB (Red+Green+Blue) = 51+41+237=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 237 (92.97% from 255 or 72.04% from 329); Max value from RGB is 237 - color contains mainly: blue. Hex color #3329ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3329ED is #CCD612. Grayscale: #414141. Windows color (decimal): -13424147 or 15542579. OLE color: 15542579.
HSL color Cylindrical-coordinate representation of color #3329ED: hue angle of 243.06º degrees, saturation: 0.84, 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 #3329ED is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 41 | 237 | - |
| CMYK | 0.78 | 0.83 | 0 | 0.07 |
| HSL | 243.06º | 0.84% | 0.55% | - |
| HSV(B) | 243.06º | 0.83% | 0.93% | - |
| XYZ | 17.44 | 8.4 | 80.82 | - |
| YUV | 66.33 | 224.31 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 41 | 237 | 0.78 | 0.83 | 0 | 0.07 | 243.06 | 0.84 | 0.55 |
| Hex | 33 | 29 | ED | 4E | 53 | 0 | 7 | F3 | 54 | 37 |
| Octal | 63 | 51 | 355 | 116 | 123 | 0 | 7 | 363 | 124 | 67 |
| Binary | 110011 | 101001 | 11101101 | 1001110 | 1010011 | 0 | 111 | 11110011 | 1010100 | 110111 |
Color Harmonies of #3329ED
Complementary color
Monochromatic Colors of #3329ED
Black with #3329ED
Text Example
Text Example
White with #3329ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3329ED; }
p { color: rgb(51,41,237); }
H1.HeaderClassName
{
color: #3329ED;
}
.AnyTagClassName
{
color: #3329ED;
}
</style>
background-color css
<style>
a { background-color: #3329ED; }
a { background-color: rgb(51,41,237); }
div.DivClassName
{
background-color: #3329ED;
}
.BgClassName
{
background-color: #3329ED;
}
</style>
border-color css
<style>
span { border-color: #3329ED; }
span { border-color: rgb(51,41,237); }
td.TdClassName
{
border-color: #3329ED;
}
.TagClassName
{
border-color: #3329ED;
}
</style>