Shades of Jacksons Purple #393B78
Tints of Jacksons Purple #393B78
RGB
CMYK
RGB Variations
Color information
#393B78 (or 0x393B78) is known color: Jacksons Purple. HEX triplet: 39, 3B and 78. RGB value is (57,59,120). Sum of RGB (Red+Green+Blue) = 57+59+120=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 59 (23.44% from 255 or 25% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #393B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393B78 is #C6C487. Grayscale: #414141. Windows color (decimal): -13026440 or 7879481. OLE color: 7879481.
HSL color Cylindrical-coordinate representation of color #393B78: hue angle of 238.1º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #393B78 is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 57 | 59 | 120 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.53 |
| HSL | 238.1º | 0.36% | 0.35% | - |
| HSV(B) | 238.1º | 0.53% | 0.47% | - |
| XYZ | 6.64 | 5.35 | 18.45 | - |
| YUV | 65.36 | 158.84 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 59 | 120 | 0.52 | 0.51 | 0 | 0.53 | 238.1 | 0.36 | 0.35 |
| Hex | 39 | 3B | 78 | 34 | 33 | 0 | 35 | EE | 24 | 23 |
| Octal | 71 | 73 | 170 | 64 | 63 | 0 | 65 | 356 | 44 | 43 |
| Binary | 111001 | 111011 | 1111000 | 110100 | 110011 | 0 | 110101 | 11101110 | 100100 | 100011 |
Color Harmonies of #393B78
Complementary color
Monochromatic Colors of #393B78
Black with #393B78
Text Example
Text Example
White with #393B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393B78; }
p { color: rgb(57,59,120); }
H1.HeaderClassName
{
color: #393B78;
}
.AnyTagClassName
{
color: #393B78;
}
</style>
background-color css
<style>
a { background-color: #393B78; }
a { background-color: rgb(57,59,120); }
div.DivClassName
{
background-color: #393B78;
}
.BgClassName
{
background-color: #393B78;
}
</style>
border-color css
<style>
span { border-color: #393B78; }
span { border-color: rgb(57,59,120); }
td.TdClassName
{
border-color: #393B78;
}
.TagClassName
{
border-color: #393B78;
}
</style>