Shades of Jacksons Purple #393777
Tints of Jacksons Purple #393777
RGB
CMYK
RGB Variations
Color information
#393777 (or 0x393777) is known color: Jacksons Purple. HEX triplet: 39, 37 and 77. RGB value is (57,55,119). Sum of RGB (Red+Green+Blue) = 57+55+119=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 119 (46.88% from 255 or 51.52% from 231); Max value from RGB is 119 - color contains mainly: blue. Hex color #393777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393777 is #C6C888. Grayscale: #3E3E3E. Windows color (decimal): -13027465 or 7812921. OLE color: 7812921.
HSL color Cylindrical-coordinate representation of color #393777: hue angle of 241.88º 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 #393777 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 57 | 55 | 119 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.53 |
| HSL | 241.88º | 0.37% | 0.34% | - |
| HSV(B) | 241.88º | 0.54% | 0.47% | - |
| XYZ | 6.38 | 4.93 | 18.07 | - |
| YUV | 62.89 | 159.66 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 55 | 119 | 0.52 | 0.54 | 0 | 0.53 | 241.88 | 0.37 | 0.34 |
| Hex | 39 | 37 | 77 | 34 | 36 | 0 | 35 | F2 | 25 | 22 |
| Octal | 71 | 67 | 167 | 64 | 66 | 0 | 65 | 362 | 45 | 42 |
| Binary | 111001 | 110111 | 1110111 | 110100 | 110110 | 0 | 110101 | 11110010 | 100101 | 100010 |
Color Harmonies of #393777
Complementary color
Monochromatic Colors of #393777
Black with #393777
Text Example
Text Example
White with #393777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393777; }
p { color: rgb(57,55,119); }
H1.HeaderClassName
{
color: #393777;
}
.AnyTagClassName
{
color: #393777;
}
</style>
background-color css
<style>
a { background-color: #393777; }
a { background-color: rgb(57,55,119); }
div.DivClassName
{
background-color: #393777;
}
.BgClassName
{
background-color: #393777;
}
</style>
border-color css
<style>
span { border-color: #393777; }
span { border-color: rgb(57,55,119); }
td.TdClassName
{
border-color: #393777;
}
.TagClassName
{
border-color: #393777;
}
</style>