Shades of Jacksons Purple #393F85
Tints of Jacksons Purple #393F85
RGB
CMYK
RGB Variations
Color information
#393F85 (or 0x393F85) is known color: Jacksons Purple. HEX triplet: 39, 3F and 85. RGB value is (57,63,133). Sum of RGB (Red+Green+Blue) = 57+63+133=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #393F85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393F85 is #C6C07A. Grayscale: #444444. Windows color (decimal): -13025403 or 8732473. OLE color: 8732473.
HSL color Cylindrical-coordinate representation of color #393F85: hue angle of 235.26º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #393F85 is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 63 | 133 | - |
| CMYK | 0.57 | 0.53 | 0 | 0.48 |
| HSL | 235.26º | 0.4% | 0.37% | - |
| HSV(B) | 235.26º | 0.57% | 0.52% | - |
| XYZ | 7.7 | 6.12 | 22.97 | - |
| YUV | 69.19 | 164.01 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 133 | 0.57 | 0.53 | 0 | 0.48 | 235.26 | 0.4 | 0.37 |
| Hex | 39 | 3F | 85 | 39 | 35 | 0 | 30 | EB | 28 | 25 |
| Octal | 71 | 77 | 205 | 71 | 65 | 0 | 60 | 353 | 50 | 45 |
| Binary | 111001 | 111111 | 10000101 | 111001 | 110101 | 0 | 110000 | 11101011 | 101000 | 100101 |
Color Harmonies of #393F85
Complementary color
Monochromatic Colors of #393F85
Black with #393F85
Text Example
Text Example
White with #393F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393F85; }
p { color: rgb(57,63,133); }
H1.HeaderClassName
{
color: #393F85;
}
.AnyTagClassName
{
color: #393F85;
}
</style>
background-color css
<style>
a { background-color: #393F85; }
a { background-color: rgb(57,63,133); }
div.DivClassName
{
background-color: #393F85;
}
.BgClassName
{
background-color: #393F85;
}
</style>
border-color css
<style>
span { border-color: #393F85; }
span { border-color: rgb(57,63,133); }
td.TdClassName
{
border-color: #393F85;
}
.TagClassName
{
border-color: #393F85;
}
</style>