Shades of Jacksons Purple #393B8B
Tints of Jacksons Purple #393B8B
RGB
CMYK
RGB Variations
Color information
#393B8B (or 0x393B8B) is known color: Jacksons Purple. HEX triplet: 39, 3B and 8B. RGB value is (57,59,139). Sum of RGB (Red+Green+Blue) = 57+59+139=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 139 (54.69% from 255 or 54.51% from 255); Max value from RGB is 139 - color contains mainly: blue. Hex color #393B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393B8B is #C6C474. Grayscale: #434343. Windows color (decimal): -13026421 or 9124665. OLE color: 9124665.
HSL color Cylindrical-coordinate representation of color #393B8B: hue angle of 238.54º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #393B8B is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 59 | 139 | - |
| CMYK | 0.59 | 0.58 | 0 | 0.45 |
| HSL | 238.54º | 0.42% | 0.38% | - |
| HSV(B) | 238.54º | 0.59% | 0.55% | - |
| XYZ | 7.91 | 5.86 | 25.14 | - |
| YUV | 67.52 | 168.34 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 59 | 139 | 0.59 | 0.58 | 0 | 0.45 | 238.54 | 0.42 | 0.38 |
| Hex | 39 | 3B | 8B | 3B | 3A | 0 | 2D | EF | 2A | 26 |
| Octal | 71 | 73 | 213 | 73 | 72 | 0 | 55 | 357 | 52 | 46 |
| Binary | 111001 | 111011 | 10001011 | 111011 | 111010 | 0 | 101101 | 11101111 | 101010 | 100110 |
Color Harmonies of #393B8B
Complementary color
Monochromatic Colors of #393B8B
Black with #393B8B
Text Example
Text Example
White with #393B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393B8B; }
p { color: rgb(57,59,139); }
H1.HeaderClassName
{
color: #393B8B;
}
.AnyTagClassName
{
color: #393B8B;
}
</style>
background-color css
<style>
a { background-color: #393B8B; }
a { background-color: rgb(57,59,139); }
div.DivClassName
{
background-color: #393B8B;
}
.BgClassName
{
background-color: #393B8B;
}
</style>
border-color css
<style>
span { border-color: #393B8B; }
span { border-color: rgb(57,59,139); }
td.TdClassName
{
border-color: #393B8B;
}
.TagClassName
{
border-color: #393B8B;
}
</style>