Shades of Han Purple #3E29E4
Tints of Han Purple #3E29E4
RGB
CMYK
RGB Variations
Color information
#3E29E4 (or 0x3E29E4) is known color: Han Purple. HEX triplet: 3E, 29 and E4. RGB value is (62,41,228). Sum of RGB (Red+Green+Blue) = 62+41+228=331 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.73% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 228 (89.45% from 255 or 68.88% from 331); Max value from RGB is 228 - color contains mainly: blue. Hex color #3E29E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E29E4 is #C1D61B. Grayscale: #434343. Windows color (decimal): -12703260 or 14952766. OLE color: 14952766.
HSL color Cylindrical-coordinate representation of color #3E29E4: hue angle of 246.74º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E29E4 is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 62 | 41 | 228 | - |
| CMYK | 0.73 | 0.82 | 0 | 0.11 |
| HSL | 246.74º | 0.78% | 0.53% | - |
| HSV(B) | 246.74º | 0.82% | 0.89% | - |
| XYZ | 16.78 | 8.21 | 74.1 | - |
| YUV | 68.6 | 217.96 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 41 | 228 | 0.73 | 0.82 | 0 | 0.11 | 246.74 | 0.78 | 0.53 |
| Hex | 3E | 29 | E4 | 49 | 52 | 0 | B | F7 | 4E | 35 |
| Octal | 76 | 51 | 344 | 111 | 122 | 0 | 13 | 367 | 116 | 65 |
| Binary | 111110 | 101001 | 11100100 | 1001001 | 1010010 | 0 | 1011 | 11110111 | 1001110 | 110101 |
Color Harmonies of #3E29E4
Complementary color
Monochromatic Colors of #3E29E4
Black with #3E29E4
Text Example
Text Example
White with #3E29E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E29E4; }
p { color: rgb(62,41,228); }
H1.HeaderClassName
{
color: #3E29E4;
}
.AnyTagClassName
{
color: #3E29E4;
}
</style>
background-color css
<style>
a { background-color: #3E29E4; }
a { background-color: rgb(62,41,228); }
div.DivClassName
{
background-color: #3E29E4;
}
.BgClassName
{
background-color: #3E29E4;
}
</style>
border-color css
<style>
span { border-color: #3E29E4; }
span { border-color: rgb(62,41,228); }
td.TdClassName
{
border-color: #3E29E4;
}
.TagClassName
{
border-color: #3E29E4;
}
</style>