Shades of Jacksons Purple #393E85
Tints of Jacksons Purple #393E85
RGB
CMYK
RGB Variations
Color information
#393E85 (or 0x393E85) is known color: Jacksons Purple. HEX triplet: 39, 3E and 85. RGB value is (57,62,133). Sum of RGB (Red+Green+Blue) = 57+62+133=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 62 (24.61% from 255 or 24.60% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #393E85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393E85 is #C6C17A. Grayscale: #444444. Windows color (decimal): -13025659 or 8732217. OLE color: 8732217.
HSL color Cylindrical-coordinate representation of color #393E85: hue angle of 236.05º 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 #393E85 is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 62 | 133 | - |
| CMYK | 0.57 | 0.53 | 0 | 0.48 |
| HSL | 236.05º | 0.4% | 0.37% | - |
| HSV(B) | 236.05º | 0.57% | 0.52% | - |
| XYZ | 7.64 | 6.01 | 22.95 | - |
| YUV | 68.6 | 164.34 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 62 | 133 | 0.57 | 0.53 | 0 | 0.48 | 236.05 | 0.4 | 0.37 |
| Hex | 39 | 3E | 85 | 39 | 35 | 0 | 30 | EC | 28 | 25 |
| Octal | 71 | 76 | 205 | 71 | 65 | 0 | 60 | 354 | 50 | 45 |
| Binary | 111001 | 111110 | 10000101 | 111001 | 110101 | 0 | 110000 | 11101100 | 101000 | 100101 |
Color Harmonies of #393E85
Complementary color
Monochromatic Colors of #393E85
Black with #393E85
Text Example
Text Example
White with #393E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393E85; }
p { color: rgb(57,62,133); }
H1.HeaderClassName
{
color: #393E85;
}
.AnyTagClassName
{
color: #393E85;
}
</style>
background-color css
<style>
a { background-color: #393E85; }
a { background-color: rgb(57,62,133); }
div.DivClassName
{
background-color: #393E85;
}
.BgClassName
{
background-color: #393E85;
}
</style>
border-color css
<style>
span { border-color: #393E85; }
span { border-color: rgb(57,62,133); }
td.TdClassName
{
border-color: #393E85;
}
.TagClassName
{
border-color: #393E85;
}
</style>