Shades of Han Purple #3E1DDE
Tints of Han Purple #3E1DDE
RGB
CMYK
RGB Variations
Color information
#3E1DDE (or 0x3E1DDE) is known color: Han Purple. HEX triplet: 3E, 1D and DE. RGB value is (62,29,222). Sum of RGB (Red+Green+Blue) = 62+29+222=313 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.81% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 222 (87.11% from 255 or 70.93% from 313); Max value from RGB is 222 - color contains mainly: blue. Hex color #3E1DDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E1DDE is #C1E221. Grayscale: #3C3C3C. Windows color (decimal): -12706338 or 14556478. OLE color: 14556478.
HSL color Cylindrical-coordinate representation of color #3E1DDE: hue angle of 250.26º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E1DDE is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 29 | 222 | - |
| CMYK | 0.72 | 0.87 | 0 | 0.13 |
| HSL | 250.26º | 0.77% | 0.49% | - |
| HSV(B) | 250.26º | 0.87% | 0.87% | - |
| XYZ | 15.61 | 7.18 | 69.67 | - |
| YUV | 60.87 | 218.93 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 29 | 222 | 0.72 | 0.87 | 0 | 0.13 | 250.26 | 0.77 | 0.49 |
| Hex | 3E | 1D | DE | 48 | 57 | 0 | D | FA | 4D | 31 |
| Octal | 76 | 35 | 336 | 110 | 127 | 0 | 15 | 372 | 115 | 61 |
| Binary | 111110 | 11101 | 11011110 | 1001000 | 1010111 | 0 | 1101 | 11111010 | 1001101 | 110001 |
Color Harmonies of #3E1DDE
Complementary color
Monochromatic Colors of #3E1DDE
Black with #3E1DDE
Text Example
Text Example
White with #3E1DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1DDE; }
p { color: rgb(62,29,222); }
H1.HeaderClassName
{
color: #3E1DDE;
}
.AnyTagClassName
{
color: #3E1DDE;
}
</style>
background-color css
<style>
a { background-color: #3E1DDE; }
a { background-color: rgb(62,29,222); }
div.DivClassName
{
background-color: #3E1DDE;
}
.BgClassName
{
background-color: #3E1DDE;
}
</style>
border-color css
<style>
span { border-color: #3E1DDE; }
span { border-color: rgb(62,29,222); }
td.TdClassName
{
border-color: #3E1DDE;
}
.TagClassName
{
border-color: #3E1DDE;
}
</style>