Shades of Han Purple #3A2AEA
Tints of Han Purple #3A2AEA
RGB
CMYK
RGB Variations
Color information
#3A2AEA (or 0x3A2AEA) is known color: Han Purple. HEX triplet: 3A, 2A and EA. RGB value is (58,42,234). Sum of RGB (Red+Green+Blue) = 58+42+234=334 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.37% from 334); Green value is 42 (16.80% from 255 or 12.57% from 334); Blue value is 234 (91.80% from 255 or 70.06% from 334); Max value from RGB is 234 - color contains mainly: blue. Hex color #3A2AEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A2AEA is #C5D515. Grayscale: #434343. Windows color (decimal): -12965142 or 15346234. OLE color: 15346234.
HSL color Cylindrical-coordinate representation of color #3A2AEA: hue angle of 245º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A2AEA is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 42 | 234 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.08 |
| HSL | 245º | 0.82% | 0.54% | - |
| HSV(B) | 245º | 0.82% | 0.92% | - |
| XYZ | 17.42 | 8.5 | 78.56 | - |
| YUV | 68.67 | 221.3 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 42 | 234 | 0.75 | 0.82 | 0 | 0.08 | 245 | 0.82 | 0.54 |
| Hex | 3A | 2A | EA | 4B | 52 | 0 | 8 | F5 | 52 | 36 |
| Octal | 72 | 52 | 352 | 113 | 122 | 0 | 10 | 365 | 122 | 66 |
| Binary | 111010 | 101010 | 11101010 | 1001011 | 1010010 | 0 | 1000 | 11110101 | 1010010 | 110110 |
Color Harmonies of #3A2AEA
Complementary color
Monochromatic Colors of #3A2AEA
Black with #3A2AEA
Text Example
Text Example
White with #3A2AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2AEA; }
p { color: rgb(58,42,234); }
H1.HeaderClassName
{
color: #3A2AEA;
}
.AnyTagClassName
{
color: #3A2AEA;
}
</style>
background-color css
<style>
a { background-color: #3A2AEA; }
a { background-color: rgb(58,42,234); }
div.DivClassName
{
background-color: #3A2AEA;
}
.BgClassName
{
background-color: #3A2AEA;
}
</style>
border-color css
<style>
span { border-color: #3A2AEA; }
span { border-color: rgb(58,42,234); }
td.TdClassName
{
border-color: #3A2AEA;
}
.TagClassName
{
border-color: #3A2AEA;
}
</style>