Shades of Han Purple #3E2BEB
Tints of Han Purple #3E2BEB
RGB
CMYK
RGB Variations
Color information
#3E2BEB (or 0x3E2BEB) is known color: Han Purple. HEX triplet: 3E, 2B and EB. RGB value is (62,43,235). Sum of RGB (Red+Green+Blue) = 62+43+235=340 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.24% from 340); Green value is 43 (17.19% from 255 or 12.65% from 340); Blue value is 235 (92.19% from 255 or 69.12% from 340); Max value from RGB is 235 - color contains mainly: blue. Hex color #3E2BEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E2BEB is #C1D414. Grayscale: #454545. Windows color (decimal): -12702741 or 15412030. OLE color: 15412030.
HSL color Cylindrical-coordinate representation of color #3E2BEB: hue angle of 245.94º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E2BEB is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 43 | 235 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.08 |
| HSL | 245.94º | 0.83% | 0.55% | - |
| HSV(B) | 245.94º | 0.82% | 0.92% | - |
| XYZ | 17.85 | 8.75 | 79.35 | - |
| YUV | 70.57 | 220.79 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 43 | 235 | 0.74 | 0.82 | 0 | 0.08 | 245.94 | 0.83 | 0.55 |
| Hex | 3E | 2B | EB | 4A | 52 | 0 | 8 | F6 | 53 | 37 |
| Octal | 76 | 53 | 353 | 112 | 122 | 0 | 10 | 366 | 123 | 67 |
| Binary | 111110 | 101011 | 11101011 | 1001010 | 1010010 | 0 | 1000 | 11110110 | 1010011 | 110111 |
Color Harmonies of #3E2BEB
Complementary color
Monochromatic Colors of #3E2BEB
Black with #3E2BEB
Text Example
Text Example
White with #3E2BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2BEB; }
p { color: rgb(62,43,235); }
H1.HeaderClassName
{
color: #3E2BEB;
}
.AnyTagClassName
{
color: #3E2BEB;
}
</style>
background-color css
<style>
a { background-color: #3E2BEB; }
a { background-color: rgb(62,43,235); }
div.DivClassName
{
background-color: #3E2BEB;
}
.BgClassName
{
background-color: #3E2BEB;
}
</style>
border-color css
<style>
span { border-color: #3E2BEB; }
span { border-color: rgb(62,43,235); }
td.TdClassName
{
border-color: #3E2BEB;
}
.TagClassName
{
border-color: #3E2BEB;
}
</style>