Shades of Han Purple #3229E1
Tints of Han Purple #3229E1
RGB
CMYK
RGB Variations
Color information
#3229E1 (or 0x3229E1) is known color: Han Purple. HEX triplet: 32, 29 and E1. RGB value is (50,41,225). Sum of RGB (Red+Green+Blue) = 50+41+225=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 225 (88.28% from 255 or 71.20% from 316); Max value from RGB is 225 - color contains mainly: blue. Hex color #3229E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3229E1 is #CDD61E. Grayscale: #3F3F3F. Windows color (decimal): -13489695 or 14756146. OLE color: 14756146.
HSL color Cylindrical-coordinate representation of color #3229E1: hue angle of 242.93º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3229E1 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 41 | 225 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.12 |
| HSL | 242.93º | 0.75% | 0.52% | - |
| HSV(B) | 242.93º | 0.82% | 0.88% | - |
| XYZ | 15.7 | 7.7 | 71.89 | - |
| YUV | 64.67 | 218.48 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 41 | 225 | 0.78 | 0.82 | 0 | 0.12 | 242.93 | 0.75 | 0.52 |
| Hex | 32 | 29 | E1 | 4E | 52 | 0 | C | F3 | 4B | 34 |
| Octal | 62 | 51 | 341 | 116 | 122 | 0 | 14 | 363 | 113 | 64 |
| Binary | 110010 | 101001 | 11100001 | 1001110 | 1010010 | 0 | 1100 | 11110011 | 1001011 | 110100 |
Color Harmonies of #3229E1
Complementary color
Monochromatic Colors of #3229E1
Black with #3229E1
Text Example
Text Example
White with #3229E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3229E1; }
p { color: rgb(50,41,225); }
H1.HeaderClassName
{
color: #3229E1;
}
.AnyTagClassName
{
color: #3229E1;
}
</style>
background-color css
<style>
a { background-color: #3229E1; }
a { background-color: rgb(50,41,225); }
div.DivClassName
{
background-color: #3229E1;
}
.BgClassName
{
background-color: #3229E1;
}
</style>
border-color css
<style>
span { border-color: #3229E1; }
span { border-color: rgb(50,41,225); }
td.TdClassName
{
border-color: #3229E1;
}
.TagClassName
{
border-color: #3229E1;
}
</style>