Shades of Jacksons Purple #3A4089
Tints of Jacksons Purple #3A4089
RGB
CMYK
RGB Variations
Color information
#3A4089 (or 0x3A4089) is known color: Jacksons Purple. HEX triplet: 3A, 40 and 89. RGB value is (58,64,137). Sum of RGB (Red+Green+Blue) = 58+64+137=259 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.39% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #3A4089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4089 is #C5BF76. Grayscale: #464646. Windows color (decimal): -12959607 or 8994874. OLE color: 8994874.
HSL color Cylindrical-coordinate representation of color #3A4089: hue angle of 235.44º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A4089 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 64 | 137 | - |
| CMYK | 0.58 | 0.53 | 0 | 0.46 |
| HSL | 235.44º | 0.41% | 0.38% | - |
| HSV(B) | 235.44º | 0.58% | 0.54% | - |
| XYZ | 8.09 | 6.37 | 24.47 | - |
| YUV | 70.53 | 165.51 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 64 | 137 | 0.58 | 0.53 | 0 | 0.46 | 235.44 | 0.41 | 0.38 |
| Hex | 3A | 40 | 89 | 3A | 35 | 0 | 2E | EB | 29 | 26 |
| Octal | 72 | 100 | 211 | 72 | 65 | 0 | 56 | 353 | 51 | 46 |
| Binary | 111010 | 1000000 | 10001001 | 111010 | 110101 | 0 | 101110 | 11101011 | 101001 | 100110 |
Color Harmonies of #3A4089
Complementary color
Monochromatic Colors of #3A4089
Black with #3A4089
Text Example
Text Example
White with #3A4089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4089; }
p { color: rgb(58,64,137); }
H1.HeaderClassName
{
color: #3A4089;
}
.AnyTagClassName
{
color: #3A4089;
}
</style>
background-color css
<style>
a { background-color: #3A4089; }
a { background-color: rgb(58,64,137); }
div.DivClassName
{
background-color: #3A4089;
}
.BgClassName
{
background-color: #3A4089;
}
</style>
border-color css
<style>
span { border-color: #3A4089; }
span { border-color: rgb(58,64,137); }
td.TdClassName
{
border-color: #3A4089;
}
.TagClassName
{
border-color: #3A4089;
}
</style>