Shades of Han Purple #3E29EB
Tints of Han Purple #3E29EB
RGB
CMYK
RGB Variations
Color information
#3E29EB (or 0x3E29EB) is known color: Han Purple. HEX triplet: 3E, 29 and EB. RGB value is (62,41,235). Sum of RGB (Red+Green+Blue) = 62+41+235=338 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.34% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 235 (92.19% from 255 or 69.53% from 338); Max value from RGB is 235 - color contains mainly: blue. Hex color #3E29EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E29EB is #C1D614. Grayscale: #444444. Windows color (decimal): -12703253 or 15411518. OLE color: 15411518.
HSL color Cylindrical-coordinate representation of color #3E29EB: hue angle of 246.49º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3E29EB is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 41 | 235 | - |
| CMYK | 0.74 | 0.83 | 0 | 0.08 |
| HSL | 246.49º | 0.83% | 0.54% | - |
| HSV(B) | 246.49º | 0.83% | 0.92% | - |
| XYZ | 17.77 | 8.61 | 79.32 | - |
| YUV | 69.4 | 221.46 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 41 | 235 | 0.74 | 0.83 | 0 | 0.08 | 246.49 | 0.83 | 0.54 |
| Hex | 3E | 29 | EB | 4A | 53 | 0 | 8 | F6 | 53 | 36 |
| Octal | 76 | 51 | 353 | 112 | 123 | 0 | 10 | 366 | 123 | 66 |
| Binary | 111110 | 101001 | 11101011 | 1001010 | 1010011 | 0 | 1000 | 11110110 | 1010011 | 110110 |
Color Harmonies of #3E29EB
Complementary color
Monochromatic Colors of #3E29EB
Black with #3E29EB
Text Example
Text Example
White with #3E29EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E29EB; }
p { color: rgb(62,41,235); }
H1.HeaderClassName
{
color: #3E29EB;
}
.AnyTagClassName
{
color: #3E29EB;
}
</style>
background-color css
<style>
a { background-color: #3E29EB; }
a { background-color: rgb(62,41,235); }
div.DivClassName
{
background-color: #3E29EB;
}
.BgClassName
{
background-color: #3E29EB;
}
</style>
border-color css
<style>
span { border-color: #3E29EB; }
span { border-color: rgb(62,41,235); }
td.TdClassName
{
border-color: #3E29EB;
}
.TagClassName
{
border-color: #3E29EB;
}
</style>