Shades of Han Purple #3A29ED
Tints of Han Purple #3A29ED
RGB
CMYK
RGB Variations
Color information
#3A29ED (or 0x3A29ED) is known color: Han Purple. HEX triplet: 3A, 29 and ED. RGB value is (58,41,237). Sum of RGB (Red+Green+Blue) = 58+41+237=336 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.26% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 237 (92.97% from 255 or 70.54% from 336); Max value from RGB is 237 - color contains mainly: blue. Hex color #3A29ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A29ED is #C5D612. Grayscale: #434343. Windows color (decimal): -12965395 or 15542586. OLE color: 15542586.
HSL color Cylindrical-coordinate representation of color #3A29ED: hue angle of 245.2º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A29ED is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 41 | 237 | - |
| CMYK | 0.76 | 0.83 | 0 | 0.07 |
| HSL | 245.2º | 0.84% | 0.55% | - |
| HSV(B) | 245.2º | 0.83% | 0.93% | - |
| XYZ | 17.82 | 8.6 | 80.84 | - |
| YUV | 68.43 | 223.13 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 41 | 237 | 0.76 | 0.83 | 0 | 0.07 | 245.2 | 0.84 | 0.55 |
| Hex | 3A | 29 | ED | 4C | 53 | 0 | 7 | F5 | 54 | 37 |
| Octal | 72 | 51 | 355 | 114 | 123 | 0 | 7 | 365 | 124 | 67 |
| Binary | 111010 | 101001 | 11101101 | 1001100 | 1010011 | 0 | 111 | 11110101 | 1010100 | 110111 |
Color Harmonies of #3A29ED
Complementary color
Monochromatic Colors of #3A29ED
Black with #3A29ED
Text Example
Text Example
White with #3A29ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A29ED; }
p { color: rgb(58,41,237); }
H1.HeaderClassName
{
color: #3A29ED;
}
.AnyTagClassName
{
color: #3A29ED;
}
</style>
background-color css
<style>
a { background-color: #3A29ED; }
a { background-color: rgb(58,41,237); }
div.DivClassName
{
background-color: #3A29ED;
}
.BgClassName
{
background-color: #3A29ED;
}
</style>
border-color css
<style>
span { border-color: #3A29ED; }
span { border-color: rgb(58,41,237); }
td.TdClassName
{
border-color: #3A29ED;
}
.TagClassName
{
border-color: #3A29ED;
}
</style>