Shades of Jacksons Purple #3A3576
Tints of Jacksons Purple #3A3576
RGB
CMYK
RGB Variations
Color information
#3A3576 (or 0x3A3576) is known color: Jacksons Purple. HEX triplet: 3A, 35 and 76. RGB value is (58,53,118). Sum of RGB (Red+Green+Blue) = 58+53+118=229 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.33% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #3A3576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3576 is #C5CA89. Grayscale: #3D3D3D. Windows color (decimal): -12962442 or 7746874. OLE color: 7746874.
HSL color Cylindrical-coordinate representation of color #3A3576: hue angle of 244.62º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A3576 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 58 | 53 | 118 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.54 |
| HSL | 244.62º | 0.38% | 0.34% | - |
| HSV(B) | 244.62º | 0.55% | 0.46% | - |
| XYZ | 6.29 | 4.75 | 17.73 | - |
| YUV | 61.91 | 159.66 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 53 | 118 | 0.51 | 0.55 | 0 | 0.54 | 244.62 | 0.38 | 0.34 |
| Hex | 3A | 35 | 76 | 33 | 37 | 0 | 36 | F5 | 26 | 22 |
| Octal | 72 | 65 | 166 | 63 | 67 | 0 | 66 | 365 | 46 | 42 |
| Binary | 111010 | 110101 | 1110110 | 110011 | 110111 | 0 | 110110 | 11110101 | 100110 | 100010 |
Color Harmonies of #3A3576
Complementary color
Monochromatic Colors of #3A3576
Black with #3A3576
Text Example
Text Example
White with #3A3576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3576; }
p { color: rgb(58,53,118); }
H1.HeaderClassName
{
color: #3A3576;
}
.AnyTagClassName
{
color: #3A3576;
}
</style>
background-color css
<style>
a { background-color: #3A3576; }
a { background-color: rgb(58,53,118); }
div.DivClassName
{
background-color: #3A3576;
}
.BgClassName
{
background-color: #3A3576;
}
</style>
border-color css
<style>
span { border-color: #3A3576; }
span { border-color: rgb(58,53,118); }
td.TdClassName
{
border-color: #3A3576;
}
.TagClassName
{
border-color: #3A3576;
}
</style>