Shades of Jacksons Purple #393185
Tints of Jacksons Purple #393185
RGB
CMYK
RGB Variations
Color information
#393185 (or 0x393185) is known color: Jacksons Purple. HEX triplet: 39, 31 and 85. RGB value is (57,49,133). Sum of RGB (Red+Green+Blue) = 57+49+133=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 133 (52.34% from 255 or 55.65% from 239); Max value from RGB is 133 - color contains mainly: blue. Hex color #393185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393185 is #C6CE7A. Grayscale: #3C3C3C. Windows color (decimal): -13028987 or 8728889. OLE color: 8728889.
HSL color Cylindrical-coordinate representation of color #393185: hue angle of 245.71º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #393185 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 49 | 133 | - |
| CMYK | 0.57 | 0.63 | 0 | 0.48 |
| HSL | 245.71º | 0.46% | 0.36% | - |
| HSV(B) | 245.71º | 0.63% | 0.52% | - |
| XYZ | 7.02 | 4.76 | 22.74 | - |
| YUV | 60.97 | 168.65 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 49 | 133 | 0.57 | 0.63 | 0 | 0.48 | 245.71 | 0.46 | 0.36 |
| Hex | 39 | 31 | 85 | 39 | 3F | 0 | 30 | F6 | 2E | 24 |
| Octal | 71 | 61 | 205 | 71 | 77 | 0 | 60 | 366 | 56 | 44 |
| Binary | 111001 | 110001 | 10000101 | 111001 | 111111 | 0 | 110000 | 11110110 | 101110 | 100100 |
Color Harmonies of #393185
Complementary color
Monochromatic Colors of #393185
Black with #393185
Text Example
Text Example
White with #393185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393185; }
p { color: rgb(57,49,133); }
H1.HeaderClassName
{
color: #393185;
}
.AnyTagClassName
{
color: #393185;
}
</style>
background-color css
<style>
a { background-color: #393185; }
a { background-color: rgb(57,49,133); }
div.DivClassName
{
background-color: #393185;
}
.BgClassName
{
background-color: #393185;
}
</style>
border-color css
<style>
span { border-color: #393185; }
span { border-color: rgb(57,49,133); }
td.TdClassName
{
border-color: #393185;
}
.TagClassName
{
border-color: #393185;
}
</style>