Shades of Jacksons Purple #3A397C
Tints of Jacksons Purple #3A397C
RGB
CMYK
RGB Variations
Color information
#3A397C (or 0x3A397C) is known color: Jacksons Purple. HEX triplet: 3A, 39 and 7C. RGB value is (58,57,124). Sum of RGB (Red+Green+Blue) = 58+57+124=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 124 (48.83% from 255 or 51.88% from 239); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A397C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A397C is #C5C683. Grayscale: #404040. Windows color (decimal): -12961412 or 8141114. OLE color: 8141114.
HSL color Cylindrical-coordinate representation of color #3A397C: hue angle of 240.9º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A397C is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 57 | 124 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.51 |
| HSL | 240.9º | 0.37% | 0.35% | - |
| HSV(B) | 240.9º | 0.54% | 0.49% | - |
| XYZ | 6.85 | 5.28 | 19.73 | - |
| YUV | 64.94 | 161.33 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 57 | 124 | 0.53 | 0.54 | 0 | 0.51 | 240.9 | 0.37 | 0.35 |
| Hex | 3A | 39 | 7C | 35 | 36 | 0 | 33 | F1 | 25 | 23 |
| Octal | 72 | 71 | 174 | 65 | 66 | 0 | 63 | 361 | 45 | 43 |
| Binary | 111010 | 111001 | 1111100 | 110101 | 110110 | 0 | 110011 | 11110001 | 100101 | 100011 |
Color Harmonies of #3A397C
Complementary color
Monochromatic Colors of #3A397C
Black with #3A397C
Text Example
Text Example
White with #3A397C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A397C; }
p { color: rgb(58,57,124); }
H1.HeaderClassName
{
color: #3A397C;
}
.AnyTagClassName
{
color: #3A397C;
}
</style>
background-color css
<style>
a { background-color: #3A397C; }
a { background-color: rgb(58,57,124); }
div.DivClassName
{
background-color: #3A397C;
}
.BgClassName
{
background-color: #3A397C;
}
</style>
border-color css
<style>
span { border-color: #3A397C; }
span { border-color: rgb(58,57,124); }
td.TdClassName
{
border-color: #3A397C;
}
.TagClassName
{
border-color: #3A397C;
}
</style>