Shades of Jacksons Purple #393E89
Tints of Jacksons Purple #393E89
RGB
CMYK
RGB Variations
Color information
#393E89 (or 0x393E89) is known color: Jacksons Purple. HEX triplet: 39, 3E and 89. RGB value is (57,62,137). Sum of RGB (Red+Green+Blue) = 57+62+137=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 62 (24.61% from 255 or 24.22% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #393E89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393E89 is #C6C176. Grayscale: #444444. Windows color (decimal): -13025655 or 8994361. OLE color: 8994361.
HSL color Cylindrical-coordinate representation of color #393E89: hue angle of 236.25º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #393E89 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 57 | 62 | 137 | - |
| CMYK | 0.58 | 0.55 | 0 | 0.46 |
| HSL | 236.25º | 0.41% | 0.38% | - |
| HSV(B) | 236.25º | 0.58% | 0.54% | - |
| XYZ | 7.93 | 6.12 | 24.43 | - |
| YUV | 69.06 | 166.34 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 62 | 137 | 0.58 | 0.55 | 0 | 0.46 | 236.25 | 0.41 | 0.38 |
| Hex | 39 | 3E | 89 | 3A | 37 | 0 | 2E | EC | 29 | 26 |
| Octal | 71 | 76 | 211 | 72 | 67 | 0 | 56 | 354 | 51 | 46 |
| Binary | 111001 | 111110 | 10001001 | 111010 | 110111 | 0 | 101110 | 11101100 | 101001 | 100110 |
Color Harmonies of #393E89
Complementary color
Monochromatic Colors of #393E89
Black with #393E89
Text Example
Text Example
White with #393E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393E89; }
p { color: rgb(57,62,137); }
H1.HeaderClassName
{
color: #393E89;
}
.AnyTagClassName
{
color: #393E89;
}
</style>
background-color css
<style>
a { background-color: #393E89; }
a { background-color: rgb(57,62,137); }
div.DivClassName
{
background-color: #393E89;
}
.BgClassName
{
background-color: #393E89;
}
</style>
border-color css
<style>
span { border-color: #393E89; }
span { border-color: rgb(57,62,137); }
td.TdClassName
{
border-color: #393E89;
}
.TagClassName
{
border-color: #393E89;
}
</style>