Shades of Han Purple #3A0FE1
Tints of Han Purple #3A0FE1
RGB
CMYK
RGB Variations
Color information
#3A0FE1 (or 0x3A0FE1) is known color: Han Purple. HEX triplet: 3A, 0F and E1. RGB value is (58,15,225). Sum of RGB (Red+Green+Blue) = 58+15+225=298 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.46% from 298); Green value is 15 (6.25% from 255 or 5.03% from 298); Blue value is 225 (88.28% from 255 or 75.50% from 298); Max value from RGB is 225 - color contains mainly: blue. Hex color #3A0FE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0FE1 is #C5F01E. Grayscale: #333333. Windows color (decimal): -12972063 or 14749498. OLE color: 14749498.
HSL color Cylindrical-coordinate representation of color #3A0FE1: hue angle of 252.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A0FE1 is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 58 | 15 | 225 | - |
| CMYK | 0.74 | 0.93 | 0 | 0.12 |
| HSL | 252.29º | 0.88% | 0.47% | - |
| HSV(B) | 252.29º | 0.93% | 0.88% | - |
| XYZ | 15.51 | 6.68 | 71.71 | - |
| YUV | 51.8 | 225.75 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 15 | 225 | 0.74 | 0.93 | 0 | 0.12 | 252.29 | 0.88 | 0.47 |
| Hex | 3A | F | E1 | 4A | 5D | 0 | C | FC | 58 | 2F |
| Octal | 72 | 17 | 341 | 112 | 135 | 0 | 14 | 374 | 130 | 57 |
| Binary | 111010 | 1111 | 11100001 | 1001010 | 1011101 | 0 | 1100 | 11111100 | 1011000 | 101111 |
Color Harmonies of #3A0FE1
Complementary color
Monochromatic Colors of #3A0FE1
Black with #3A0FE1
Text Example
Text Example
White with #3A0FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0FE1; }
p { color: rgb(58,15,225); }
H1.HeaderClassName
{
color: #3A0FE1;
}
.AnyTagClassName
{
color: #3A0FE1;
}
</style>
background-color css
<style>
a { background-color: #3A0FE1; }
a { background-color: rgb(58,15,225); }
div.DivClassName
{
background-color: #3A0FE1;
}
.BgClassName
{
background-color: #3A0FE1;
}
</style>
border-color css
<style>
span { border-color: #3A0FE1; }
span { border-color: rgb(58,15,225); }
td.TdClassName
{
border-color: #3A0FE1;
}
.TagClassName
{
border-color: #3A0FE1;
}
</style>