Shades of Jacksons Purple #393D89
Tints of Jacksons Purple #393D89
RGB
CMYK
RGB Variations
Color information
#393D89 (or 0x393D89) is known color: Jacksons Purple. HEX triplet: 39, 3D and 89. RGB value is (57,61,137). Sum of RGB (Red+Green+Blue) = 57+61+137=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 137 (53.91% from 255 or 53.73% from 255); Max value from RGB is 137 - color contains mainly: blue. Hex color #393D89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393D89 is #C6C276. Grayscale: #444444. Windows color (decimal): -13025911 or 8994105. OLE color: 8994105.
HSL color Cylindrical-coordinate representation of color #393D89: hue angle of 237º 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 #393D89 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 57 | 61 | 137 | - |
| CMYK | 0.58 | 0.55 | 0 | 0.46 |
| HSL | 237º | 0.41% | 0.38% | - |
| HSV(B) | 237º | 0.58% | 0.54% | - |
| XYZ | 7.87 | 6.01 | 24.41 | - |
| YUV | 68.47 | 166.67 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 61 | 137 | 0.58 | 0.55 | 0 | 0.46 | 237 | 0.41 | 0.38 |
| Hex | 39 | 3D | 89 | 3A | 37 | 0 | 2E | ED | 29 | 26 |
| Octal | 71 | 75 | 211 | 72 | 67 | 0 | 56 | 355 | 51 | 46 |
| Binary | 111001 | 111101 | 10001001 | 111010 | 110111 | 0 | 101110 | 11101101 | 101001 | 100110 |
Color Harmonies of #393D89
Complementary color
Monochromatic Colors of #393D89
Black with #393D89
Text Example
Text Example
White with #393D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393D89; }
p { color: rgb(57,61,137); }
H1.HeaderClassName
{
color: #393D89;
}
.AnyTagClassName
{
color: #393D89;
}
</style>
background-color css
<style>
a { background-color: #393D89; }
a { background-color: rgb(57,61,137); }
div.DivClassName
{
background-color: #393D89;
}
.BgClassName
{
background-color: #393D89;
}
</style>
border-color css
<style>
span { border-color: #393D89; }
span { border-color: rgb(57,61,137); }
td.TdClassName
{
border-color: #393D89;
}
.TagClassName
{
border-color: #393D89;
}
</style>