Shades of Jacksons Purple #393778
Tints of Jacksons Purple #393778
RGB
CMYK
RGB Variations
Color information
#393778 (or 0x393778) is known color: Jacksons Purple. HEX triplet: 39, 37 and 78. RGB value is (57,55,120). Sum of RGB (Red+Green+Blue) = 57+55+120=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #393778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393778 is #C6C887. Grayscale: #3E3E3E. Windows color (decimal): -13027464 or 7878457. OLE color: 7878457.
HSL color Cylindrical-coordinate representation of color #393778: hue angle of 241.85º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #393778 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 57 | 55 | 120 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.53 |
| HSL | 241.85º | 0.37% | 0.34% | - |
| HSV(B) | 241.85º | 0.54% | 0.47% | - |
| XYZ | 6.44 | 4.96 | 18.39 | - |
| YUV | 63.01 | 160.16 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 55 | 120 | 0.52 | 0.54 | 0 | 0.53 | 241.85 | 0.37 | 0.34 |
| Hex | 39 | 37 | 78 | 34 | 36 | 0 | 35 | F2 | 25 | 22 |
| Octal | 71 | 67 | 170 | 64 | 66 | 0 | 65 | 362 | 45 | 42 |
| Binary | 111001 | 110111 | 1111000 | 110100 | 110110 | 0 | 110101 | 11110010 | 100101 | 100010 |
Color Harmonies of #393778
Complementary color
Monochromatic Colors of #393778
Black with #393778
Text Example
Text Example
White with #393778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393778; }
p { color: rgb(57,55,120); }
H1.HeaderClassName
{
color: #393778;
}
.AnyTagClassName
{
color: #393778;
}
</style>
background-color css
<style>
a { background-color: #393778; }
a { background-color: rgb(57,55,120); }
div.DivClassName
{
background-color: #393778;
}
.BgClassName
{
background-color: #393778;
}
</style>
border-color css
<style>
span { border-color: #393778; }
span { border-color: rgb(57,55,120); }
td.TdClassName
{
border-color: #393778;
}
.TagClassName
{
border-color: #393778;
}
</style>