Shades of Han Purple #3A29EA
Tints of Han Purple #3A29EA
RGB
CMYK
RGB Variations
Color information
#3A29EA (or 0x3A29EA) is known color: Han Purple. HEX triplet: 3A, 29 and EA. RGB value is (58,41,234). Sum of RGB (Red+Green+Blue) = 58+41+234=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 234 (91.80% from 255 or 70.27% from 333); Max value from RGB is 234 - color contains mainly: blue. Hex color #3A29EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A29EA is #C5D615. Grayscale: #434343. Windows color (decimal): -12965398 or 15345978. OLE color: 15345978.
HSL color Cylindrical-coordinate representation of color #3A29EA: hue angle of 245.28º 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 #3A29EA is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 41 | 234 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.08 |
| HSL | 245.29º | 0.82% | 0.54% | - |
| HSV(B) | 245.29º | 0.82% | 0.92% | - |
| XYZ | 17.39 | 8.43 | 78.55 | - |
| YUV | 68.09 | 221.63 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 41 | 234 | 0.75 | 0.82 | 0 | 0.08 | 245.29 | 0.82 | 0.54 |
| Hex | 3A | 29 | EA | 4B | 52 | 0 | 8 | F5 | 52 | 36 |
| Octal | 72 | 51 | 352 | 113 | 122 | 0 | 10 | 365 | 122 | 66 |
| Binary | 111010 | 101001 | 11101010 | 1001011 | 1010010 | 0 | 1000 | 11110101 | 1010010 | 110110 |
Color Harmonies of #3A29EA
Complementary color
Monochromatic Colors of #3A29EA
Black with #3A29EA
Text Example
Text Example
White with #3A29EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A29EA; }
p { color: rgb(58,41,234); }
H1.HeaderClassName
{
color: #3A29EA;
}
.AnyTagClassName
{
color: #3A29EA;
}
</style>
background-color css
<style>
a { background-color: #3A29EA; }
a { background-color: rgb(58,41,234); }
div.DivClassName
{
background-color: #3A29EA;
}
.BgClassName
{
background-color: #3A29EA;
}
</style>
border-color css
<style>
span { border-color: #3A29EA; }
span { border-color: rgb(58,41,234); }
td.TdClassName
{
border-color: #3A29EA;
}
.TagClassName
{
border-color: #3A29EA;
}
</style>