Shades of Han Purple #3A29D6
Tints of Han Purple #3A29D6
RGB
CMYK
RGB Variations
Color information
#3A29D6 (or 0x3A29D6) is known color: Han Purple. HEX triplet: 3A, 29 and D6. RGB value is (58,41,214). Sum of RGB (Red+Green+Blue) = 58+41+214=313 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.53% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 214 (83.98% from 255 or 68.37% from 313); Max value from RGB is 214 - color contains mainly: blue. Hex color #3A29D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A29D6 is #C5D629. Grayscale: #414141. Windows color (decimal): -12965418 or 14035258. OLE color: 14035258.
HSL color Cylindrical-coordinate representation of color #3A29D6: hue angle of 245.9º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A29D6 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 41 | 214 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.16 |
| HSL | 245.9º | 0.68% | 0.5% | - |
| HSV(B) | 245.9º | 0.81% | 0.84% | - |
| XYZ | 14.68 | 7.34 | 64.26 | - |
| YUV | 65.81 | 211.63 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 41 | 214 | 0.73 | 0.81 | 0 | 0.16 | 245.9 | 0.68 | 0.5 |
| Hex | 3A | 29 | D6 | 49 | 51 | 0 | 10 | F6 | 44 | 32 |
| Octal | 72 | 51 | 326 | 111 | 121 | 0 | 20 | 366 | 104 | 62 |
| Binary | 111010 | 101001 | 11010110 | 1001001 | 1010001 | 0 | 10000 | 11110110 | 1000100 | 110010 |
Color Harmonies of #3A29D6
Complementary color
Monochromatic Colors of #3A29D6
Black with #3A29D6
Text Example
Text Example
White with #3A29D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A29D6; }
p { color: rgb(58,41,214); }
H1.HeaderClassName
{
color: #3A29D6;
}
.AnyTagClassName
{
color: #3A29D6;
}
</style>
background-color css
<style>
a { background-color: #3A29D6; }
a { background-color: rgb(58,41,214); }
div.DivClassName
{
background-color: #3A29D6;
}
.BgClassName
{
background-color: #3A29D6;
}
</style>
border-color css
<style>
span { border-color: #3A29D6; }
span { border-color: rgb(58,41,214); }
td.TdClassName
{
border-color: #3A29D6;
}
.TagClassName
{
border-color: #3A29D6;
}
</style>