Shades of Han Purple #3A26EC
Tints of Han Purple #3A26EC
RGB
CMYK
RGB Variations
Color information
#3A26EC (or 0x3A26EC) is known color: Han Purple. HEX triplet: 3A, 26 and EC. RGB value is (58,38,236). Sum of RGB (Red+Green+Blue) = 58+38+236=332 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.47% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 236 (92.58% from 255 or 71.08% from 332); Max value from RGB is 236 - color contains mainly: blue. Hex color #3A26EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A26EC is #C5D913. Grayscale: #414141. Windows color (decimal): -12966164 or 15476282. OLE color: 15476282.
HSL color Cylindrical-coordinate representation of color #3A26EC: hue angle of 246.06º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A26EC is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 38 | 236 | - |
| CMYK | 0.75 | 0.84 | 0 | 0.07 |
| HSL | 246.06º | 0.84% | 0.54% | - |
| HSV(B) | 246.06º | 0.84% | 0.93% | - |
| XYZ | 17.58 | 8.34 | 80.04 | - |
| YUV | 66.55 | 223.63 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 38 | 236 | 0.75 | 0.84 | 0 | 0.07 | 246.06 | 0.84 | 0.54 |
| Hex | 3A | 26 | EC | 4B | 54 | 0 | 7 | F6 | 54 | 36 |
| Octal | 72 | 46 | 354 | 113 | 124 | 0 | 7 | 366 | 124 | 66 |
| Binary | 111010 | 100110 | 11101100 | 1001011 | 1010100 | 0 | 111 | 11110110 | 1010100 | 110110 |
Color Harmonies of #3A26EC
Complementary color
Monochromatic Colors of #3A26EC
Black with #3A26EC
Text Example
Text Example
White with #3A26EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A26EC; }
p { color: rgb(58,38,236); }
H1.HeaderClassName
{
color: #3A26EC;
}
.AnyTagClassName
{
color: #3A26EC;
}
</style>
background-color css
<style>
a { background-color: #3A26EC; }
a { background-color: rgb(58,38,236); }
div.DivClassName
{
background-color: #3A26EC;
}
.BgClassName
{
background-color: #3A26EC;
}
</style>
border-color css
<style>
span { border-color: #3A26EC; }
span { border-color: rgb(58,38,236); }
td.TdClassName
{
border-color: #3A26EC;
}
.TagClassName
{
border-color: #3A26EC;
}
</style>