Shades of Han Purple #3E26EA
Tints of Han Purple #3E26EA
RGB
CMYK
RGB Variations
Color information
#3E26EA (or 0x3E26EA) is known color: Han Purple. HEX triplet: 3E, 26 and EA. RGB value is (62,38,234). Sum of RGB (Red+Green+Blue) = 62+38+234=334 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.56% from 334); Green value is 38 (15.23% from 255 or 11.38% from 334); Blue value is 234 (91.80% from 255 or 70.06% from 334); Max value from RGB is 234 - color contains mainly: blue. Hex color #3E26EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E26EA is #C1D915. Grayscale: #424242. Windows color (decimal): -12704022 or 15345214. OLE color: 15345214.
HSL color Cylindrical-coordinate representation of color #3E26EA: hue angle of 247.35º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E26EA is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 62 | 38 | 234 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.08 |
| HSL | 247.35º | 0.82% | 0.53% | - |
| HSV(B) | 247.35º | 0.84% | 0.92% | - |
| XYZ | 17.53 | 8.35 | 78.53 | - |
| YUV | 67.52 | 221.95 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 38 | 234 | 0.74 | 0.84 | 0 | 0.08 | 247.35 | 0.82 | 0.53 |
| Hex | 3E | 26 | EA | 4A | 54 | 0 | 8 | F7 | 52 | 35 |
| Octal | 76 | 46 | 352 | 112 | 124 | 0 | 10 | 367 | 122 | 65 |
| Binary | 111110 | 100110 | 11101010 | 1001010 | 1010100 | 0 | 1000 | 11110111 | 1010010 | 110101 |
Color Harmonies of #3E26EA
Complementary color
Monochromatic Colors of #3E26EA
Black with #3E26EA
Text Example
Text Example
White with #3E26EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E26EA; }
p { color: rgb(62,38,234); }
H1.HeaderClassName
{
color: #3E26EA;
}
.AnyTagClassName
{
color: #3E26EA;
}
</style>
background-color css
<style>
a { background-color: #3E26EA; }
a { background-color: rgb(62,38,234); }
div.DivClassName
{
background-color: #3E26EA;
}
.BgClassName
{
background-color: #3E26EA;
}
</style>
border-color css
<style>
span { border-color: #3E26EA; }
span { border-color: rgb(62,38,234); }
td.TdClassName
{
border-color: #3E26EA;
}
.TagClassName
{
border-color: #3E26EA;
}
</style>