Shades of Jacksons Purple #393B77
Tints of Jacksons Purple #393B77
RGB
CMYK
RGB Variations
Color information
#393B77 (or 0x393B77) is known color: Jacksons Purple. HEX triplet: 39, 3B and 77. RGB value is (57,59,119). Sum of RGB (Red+Green+Blue) = 57+59+119=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 59 (23.44% from 255 or 25.11% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #393B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393B77 is #C6C488. Grayscale: #414141. Windows color (decimal): -13026441 or 7813945. OLE color: 7813945.
HSL color Cylindrical-coordinate representation of color #393B77: hue angle of 238.06º 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 #393B77 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 57 | 59 | 119 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.53 |
| HSL | 238.06º | 0.35% | 0.35% | - |
| HSV(B) | 238.06º | 0.52% | 0.47% | - |
| XYZ | 6.58 | 5.33 | 18.13 | - |
| YUV | 65.24 | 158.34 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 59 | 119 | 0.52 | 0.50 | 0 | 0.53 | 238.06 | 0.35 | 0.35 |
| Hex | 39 | 3B | 77 | 34 | 32 | 0 | 35 | EE | 23 | 23 |
| Octal | 71 | 73 | 167 | 64 | 62 | 0 | 65 | 356 | 43 | 43 |
| Binary | 111001 | 111011 | 1110111 | 110100 | 110010 | 0 | 110101 | 11101110 | 100011 | 100011 |
Color Harmonies of #393B77
Complementary color
Monochromatic Colors of #393B77
Black with #393B77
Text Example
Text Example
White with #393B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393B77; }
p { color: rgb(57,59,119); }
H1.HeaderClassName
{
color: #393B77;
}
.AnyTagClassName
{
color: #393B77;
}
</style>
background-color css
<style>
a { background-color: #393B77; }
a { background-color: rgb(57,59,119); }
div.DivClassName
{
background-color: #393B77;
}
.BgClassName
{
background-color: #393B77;
}
</style>
border-color css
<style>
span { border-color: #393B77; }
span { border-color: rgb(57,59,119); }
td.TdClassName
{
border-color: #393B77;
}
.TagClassName
{
border-color: #393B77;
}
</style>