Shades of Han Purple #3A2ADE
Tints of Han Purple #3A2ADE
RGB
CMYK
RGB Variations
Color information
#3A2ADE (or 0x3A2ADE) is known color: Han Purple. HEX triplet: 3A, 2A and DE. RGB value is (58,42,222). Sum of RGB (Red+Green+Blue) = 58+42+222=322 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.01% from 322); Green value is 42 (16.80% from 255 or 13.04% from 322); Blue value is 222 (87.11% from 255 or 68.94% from 322); Max value from RGB is 222 - color contains mainly: blue. Hex color #3A2ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A2ADE is #C5D521. Grayscale: #424242. Windows color (decimal): -12965154 or 14559802. OLE color: 14559802.
HSL color Cylindrical-coordinate representation of color #3A2ADE: hue angle of 245.33º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A2ADE is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 58 | 42 | 222 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.13 |
| HSL | 245.33º | 0.73% | 0.52% | - |
| HSV(B) | 245.33º | 0.81% | 0.87% | - |
| XYZ | 15.76 | 7.83 | 69.79 | - |
| YUV | 67.3 | 215.3 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 42 | 222 | 0.74 | 0.81 | 0 | 0.13 | 245.33 | 0.73 | 0.52 |
| Hex | 3A | 2A | DE | 4A | 51 | 0 | D | F5 | 49 | 34 |
| Octal | 72 | 52 | 336 | 112 | 121 | 0 | 15 | 365 | 111 | 64 |
| Binary | 111010 | 101010 | 11011110 | 1001010 | 1010001 | 0 | 1101 | 11110101 | 1001001 | 110100 |
Color Harmonies of #3A2ADE
Complementary color
Monochromatic Colors of #3A2ADE
Black with #3A2ADE
Text Example
Text Example
White with #3A2ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2ADE; }
p { color: rgb(58,42,222); }
H1.HeaderClassName
{
color: #3A2ADE;
}
.AnyTagClassName
{
color: #3A2ADE;
}
</style>
background-color css
<style>
a { background-color: #3A2ADE; }
a { background-color: rgb(58,42,222); }
div.DivClassName
{
background-color: #3A2ADE;
}
.BgClassName
{
background-color: #3A2ADE;
}
</style>
border-color css
<style>
span { border-color: #3A2ADE; }
span { border-color: rgb(58,42,222); }
td.TdClassName
{
border-color: #3A2ADE;
}
.TagClassName
{
border-color: #3A2ADE;
}
</style>