Shades of Han Purple #3E29D7
Tints of Han Purple #3E29D7
RGB
CMYK
RGB Variations
Color information
#3E29D7 (or 0x3E29D7) is known color: Han Purple. HEX triplet: 3E, 29 and D7. RGB value is (62,41,215). Sum of RGB (Red+Green+Blue) = 62+41+215=318 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.50% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 215 (84.38% from 255 or 67.61% from 318); Max value from RGB is 215 - color contains mainly: blue. Hex color #3E29D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E29D7 is #C1D628. Grayscale: #424242. Windows color (decimal): -12703273 or 14100798. OLE color: 14100798.
HSL color Cylindrical-coordinate representation of color #3E29D7: hue angle of 247.24º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E29D7 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 62 | 41 | 215 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.16 |
| HSL | 247.24º | 0.69% | 0.5% | - |
| HSV(B) | 247.24º | 0.81% | 0.84% | - |
| XYZ | 15.05 | 7.52 | 64.95 | - |
| YUV | 67.12 | 211.46 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 41 | 215 | 0.71 | 0.81 | 0 | 0.16 | 247.24 | 0.69 | 0.5 |
| Hex | 3E | 29 | D7 | 47 | 51 | 0 | 10 | F7 | 45 | 32 |
| Octal | 76 | 51 | 327 | 107 | 121 | 0 | 20 | 367 | 105 | 62 |
| Binary | 111110 | 101001 | 11010111 | 1000111 | 1010001 | 0 | 10000 | 11110111 | 1000101 | 110010 |
Color Harmonies of #3E29D7
Complementary color
Monochromatic Colors of #3E29D7
Black with #3E29D7
Text Example
Text Example
White with #3E29D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E29D7; }
p { color: rgb(62,41,215); }
H1.HeaderClassName
{
color: #3E29D7;
}
.AnyTagClassName
{
color: #3E29D7;
}
</style>
background-color css
<style>
a { background-color: #3E29D7; }
a { background-color: rgb(62,41,215); }
div.DivClassName
{
background-color: #3E29D7;
}
.BgClassName
{
background-color: #3E29D7;
}
</style>
border-color css
<style>
span { border-color: #3E29D7; }
span { border-color: rgb(62,41,215); }
td.TdClassName
{
border-color: #3E29D7;
}
.TagClassName
{
border-color: #3E29D7;
}
</style>