Shades of Han Purple #3A0EEA
Tints of Han Purple #3A0EEA
RGB
CMYK
RGB Variations
Color information
#3A0EEA (or 0x3A0EEA) is known color: Han Purple. HEX triplet: 3A, 0E and EA. RGB value is (58,14,234). Sum of RGB (Red+Green+Blue) = 58+14+234=306 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.95% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 234 (91.80% from 255 or 76.47% from 306); Max value from RGB is 234 - color contains mainly: blue. Hex color #3A0EEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A0EEA is #C5F115. Grayscale: #333333. Windows color (decimal): -12972310 or 15339066. OLE color: 15339066.
HSL color Cylindrical-coordinate representation of color #3A0EEA: hue angle of 252º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A0EEA is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 14 | 234 | - |
| CMYK | 0.75 | 0.94 | 0 | 0.08 |
| HSL | 252º | 0.89% | 0.49% | - |
| HSV(B) | 252º | 0.94% | 0.92% | - |
| XYZ | 16.75 | 7.15 | 78.34 | - |
| YUV | 52.24 | 230.58 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 14 | 234 | 0.75 | 0.94 | 0 | 0.08 | 252 | 0.89 | 0.49 |
| Hex | 3A | E | EA | 4B | 5E | 0 | 8 | FC | 59 | 31 |
| Octal | 72 | 16 | 352 | 113 | 136 | 0 | 10 | 374 | 131 | 61 |
| Binary | 111010 | 1110 | 11101010 | 1001011 | 1011110 | 0 | 1000 | 11111100 | 1011001 | 110001 |
Color Harmonies of #3A0EEA
Complementary color
Monochromatic Colors of #3A0EEA
Black with #3A0EEA
Text Example
Text Example
White with #3A0EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0EEA; }
p { color: rgb(58,14,234); }
H1.HeaderClassName
{
color: #3A0EEA;
}
.AnyTagClassName
{
color: #3A0EEA;
}
</style>
background-color css
<style>
a { background-color: #3A0EEA; }
a { background-color: rgb(58,14,234); }
div.DivClassName
{
background-color: #3A0EEA;
}
.BgClassName
{
background-color: #3A0EEA;
}
</style>
border-color css
<style>
span { border-color: #3A0EEA; }
span { border-color: rgb(58,14,234); }
td.TdClassName
{
border-color: #3A0EEA;
}
.TagClassName
{
border-color: #3A0EEA;
}
</style>