Shades of Jacksons Purple #3A3789
Tints of Jacksons Purple #3A3789
RGB
CMYK
RGB Variations
Color information
#3A3789 (or 0x3A3789) is known color: Jacksons Purple. HEX triplet: 3A, 37 and 89. RGB value is (58,55,137). Sum of RGB (Red+Green+Blue) = 58+55+137=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 137 (53.91% from 255 or 54.8% from 250); Max value from RGB is 137 - color contains mainly: blue. Hex color #3A3789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3789 is #C5C876. Grayscale: #404040. Windows color (decimal): -12961911 or 8992570. OLE color: 8992570.
HSL color Cylindrical-coordinate representation of color #3A3789: hue angle of 242.2º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A3789 is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 55 | 137 | - |
| CMYK | 0.58 | 0.60 | 0 | 0.46 |
| HSL | 242.2º | 0.43% | 0.38% | - |
| HSV(B) | 242.2º | 0.6% | 0.54% | - |
| XYZ | 7.63 | 5.44 | 24.31 | - |
| YUV | 65.25 | 168.49 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 55 | 137 | 0.58 | 0.60 | 0 | 0.46 | 242.2 | 0.43 | 0.38 |
| Hex | 3A | 37 | 89 | 3A | 3C | 0 | 2E | F2 | 2B | 26 |
| Octal | 72 | 67 | 211 | 72 | 74 | 0 | 56 | 362 | 53 | 46 |
| Binary | 111010 | 110111 | 10001001 | 111010 | 111100 | 0 | 101110 | 11110010 | 101011 | 100110 |
Color Harmonies of #3A3789
Complementary color
Monochromatic Colors of #3A3789
Black with #3A3789
Text Example
Text Example
White with #3A3789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3789; }
p { color: rgb(58,55,137); }
H1.HeaderClassName
{
color: #3A3789;
}
.AnyTagClassName
{
color: #3A3789;
}
</style>
background-color css
<style>
a { background-color: #3A3789; }
a { background-color: rgb(58,55,137); }
div.DivClassName
{
background-color: #3A3789;
}
.BgClassName
{
background-color: #3A3789;
}
</style>
border-color css
<style>
span { border-color: #3A3789; }
span { border-color: rgb(58,55,137); }
td.TdClassName
{
border-color: #3A3789;
}
.TagClassName
{
border-color: #3A3789;
}
</style>