Shades of Han Purple #3E2BDC
Tints of Han Purple #3E2BDC
RGB
CMYK
RGB Variations
Color information
#3E2BDC (or 0x3E2BDC) is known color: Han Purple. HEX triplet: 3E, 2B and DC. RGB value is (62,43,220). Sum of RGB (Red+Green+Blue) = 62+43+220=325 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.08% from 325); Green value is 43 (17.19% from 255 or 13.23% from 325); Blue value is 220 (86.33% from 255 or 67.69% from 325); Max value from RGB is 220 - color contains mainly: blue. Hex color #3E2BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E2BDC is #C1D423. Grayscale: #444444. Windows color (decimal): -12702756 or 14428990. OLE color: 14428990.
HSL color Cylindrical-coordinate representation of color #3E2BDC: hue angle of 246.44º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3E2BDC is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 43 | 220 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.14 |
| HSL | 246.44º | 0.72% | 0.52% | - |
| HSV(B) | 246.44º | 0.8% | 0.86% | - |
| XYZ | 15.77 | 7.92 | 68.41 | - |
| YUV | 68.86 | 213.29 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 43 | 220 | 0.72 | 0.80 | 0 | 0.14 | 246.44 | 0.72 | 0.52 |
| Hex | 3E | 2B | DC | 48 | 50 | 0 | E | F6 | 48 | 34 |
| Octal | 76 | 53 | 334 | 110 | 120 | 0 | 16 | 366 | 110 | 64 |
| Binary | 111110 | 101011 | 11011100 | 1001000 | 1010000 | 0 | 1110 | 11110110 | 1001000 | 110100 |
Color Harmonies of #3E2BDC
Complementary color
Monochromatic Colors of #3E2BDC
Black with #3E2BDC
Text Example
Text Example
White with #3E2BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2BDC; }
p { color: rgb(62,43,220); }
H1.HeaderClassName
{
color: #3E2BDC;
}
.AnyTagClassName
{
color: #3E2BDC;
}
</style>
background-color css
<style>
a { background-color: #3E2BDC; }
a { background-color: rgb(62,43,220); }
div.DivClassName
{
background-color: #3E2BDC;
}
.BgClassName
{
background-color: #3E2BDC;
}
</style>
border-color css
<style>
span { border-color: #3E2BDC; }
span { border-color: rgb(62,43,220); }
td.TdClassName
{
border-color: #3E2BDC;
}
.TagClassName
{
border-color: #3E2BDC;
}
</style>