Shades of Han Purple #3A26EF
Tints of Han Purple #3A26EF
RGB
CMYK
RGB Variations
Color information
#3A26EF (or 0x3A26EF) is known color: Han Purple. HEX triplet: 3A, 26 and EF. RGB value is (58,38,239). Sum of RGB (Red+Green+Blue) = 58+38+239=335 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.31% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 239 (93.75% from 255 or 71.34% from 335); Max value from RGB is 239 - color contains mainly: blue. Hex color #3A26EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A26EF is #C5D910. Grayscale: #424242. Windows color (decimal): -12966161 or 15672890. OLE color: 15672890.
HSL color Cylindrical-coordinate representation of color #3A26EF: hue angle of 245.97º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A26EF is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 38 | 239 | - |
| CMYK | 0.76 | 0.84 | 0 | 0.06 |
| HSL | 245.97º | 0.86% | 0.54% | - |
| HSV(B) | 245.97º | 0.84% | 0.94% | - |
| XYZ | 18.02 | 8.52 | 82.36 | - |
| YUV | 66.89 | 225.13 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 38 | 239 | 0.76 | 0.84 | 0 | 0.06 | 245.97 | 0.86 | 0.54 |
| Hex | 3A | 26 | EF | 4C | 54 | 0 | 6 | F6 | 56 | 36 |
| Octal | 72 | 46 | 357 | 114 | 124 | 0 | 6 | 366 | 126 | 66 |
| Binary | 111010 | 100110 | 11101111 | 1001100 | 1010100 | 0 | 110 | 11110110 | 1010110 | 110110 |
Color Harmonies of #3A26EF
Complementary color
Monochromatic Colors of #3A26EF
Black with #3A26EF
Text Example
Text Example
White with #3A26EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A26EF; }
p { color: rgb(58,38,239); }
H1.HeaderClassName
{
color: #3A26EF;
}
.AnyTagClassName
{
color: #3A26EF;
}
</style>
background-color css
<style>
a { background-color: #3A26EF; }
a { background-color: rgb(58,38,239); }
div.DivClassName
{
background-color: #3A26EF;
}
.BgClassName
{
background-color: #3A26EF;
}
</style>
border-color css
<style>
span { border-color: #3A26EF; }
span { border-color: rgb(58,38,239); }
td.TdClassName
{
border-color: #3A26EF;
}
.TagClassName
{
border-color: #3A26EF;
}
</style>