Shades of Han Purple #3E2CDE
Tints of Han Purple #3E2CDE
RGB
CMYK
RGB Variations
Color information
#3E2CDE (or 0x3E2CDE) is known color: Han Purple. HEX triplet: 3E, 2C and DE. RGB value is (62,44,222). Sum of RGB (Red+Green+Blue) = 62+44+222=328 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.90% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 222 (87.11% from 255 or 67.68% from 328); Max value from RGB is 222 - color contains mainly: blue. Hex color #3E2CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E2CDE is #C1D321. Grayscale: #444444. Windows color (decimal): -12702498 or 14560318. OLE color: 14560318.
HSL color Cylindrical-coordinate representation of color #3E2CDE: hue angle of 246.07º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3E2CDE is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 44 | 222 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.13 |
| HSL | 246.07º | 0.73% | 0.52% | - |
| HSV(B) | 246.07º | 0.8% | 0.87% | - |
| XYZ | 16.07 | 8.1 | 69.82 | - |
| YUV | 69.67 | 213.96 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 44 | 222 | 0.72 | 0.80 | 0 | 0.13 | 246.07 | 0.73 | 0.52 |
| Hex | 3E | 2C | DE | 48 | 50 | 0 | D | F6 | 49 | 34 |
| Octal | 76 | 54 | 336 | 110 | 120 | 0 | 15 | 366 | 111 | 64 |
| Binary | 111110 | 101100 | 11011110 | 1001000 | 1010000 | 0 | 1101 | 11110110 | 1001001 | 110100 |
Color Harmonies of #3E2CDE
Complementary color
Monochromatic Colors of #3E2CDE
Black with #3E2CDE
Text Example
Text Example
White with #3E2CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2CDE; }
p { color: rgb(62,44,222); }
H1.HeaderClassName
{
color: #3E2CDE;
}
.AnyTagClassName
{
color: #3E2CDE;
}
</style>
background-color css
<style>
a { background-color: #3E2CDE; }
a { background-color: rgb(62,44,222); }
div.DivClassName
{
background-color: #3E2CDE;
}
.BgClassName
{
background-color: #3E2CDE;
}
</style>
border-color css
<style>
span { border-color: #3E2CDE; }
span { border-color: rgb(62,44,222); }
td.TdClassName
{
border-color: #3E2CDE;
}
.TagClassName
{
border-color: #3E2CDE;
}
</style>