Shades of Jacksons Purple #393B7B
Tints of Jacksons Purple #393B7B
RGB
CMYK
RGB Variations
Color information
#393B7B (or 0x393B7B) is known color: Jacksons Purple. HEX triplet: 39, 3B and 7B. RGB value is (57,59,123). Sum of RGB (Red+Green+Blue) = 57+59+123=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 123 (48.44% from 255 or 51.46% from 239); Max value from RGB is 123 - color contains mainly: blue. Hex color #393B7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393B7B is #C6C484. Grayscale: #414141. Windows color (decimal): -13026437 or 8076089. OLE color: 8076089.
HSL color Cylindrical-coordinate representation of color #393B7B: hue angle of 238.18º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #393B7B is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 59 | 123 | - |
| CMYK | 0.54 | 0.52 | 0 | 0.52 |
| HSL | 238.18º | 0.37% | 0.35% | - |
| HSV(B) | 238.18º | 0.54% | 0.48% | - |
| XYZ | 6.83 | 5.43 | 19.43 | - |
| YUV | 65.7 | 160.34 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 59 | 123 | 0.54 | 0.52 | 0 | 0.52 | 238.18 | 0.37 | 0.35 |
| Hex | 39 | 3B | 7B | 36 | 34 | 0 | 34 | EE | 25 | 23 |
| Octal | 71 | 73 | 173 | 66 | 64 | 0 | 64 | 356 | 45 | 43 |
| Binary | 111001 | 111011 | 1111011 | 110110 | 110100 | 0 | 110100 | 11101110 | 100101 | 100011 |
Color Harmonies of #393B7B
Complementary color
Monochromatic Colors of #393B7B
Black with #393B7B
Text Example
Text Example
White with #393B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393B7B; }
p { color: rgb(57,59,123); }
H1.HeaderClassName
{
color: #393B7B;
}
.AnyTagClassName
{
color: #393B7B;
}
</style>
background-color css
<style>
a { background-color: #393B7B; }
a { background-color: rgb(57,59,123); }
div.DivClassName
{
background-color: #393B7B;
}
.BgClassName
{
background-color: #393B7B;
}
</style>
border-color css
<style>
span { border-color: #393B7B; }
span { border-color: rgb(57,59,123); }
td.TdClassName
{
border-color: #393B7B;
}
.TagClassName
{
border-color: #393B7B;
}
</style>