Shades of Jacksons Purple #393D7D
Tints of Jacksons Purple #393D7D
RGB
CMYK
RGB Variations
Color information
#393D7D (or 0x393D7D) is known color: Jacksons Purple. HEX triplet: 39, 3D and 7D. RGB value is (57,61,125). Sum of RGB (Red+Green+Blue) = 57+61+125=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 125 (49.22% from 255 or 51.44% from 243); Max value from RGB is 125 - color contains mainly: blue. Hex color #393D7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393D7D is #C6C282. Grayscale: #424242. Windows color (decimal): -13025923 or 8207673. OLE color: 8207673.
HSL color Cylindrical-coordinate representation of color #393D7D: hue angle of 236.47º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #393D7D is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 61 | 125 | - |
| CMYK | 0.54 | 0.51 | 0 | 0.51 |
| HSL | 236.47º | 0.37% | 0.36% | - |
| HSV(B) | 236.47º | 0.54% | 0.49% | - |
| XYZ | 7.06 | 5.69 | 20.13 | - |
| YUV | 67.1 | 160.67 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 61 | 125 | 0.54 | 0.51 | 0 | 0.51 | 236.47 | 0.37 | 0.36 |
| Hex | 39 | 3D | 7D | 36 | 33 | 0 | 33 | EC | 25 | 24 |
| Octal | 71 | 75 | 175 | 66 | 63 | 0 | 63 | 354 | 45 | 44 |
| Binary | 111001 | 111101 | 1111101 | 110110 | 110011 | 0 | 110011 | 11101100 | 100101 | 100100 |
Color Harmonies of #393D7D
Complementary color
Monochromatic Colors of #393D7D
Black with #393D7D
Text Example
Text Example
White with #393D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393D7D; }
p { color: rgb(57,61,125); }
H1.HeaderClassName
{
color: #393D7D;
}
.AnyTagClassName
{
color: #393D7D;
}
</style>
background-color css
<style>
a { background-color: #393D7D; }
a { background-color: rgb(57,61,125); }
div.DivClassName
{
background-color: #393D7D;
}
.BgClassName
{
background-color: #393D7D;
}
</style>
border-color css
<style>
span { border-color: #393D7D; }
span { border-color: rgb(57,61,125); }
td.TdClassName
{
border-color: #393D7D;
}
.TagClassName
{
border-color: #393D7D;
}
</style>