Shades of Han Purple #3E26F6
Tints of Han Purple #3E26F6
RGB
CMYK
RGB Variations
Color information
#3E26F6 (or 0x3E26F6) is known color: Han Purple. HEX triplet: 3E, 26 and F6. RGB value is (62,38,246). Sum of RGB (Red+Green+Blue) = 62+38+246=346 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.92% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 246 (96.48% from 255 or 71.10% from 346); Max value from RGB is 246 - color contains mainly: blue. Hex color #3E26F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3E26F6 is #C1D909. Grayscale: #444444. Windows color (decimal): -12704010 or 16131646. OLE color: 16131646.
HSL color Cylindrical-coordinate representation of color #3E26F6: hue angle of 246.92º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E26F6 is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 62 | 38 | 246 | - |
| CMYK | 0.75 | 0.85 | 0 | 0.04 |
| HSL | 246.92º | 0.92% | 0.56% | - |
| HSV(B) | 246.92º | 0.85% | 0.96% | - |
| XYZ | 19.31 | 9.06 | 87.92 | - |
| YUV | 68.89 | 227.95 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 38 | 246 | 0.75 | 0.85 | 0 | 0.04 | 246.92 | 0.92 | 0.56 |
| Hex | 3E | 26 | F6 | 4B | 55 | 0 | 4 | F7 | 5C | 38 |
| Octal | 76 | 46 | 366 | 113 | 125 | 0 | 4 | 367 | 134 | 70 |
| Binary | 111110 | 100110 | 11110110 | 1001011 | 1010101 | 0 | 100 | 11110111 | 1011100 | 111000 |
Color Harmonies of #3E26F6
Complementary color
Monochromatic Colors of #3E26F6
Black with #3E26F6
Text Example
Text Example
White with #3E26F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E26F6; }
p { color: rgb(62,38,246); }
H1.HeaderClassName
{
color: #3E26F6;
}
.AnyTagClassName
{
color: #3E26F6;
}
</style>
background-color css
<style>
a { background-color: #3E26F6; }
a { background-color: rgb(62,38,246); }
div.DivClassName
{
background-color: #3E26F6;
}
.BgClassName
{
background-color: #3E26F6;
}
</style>
border-color css
<style>
span { border-color: #3E26F6; }
span { border-color: rgb(62,38,246); }
td.TdClassName
{
border-color: #3E26F6;
}
.TagClassName
{
border-color: #3E26F6;
}
</style>