Shades of Jacksons Purple #3A398A
Tints of Jacksons Purple #3A398A
RGB
CMYK
RGB Variations
Color information
#3A398A (or 0x3A398A) is known color: Jacksons Purple. HEX triplet: 3A, 39 and 8A. RGB value is (58,57,138). Sum of RGB (Red+Green+Blue) = 58+57+138=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A398A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A398A is #C5C675. Grayscale: #424242. Windows color (decimal): -12961398 or 9058618. OLE color: 9058618.
HSL color Cylindrical-coordinate representation of color #3A398A: hue angle of 240.74º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A398A is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 57 | 138 | - |
| CMYK | 0.58 | 0.59 | 0 | 0.46 |
| HSL | 240.74º | 0.42% | 0.38% | - |
| HSV(B) | 240.74º | 0.59% | 0.54% | - |
| XYZ | 7.8 | 5.66 | 24.73 | - |
| YUV | 66.53 | 168.33 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 57 | 138 | 0.58 | 0.59 | 0 | 0.46 | 240.74 | 0.42 | 0.38 |
| Hex | 3A | 39 | 8A | 3A | 3B | 0 | 2E | F1 | 2A | 26 |
| Octal | 72 | 71 | 212 | 72 | 73 | 0 | 56 | 361 | 52 | 46 |
| Binary | 111010 | 111001 | 10001010 | 111010 | 111011 | 0 | 101110 | 11110001 | 101010 | 100110 |
Color Harmonies of #3A398A
Complementary color
Monochromatic Colors of #3A398A
Black with #3A398A
Text Example
Text Example
White with #3A398A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A398A; }
p { color: rgb(58,57,138); }
H1.HeaderClassName
{
color: #3A398A;
}
.AnyTagClassName
{
color: #3A398A;
}
</style>
background-color css
<style>
a { background-color: #3A398A; }
a { background-color: rgb(58,57,138); }
div.DivClassName
{
background-color: #3A398A;
}
.BgClassName
{
background-color: #3A398A;
}
</style>
border-color css
<style>
span { border-color: #3A398A; }
span { border-color: rgb(58,57,138); }
td.TdClassName
{
border-color: #3A398A;
}
.TagClassName
{
border-color: #3A398A;
}
</style>