Shades of Han Purple #3A0EE0
Tints of Han Purple #3A0EE0
RGB
CMYK
RGB Variations
Color information
#3A0EE0 (or 0x3A0EE0) is known color: Han Purple. HEX triplet: 3A, 0E and E0. RGB value is (58,14,224). Sum of RGB (Red+Green+Blue) = 58+14+224=296 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.59% from 296); Green value is 14 (5.86% from 255 or 4.73% from 296); Blue value is 224 (87.89% from 255 or 75.68% from 296); Max value from RGB is 224 - color contains mainly: blue. Hex color #3A0EE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0EE0 is #C5F11F. Grayscale: #323232. Windows color (decimal): -12972320 or 14683706. OLE color: 14683706.
HSL color Cylindrical-coordinate representation of color #3A0EE0: hue angle of 252.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A0EE0 is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 58 | 14 | 224 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.12 |
| HSL | 252.57º | 0.88% | 0.47% | - |
| HSV(B) | 252.57º | 0.94% | 0.88% | - |
| XYZ | 15.36 | 6.6 | 70.98 | - |
| YUV | 51.1 | 225.58 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 14 | 224 | 0.74 | 0.94 | 0 | 0.12 | 252.57 | 0.88 | 0.47 |
| Hex | 3A | E | E0 | 4A | 5E | 0 | C | FD | 58 | 2F |
| Octal | 72 | 16 | 340 | 112 | 136 | 0 | 14 | 375 | 130 | 57 |
| Binary | 111010 | 1110 | 11100000 | 1001010 | 1011110 | 0 | 1100 | 11111101 | 1011000 | 101111 |
Color Harmonies of #3A0EE0
Complementary color
Monochromatic Colors of #3A0EE0
Black with #3A0EE0
Text Example
Text Example
White with #3A0EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0EE0; }
p { color: rgb(58,14,224); }
H1.HeaderClassName
{
color: #3A0EE0;
}
.AnyTagClassName
{
color: #3A0EE0;
}
</style>
background-color css
<style>
a { background-color: #3A0EE0; }
a { background-color: rgb(58,14,224); }
div.DivClassName
{
background-color: #3A0EE0;
}
.BgClassName
{
background-color: #3A0EE0;
}
</style>
border-color css
<style>
span { border-color: #3A0EE0; }
span { border-color: rgb(58,14,224); }
td.TdClassName
{
border-color: #3A0EE0;
}
.TagClassName
{
border-color: #3A0EE0;
}
</style>