Shades of Han Purple #3E26EB
Tints of Han Purple #3E26EB
RGB
CMYK
RGB Variations
Color information
#3E26EB (or 0x3E26EB) is known color: Han Purple. HEX triplet: 3E, 26 and EB. RGB value is (62,38,235). Sum of RGB (Red+Green+Blue) = 62+38+235=335 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.51% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 235 (92.19% from 255 or 70.15% from 335); Max value from RGB is 235 - color contains mainly: blue. Hex color #3E26EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E26EB is #C1D914. Grayscale: #424242. Windows color (decimal): -12704021 or 15410750. OLE color: 15410750.
HSL color Cylindrical-coordinate representation of color #3E26EB: hue angle of 247.31º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E26EB is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 38 | 235 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.08 |
| HSL | 247.31º | 0.83% | 0.54% | - |
| HSV(B) | 247.31º | 0.84% | 0.92% | - |
| XYZ | 17.68 | 8.41 | 79.29 | - |
| YUV | 67.63 | 222.45 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 38 | 235 | 0.74 | 0.84 | 0 | 0.08 | 247.31 | 0.83 | 0.54 |
| Hex | 3E | 26 | EB | 4A | 54 | 0 | 8 | F7 | 53 | 36 |
| Octal | 76 | 46 | 353 | 112 | 124 | 0 | 10 | 367 | 123 | 66 |
| Binary | 111110 | 100110 | 11101011 | 1001010 | 1010100 | 0 | 1000 | 11110111 | 1010011 | 110110 |
Color Harmonies of #3E26EB
Complementary color
Monochromatic Colors of #3E26EB
Black with #3E26EB
Text Example
Text Example
White with #3E26EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E26EB; }
p { color: rgb(62,38,235); }
H1.HeaderClassName
{
color: #3E26EB;
}
.AnyTagClassName
{
color: #3E26EB;
}
</style>
background-color css
<style>
a { background-color: #3E26EB; }
a { background-color: rgb(62,38,235); }
div.DivClassName
{
background-color: #3E26EB;
}
.BgClassName
{
background-color: #3E26EB;
}
</style>
border-color css
<style>
span { border-color: #3E26EB; }
span { border-color: rgb(62,38,235); }
td.TdClassName
{
border-color: #3E26EB;
}
.TagClassName
{
border-color: #3E26EB;
}
</style>