Shades of Jacksons Purple #393A8B
Tints of Jacksons Purple #393A8B
RGB
CMYK
RGB Variations
Color information
#393A8B (or 0x393A8B) is known color: Jacksons Purple. HEX triplet: 39, 3A and 8B. RGB value is (57,58,139). Sum of RGB (Red+Green+Blue) = 57+58+139=254 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.44% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 139 (54.69% from 255 or 54.72% from 254); Max value from RGB is 139 - color contains mainly: blue. Hex color #393A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393A8B is #C6C574. Grayscale: #424242. Windows color (decimal): -13026677 or 9124409. OLE color: 9124409.
HSL color Cylindrical-coordinate representation of color #393A8B: hue angle of 239.27º 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 #393A8B is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 58 | 139 | - |
| CMYK | 0.59 | 0.58 | 0 | 0.45 |
| HSL | 239.27º | 0.42% | 0.38% | - |
| HSV(B) | 239.27º | 0.59% | 0.55% | - |
| XYZ | 7.86 | 5.76 | 25.12 | - |
| YUV | 66.94 | 168.67 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 58 | 139 | 0.59 | 0.58 | 0 | 0.45 | 239.27 | 0.42 | 0.38 |
| Hex | 39 | 3A | 8B | 3B | 3A | 0 | 2D | EF | 2A | 26 |
| Octal | 71 | 72 | 213 | 73 | 72 | 0 | 55 | 357 | 52 | 46 |
| Binary | 111001 | 111010 | 10001011 | 111011 | 111010 | 0 | 101101 | 11101111 | 101010 | 100110 |
Color Harmonies of #393A8B
Complementary color
Monochromatic Colors of #393A8B
Black with #393A8B
Text Example
Text Example
White with #393A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393A8B; }
p { color: rgb(57,58,139); }
H1.HeaderClassName
{
color: #393A8B;
}
.AnyTagClassName
{
color: #393A8B;
}
</style>
background-color css
<style>
a { background-color: #393A8B; }
a { background-color: rgb(57,58,139); }
div.DivClassName
{
background-color: #393A8B;
}
.BgClassName
{
background-color: #393A8B;
}
</style>
border-color css
<style>
span { border-color: #393A8B; }
span { border-color: rgb(57,58,139); }
td.TdClassName
{
border-color: #393A8B;
}
.TagClassName
{
border-color: #393A8B;
}
</style>