Shades of Jacksons Purple #393B7C
Tints of Jacksons Purple #393B7C
RGB
CMYK
RGB Variations
Color information
#393B7C (or 0x393B7C) is known color: Jacksons Purple. HEX triplet: 39, 3B and 7C. RGB value is (57,59,124). Sum of RGB (Red+Green+Blue) = 57+59+124=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #393B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393B7C is #C6C483. Grayscale: #414141. Windows color (decimal): -13026436 or 8141625. OLE color: 8141625.
HSL color Cylindrical-coordinate representation of color #393B7C: hue angle of 238.21º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #393B7C is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 59 | 124 | - |
| CMYK | 0.54 | 0.52 | 0 | 0.51 |
| HSL | 238.21º | 0.37% | 0.35% | - |
| HSV(B) | 238.21º | 0.54% | 0.49% | - |
| XYZ | 6.89 | 5.45 | 19.76 | - |
| YUV | 65.81 | 160.84 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 59 | 124 | 0.54 | 0.52 | 0 | 0.51 | 238.21 | 0.37 | 0.35 |
| Hex | 39 | 3B | 7C | 36 | 34 | 0 | 33 | EE | 25 | 23 |
| Octal | 71 | 73 | 174 | 66 | 64 | 0 | 63 | 356 | 45 | 43 |
| Binary | 111001 | 111011 | 1111100 | 110110 | 110100 | 0 | 110011 | 11101110 | 100101 | 100011 |
Color Harmonies of #393B7C
Complementary color
Monochromatic Colors of #393B7C
Black with #393B7C
Text Example
Text Example
White with #393B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393B7C; }
p { color: rgb(57,59,124); }
H1.HeaderClassName
{
color: #393B7C;
}
.AnyTagClassName
{
color: #393B7C;
}
</style>
background-color css
<style>
a { background-color: #393B7C; }
a { background-color: rgb(57,59,124); }
div.DivClassName
{
background-color: #393B7C;
}
.BgClassName
{
background-color: #393B7C;
}
</style>
border-color css
<style>
span { border-color: #393B7C; }
span { border-color: rgb(57,59,124); }
td.TdClassName
{
border-color: #393B7C;
}
.TagClassName
{
border-color: #393B7C;
}
</style>