Shades of Jacksons Purple #393D7A
Tints of Jacksons Purple #393D7A
RGB
CMYK
RGB Variations
Color information
#393D7A (or 0x393D7A) is known color: Jacksons Purple. HEX triplet: 39, 3D and 7A. RGB value is (57,61,122). Sum of RGB (Red+Green+Blue) = 57+61+122=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #393D7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393D7A is #C6C285. Grayscale: #424242. Windows color (decimal): -13025926 or 8011065. OLE color: 8011065.
HSL color Cylindrical-coordinate representation of color #393D7A: hue angle of 236.31º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #393D7A is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 61 | 122 | - |
| CMYK | 0.53 | 0.50 | 0 | 0.52 |
| HSL | 236.31º | 0.36% | 0.35% | - |
| HSV(B) | 236.31º | 0.53% | 0.48% | - |
| XYZ | 6.87 | 5.61 | 19.13 | - |
| YUV | 66.76 | 159.17 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 61 | 122 | 0.53 | 0.50 | 0 | 0.52 | 236.31 | 0.36 | 0.35 |
| Hex | 39 | 3D | 7A | 35 | 32 | 0 | 34 | EC | 24 | 23 |
| Octal | 71 | 75 | 172 | 65 | 62 | 0 | 64 | 354 | 44 | 43 |
| Binary | 111001 | 111101 | 1111010 | 110101 | 110010 | 0 | 110100 | 11101100 | 100100 | 100011 |
Color Harmonies of #393D7A
Complementary color
Monochromatic Colors of #393D7A
Black with #393D7A
Text Example
Text Example
White with #393D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393D7A; }
p { color: rgb(57,61,122); }
H1.HeaderClassName
{
color: #393D7A;
}
.AnyTagClassName
{
color: #393D7A;
}
</style>
background-color css
<style>
a { background-color: #393D7A; }
a { background-color: rgb(57,61,122); }
div.DivClassName
{
background-color: #393D7A;
}
.BgClassName
{
background-color: #393D7A;
}
</style>
border-color css
<style>
span { border-color: #393D7A; }
span { border-color: rgb(57,61,122); }
td.TdClassName
{
border-color: #393D7A;
}
.TagClassName
{
border-color: #393D7A;
}
</style>