Shades of Han Purple #3E29D8
Tints of Han Purple #3E29D8
RGB
CMYK
RGB Variations
Color information
#3E29D8 (or 0x3E29D8) is known color: Han Purple. HEX triplet: 3E, 29 and D8. RGB value is (62,41,216). Sum of RGB (Red+Green+Blue) = 62+41+216=319 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.44% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 216 (84.77% from 255 or 67.71% from 319); Max value from RGB is 216 - color contains mainly: blue. Hex color #3E29D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E29D8 is #C1D627. Grayscale: #424242. Windows color (decimal): -12703272 or 14166334. OLE color: 14166334.
HSL color Cylindrical-coordinate representation of color #3E29D8: hue angle of 247.2º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E29D8 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 62 | 41 | 216 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.15 |
| HSL | 247.2º | 0.69% | 0.5% | - |
| HSV(B) | 247.2º | 0.81% | 0.85% | - |
| XYZ | 15.17 | 7.57 | 65.63 | - |
| YUV | 67.23 | 211.96 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 41 | 216 | 0.71 | 0.81 | 0 | 0.15 | 247.2 | 0.69 | 0.5 |
| Hex | 3E | 29 | D8 | 47 | 51 | 0 | F | F7 | 45 | 32 |
| Octal | 76 | 51 | 330 | 107 | 121 | 0 | 17 | 367 | 105 | 62 |
| Binary | 111110 | 101001 | 11011000 | 1000111 | 1010001 | 0 | 1111 | 11110111 | 1000101 | 110010 |
Color Harmonies of #3E29D8
Complementary color
Monochromatic Colors of #3E29D8
Black with #3E29D8
Text Example
Text Example
White with #3E29D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E29D8; }
p { color: rgb(62,41,216); }
H1.HeaderClassName
{
color: #3E29D8;
}
.AnyTagClassName
{
color: #3E29D8;
}
</style>
background-color css
<style>
a { background-color: #3E29D8; }
a { background-color: rgb(62,41,216); }
div.DivClassName
{
background-color: #3E29D8;
}
.BgClassName
{
background-color: #3E29D8;
}
</style>
border-color css
<style>
span { border-color: #3E29D8; }
span { border-color: rgb(62,41,216); }
td.TdClassName
{
border-color: #3E29D8;
}
.TagClassName
{
border-color: #3E29D8;
}
</style>