Shades of Han Purple #3E29DF
Tints of Han Purple #3E29DF
RGB
CMYK
RGB Variations
Color information
#3E29DF (or 0x3E29DF) is known color: Han Purple. HEX triplet: 3E, 29 and DF. RGB value is (62,41,223). Sum of RGB (Red+Green+Blue) = 62+41+223=326 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.02% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 223 (87.5% from 255 or 68.40% from 326); Max value from RGB is 223 - color contains mainly: blue. Hex color #3E29DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E29DF is #C1D620. Grayscale: #434343. Windows color (decimal): -12703265 or 14625086. OLE color: 14625086.
HSL color Cylindrical-coordinate representation of color #3E29DF: hue angle of 246.92º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E29DF is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 41 | 223 | - |
| CMYK | 0.72 | 0.82 | 0 | 0.13 |
| HSL | 246.92º | 0.74% | 0.52% | - |
| HSV(B) | 246.92º | 0.82% | 0.87% | - |
| XYZ | 16.1 | 7.94 | 70.5 | - |
| YUV | 68.03 | 215.46 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 41 | 223 | 0.72 | 0.82 | 0 | 0.13 | 246.92 | 0.74 | 0.52 |
| Hex | 3E | 29 | DF | 48 | 52 | 0 | D | F7 | 4A | 34 |
| Octal | 76 | 51 | 337 | 110 | 122 | 0 | 15 | 367 | 112 | 64 |
| Binary | 111110 | 101001 | 11011111 | 1001000 | 1010010 | 0 | 1101 | 11110111 | 1001010 | 110100 |
Color Harmonies of #3E29DF
Complementary color
Monochromatic Colors of #3E29DF
Black with #3E29DF
Text Example
Text Example
White with #3E29DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E29DF; }
p { color: rgb(62,41,223); }
H1.HeaderClassName
{
color: #3E29DF;
}
.AnyTagClassName
{
color: #3E29DF;
}
</style>
background-color css
<style>
a { background-color: #3E29DF; }
a { background-color: rgb(62,41,223); }
div.DivClassName
{
background-color: #3E29DF;
}
.BgClassName
{
background-color: #3E29DF;
}
</style>
border-color css
<style>
span { border-color: #3E29DF; }
span { border-color: rgb(62,41,223); }
td.TdClassName
{
border-color: #3E29DF;
}
.TagClassName
{
border-color: #3E29DF;
}
</style>