Shades of Jacksons Purple #393C77
Tints of Jacksons Purple #393C77
RGB
CMYK
RGB Variations
Color information
#393C77 (or 0x393C77) is known color: Jacksons Purple. HEX triplet: 39, 3C and 77. RGB value is (57,60,119). Sum of RGB (Red+Green+Blue) = 57+60+119=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #393C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393C77 is #C6C388. Grayscale: #414141. Windows color (decimal): -13026185 or 7814201. OLE color: 7814201.
HSL color Cylindrical-coordinate representation of color #393C77: hue angle of 237.1º degrees, saturation: 0.35, 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 #393C77 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 57 | 60 | 119 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.53 |
| HSL | 237.1º | 0.35% | 0.35% | - |
| HSV(B) | 237.1º | 0.52% | 0.47% | - |
| XYZ | 6.63 | 5.43 | 18.15 | - |
| YUV | 65.83 | 158.01 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 60 | 119 | 0.52 | 0.50 | 0 | 0.53 | 237.1 | 0.35 | 0.35 |
| Hex | 39 | 3C | 77 | 34 | 32 | 0 | 35 | ED | 23 | 23 |
| Octal | 71 | 74 | 167 | 64 | 62 | 0 | 65 | 355 | 43 | 43 |
| Binary | 111001 | 111100 | 1110111 | 110100 | 110010 | 0 | 110101 | 11101101 | 100011 | 100011 |
Color Harmonies of #393C77
Complementary color
Monochromatic Colors of #393C77
Black with #393C77
Text Example
Text Example
White with #393C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393C77; }
p { color: rgb(57,60,119); }
H1.HeaderClassName
{
color: #393C77;
}
.AnyTagClassName
{
color: #393C77;
}
</style>
background-color css
<style>
a { background-color: #393C77; }
a { background-color: rgb(57,60,119); }
div.DivClassName
{
background-color: #393C77;
}
.BgClassName
{
background-color: #393C77;
}
</style>
border-color css
<style>
span { border-color: #393C77; }
span { border-color: rgb(57,60,119); }
td.TdClassName
{
border-color: #393C77;
}
.TagClassName
{
border-color: #393C77;
}
</style>