Shades of Han Purple #3A29D7
Tints of Han Purple #3A29D7
RGB
CMYK
RGB Variations
Color information
#3A29D7 (or 0x3A29D7) is known color: Han Purple. HEX triplet: 3A, 29 and D7. RGB value is (58,41,215). Sum of RGB (Red+Green+Blue) = 58+41+215=314 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.47% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 215 (84.38% from 255 or 68.47% from 314); Max value from RGB is 215 - color contains mainly: blue. Hex color #3A29D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A29D7 is #C5D628. Grayscale: #414141. Windows color (decimal): -12965417 or 14100794. OLE color: 14100794.
HSL color Cylindrical-coordinate representation of color #3A29D7: hue angle of 245.86º degrees, saturation: 0.69, 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 #3A29D7 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 58 | 41 | 215 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.16 |
| HSL | 245.86º | 0.69% | 0.5% | - |
| HSV(B) | 245.86º | 0.81% | 0.84% | - |
| XYZ | 14.8 | 7.39 | 64.94 | - |
| YUV | 65.92 | 212.13 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 41 | 215 | 0.73 | 0.81 | 0 | 0.16 | 245.86 | 0.69 | 0.5 |
| Hex | 3A | 29 | D7 | 49 | 51 | 0 | 10 | F6 | 45 | 32 |
| Octal | 72 | 51 | 327 | 111 | 121 | 0 | 20 | 366 | 105 | 62 |
| Binary | 111010 | 101001 | 11010111 | 1001001 | 1010001 | 0 | 10000 | 11110110 | 1000101 | 110010 |
Color Harmonies of #3A29D7
Complementary color
Monochromatic Colors of #3A29D7
Black with #3A29D7
Text Example
Text Example
White with #3A29D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A29D7; }
p { color: rgb(58,41,215); }
H1.HeaderClassName
{
color: #3A29D7;
}
.AnyTagClassName
{
color: #3A29D7;
}
</style>
background-color css
<style>
a { background-color: #3A29D7; }
a { background-color: rgb(58,41,215); }
div.DivClassName
{
background-color: #3A29D7;
}
.BgClassName
{
background-color: #3A29D7;
}
</style>
border-color css
<style>
span { border-color: #3A29D7; }
span { border-color: rgb(58,41,215); }
td.TdClassName
{
border-color: #3A29D7;
}
.TagClassName
{
border-color: #3A29D7;
}
</style>