Shades of Han Purple #3E2BDF
Tints of Han Purple #3E2BDF
RGB
CMYK
RGB Variations
Color information
#3E2BDF (or 0x3E2BDF) is known color: Han Purple. HEX triplet: 3E, 2B and DF. RGB value is (62,43,223). Sum of RGB (Red+Green+Blue) = 62+43+223=328 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.90% from 328); Green value is 43 (17.19% from 255 or 13.11% from 328); Blue value is 223 (87.5% from 255 or 67.99% from 328); Max value from RGB is 223 - color contains mainly: blue. Hex color #3E2BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E2BDF is #C1D420. Grayscale: #444444. Windows color (decimal): -12702753 or 14625598. OLE color: 14625598.
HSL color Cylindrical-coordinate representation of color #3E2BDF: hue angle of 246.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3E2BDF is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 43 | 223 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.13 |
| HSL | 246.33º | 0.74% | 0.52% | - |
| HSV(B) | 246.33º | 0.81% | 0.87% | - |
| XYZ | 16.17 | 8.08 | 70.52 | - |
| YUV | 69.2 | 214.79 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 43 | 223 | 0.72 | 0.81 | 0 | 0.13 | 246.33 | 0.74 | 0.52 |
| Hex | 3E | 2B | DF | 48 | 51 | 0 | D | F6 | 4A | 34 |
| Octal | 76 | 53 | 337 | 110 | 121 | 0 | 15 | 366 | 112 | 64 |
| Binary | 111110 | 101011 | 11011111 | 1001000 | 1010001 | 0 | 1101 | 11110110 | 1001010 | 110100 |
Color Harmonies of #3E2BDF
Complementary color
Monochromatic Colors of #3E2BDF
Black with #3E2BDF
Text Example
Text Example
White with #3E2BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2BDF; }
p { color: rgb(62,43,223); }
H1.HeaderClassName
{
color: #3E2BDF;
}
.AnyTagClassName
{
color: #3E2BDF;
}
</style>
background-color css
<style>
a { background-color: #3E2BDF; }
a { background-color: rgb(62,43,223); }
div.DivClassName
{
background-color: #3E2BDF;
}
.BgClassName
{
background-color: #3E2BDF;
}
</style>
border-color css
<style>
span { border-color: #3E2BDF; }
span { border-color: rgb(62,43,223); }
td.TdClassName
{
border-color: #3E2BDF;
}
.TagClassName
{
border-color: #3E2BDF;
}
</style>