Shades of Han Purple #3E26D7
Tints of Han Purple #3E26D7
RGB
CMYK
RGB Variations
Color information
#3E26D7 (or 0x3E26D7) is known color: Han Purple. HEX triplet: 3E, 26 and D7. RGB value is (62,38,215). Sum of RGB (Red+Green+Blue) = 62+38+215=315 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.68% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 215 (84.38% from 255 or 68.25% from 315); Max value from RGB is 215 - color contains mainly: blue. Hex color #3E26D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E26D7 is #C1D928. Grayscale: #404040. Windows color (decimal): -12704041 or 14100030. OLE color: 14100030.
HSL color Cylindrical-coordinate representation of color #3E26D7: hue angle of 248.14º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E26D7 is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 62 | 38 | 215 | - |
| CMYK | 0.71 | 0.82 | 0 | 0.16 |
| HSL | 248.14º | 0.7% | 0.5% | - |
| HSV(B) | 248.14º | 0.82% | 0.84% | - |
| XYZ | 14.95 | 7.32 | 64.91 | - |
| YUV | 65.35 | 212.45 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 38 | 215 | 0.71 | 0.82 | 0 | 0.16 | 248.14 | 0.7 | 0.5 |
| Hex | 3E | 26 | D7 | 47 | 52 | 0 | 10 | F8 | 46 | 32 |
| Octal | 76 | 46 | 327 | 107 | 122 | 0 | 20 | 370 | 106 | 62 |
| Binary | 111110 | 100110 | 11010111 | 1000111 | 1010010 | 0 | 10000 | 11111000 | 1000110 | 110010 |
Color Harmonies of #3E26D7
Complementary color
Monochromatic Colors of #3E26D7
Black with #3E26D7
Text Example
Text Example
White with #3E26D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E26D7; }
p { color: rgb(62,38,215); }
H1.HeaderClassName
{
color: #3E26D7;
}
.AnyTagClassName
{
color: #3E26D7;
}
</style>
background-color css
<style>
a { background-color: #3E26D7; }
a { background-color: rgb(62,38,215); }
div.DivClassName
{
background-color: #3E26D7;
}
.BgClassName
{
background-color: #3E26D7;
}
</style>
border-color css
<style>
span { border-color: #3E26D7; }
span { border-color: rgb(62,38,215); }
td.TdClassName
{
border-color: #3E26D7;
}
.TagClassName
{
border-color: #3E26D7;
}
</style>