Shades of Han Purple #3A1AEF
Tints of Han Purple #3A1AEF
RGB
CMYK
RGB Variations
Color information
#3A1AEF (or 0x3A1AEF) is known color: Han Purple. HEX triplet: 3A, 1A and EF. RGB value is (58,26,239). Sum of RGB (Red+Green+Blue) = 58+26+239=323 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.96% from 323); Green value is 26 (10.55% from 255 or 8.05% from 323); Blue value is 239 (93.75% from 255 or 73.99% from 323); Max value from RGB is 239 - color contains mainly: blue. Hex color #3A1AEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A1AEF is #C5E510. Grayscale: #3B3B3B. Windows color (decimal): -12969233 or 15669818. OLE color: 15669818.
HSL color Cylindrical-coordinate representation of color #3A1AEF: hue angle of 249.01º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A1AEF is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 26 | 239 | - |
| CMYK | 0.76 | 0.89 | 0 | 0.06 |
| HSL | 249.01º | 0.87% | 0.52% | - |
| HSV(B) | 249.01º | 0.89% | 0.94% | - |
| XYZ | 17.69 | 7.87 | 82.25 | - |
| YUV | 59.85 | 229.1 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 26 | 239 | 0.76 | 0.89 | 0 | 0.06 | 249.01 | 0.87 | 0.52 |
| Hex | 3A | 1A | EF | 4C | 59 | 0 | 6 | F9 | 57 | 34 |
| Octal | 72 | 32 | 357 | 114 | 131 | 0 | 6 | 371 | 127 | 64 |
| Binary | 111010 | 11010 | 11101111 | 1001100 | 1011001 | 0 | 110 | 11111001 | 1010111 | 110100 |
Color Harmonies of #3A1AEF
Complementary color
Monochromatic Colors of #3A1AEF
Black with #3A1AEF
Text Example
Text Example
White with #3A1AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1AEF; }
p { color: rgb(58,26,239); }
H1.HeaderClassName
{
color: #3A1AEF;
}
.AnyTagClassName
{
color: #3A1AEF;
}
</style>
background-color css
<style>
a { background-color: #3A1AEF; }
a { background-color: rgb(58,26,239); }
div.DivClassName
{
background-color: #3A1AEF;
}
.BgClassName
{
background-color: #3A1AEF;
}
</style>
border-color css
<style>
span { border-color: #3A1AEF; }
span { border-color: rgb(58,26,239); }
td.TdClassName
{
border-color: #3A1AEF;
}
.TagClassName
{
border-color: #3A1AEF;
}
</style>