Shades of Han Purple #3A1AE9
Tints of Han Purple #3A1AE9
RGB
CMYK
RGB Variations
Color information
#3A1AE9 (or 0x3A1AE9) is known color: Han Purple. HEX triplet: 3A, 1A and E9. RGB value is (58,26,233). Sum of RGB (Red+Green+Blue) = 58+26+233=317 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.30% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 233 (91.41% from 255 or 73.50% from 317); Max value from RGB is 233 - color contains mainly: blue. Hex color #3A1AE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A1AE9 is #C5E516. Grayscale: #3A3A3A. Windows color (decimal): -12969239 or 15276602. OLE color: 15276602.
HSL color Cylindrical-coordinate representation of color #3A1AE9: hue angle of 249.28º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A1AE9 is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 58 | 26 | 233 | - |
| CMYK | 0.75 | 0.89 | 0 | 0.09 |
| HSL | 249.28º | 0.82% | 0.51% | - |
| HSV(B) | 249.28º | 0.89% | 0.91% | - |
| XYZ | 16.82 | 7.52 | 77.66 | - |
| YUV | 59.17 | 226.1 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 26 | 233 | 0.75 | 0.89 | 0 | 0.09 | 249.28 | 0.82 | 0.51 |
| Hex | 3A | 1A | E9 | 4B | 59 | 0 | 9 | F9 | 52 | 33 |
| Octal | 72 | 32 | 351 | 113 | 131 | 0 | 11 | 371 | 122 | 63 |
| Binary | 111010 | 11010 | 11101001 | 1001011 | 1011001 | 0 | 1001 | 11111001 | 1010010 | 110011 |
Color Harmonies of #3A1AE9
Complementary color
Monochromatic Colors of #3A1AE9
Black with #3A1AE9
Text Example
Text Example
White with #3A1AE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1AE9; }
p { color: rgb(58,26,233); }
H1.HeaderClassName
{
color: #3A1AE9;
}
.AnyTagClassName
{
color: #3A1AE9;
}
</style>
background-color css
<style>
a { background-color: #3A1AE9; }
a { background-color: rgb(58,26,233); }
div.DivClassName
{
background-color: #3A1AE9;
}
.BgClassName
{
background-color: #3A1AE9;
}
</style>
border-color css
<style>
span { border-color: #3A1AE9; }
span { border-color: rgb(58,26,233); }
td.TdClassName
{
border-color: #3A1AE9;
}
.TagClassName
{
border-color: #3A1AE9;
}
</style>