Shades of Han Purple #3A1AE1
Tints of Han Purple #3A1AE1
RGB
CMYK
RGB Variations
Color information
#3A1AE1 (or 0x3A1AE1) is known color: Han Purple. HEX triplet: 3A, 1A and E1. RGB value is (58,26,225). Sum of RGB (Red+Green+Blue) = 58+26+225=309 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.77% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 225 (88.28% from 255 or 72.82% from 309); Max value from RGB is 225 - color contains mainly: blue. Hex color #3A1AE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1AE1 is #C5E51E. Grayscale: #393939. Windows color (decimal): -12969247 or 14752314. OLE color: 14752314.
HSL color Cylindrical-coordinate representation of color #3A1AE1: hue angle of 249.65º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A1AE1 is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 58 | 26 | 225 | - |
| CMYK | 0.74 | 0.88 | 0 | 0.12 |
| HSL | 249.65º | 0.79% | 0.49% | - |
| HSV(B) | 249.65º | 0.88% | 0.88% | - |
| XYZ | 15.7 | 7.07 | 71.77 | - |
| YUV | 58.25 | 222.1 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 26 | 225 | 0.74 | 0.88 | 0 | 0.12 | 249.65 | 0.79 | 0.49 |
| Hex | 3A | 1A | E1 | 4A | 58 | 0 | C | FA | 4F | 31 |
| Octal | 72 | 32 | 341 | 112 | 130 | 0 | 14 | 372 | 117 | 61 |
| Binary | 111010 | 11010 | 11100001 | 1001010 | 1011000 | 0 | 1100 | 11111010 | 1001111 | 110001 |
Color Harmonies of #3A1AE1
Complementary color
Monochromatic Colors of #3A1AE1
Black with #3A1AE1
Text Example
Text Example
White with #3A1AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1AE1; }
p { color: rgb(58,26,225); }
H1.HeaderClassName
{
color: #3A1AE1;
}
.AnyTagClassName
{
color: #3A1AE1;
}
</style>
background-color css
<style>
a { background-color: #3A1AE1; }
a { background-color: rgb(58,26,225); }
div.DivClassName
{
background-color: #3A1AE1;
}
.BgClassName
{
background-color: #3A1AE1;
}
</style>
border-color css
<style>
span { border-color: #3A1AE1; }
span { border-color: rgb(58,26,225); }
td.TdClassName
{
border-color: #3A1AE1;
}
.TagClassName
{
border-color: #3A1AE1;
}
</style>