Shades of Jacksons Purple #393C8B
Tints of Jacksons Purple #393C8B
RGB
CMYK
RGB Variations
Color information
#393C8B (or 0x393C8B) is known color: Jacksons Purple. HEX triplet: 39, 3C and 8B. RGB value is (57,60,139). Sum of RGB (Red+Green+Blue) = 57+60+139=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #393C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393C8B is #C6C374. Grayscale: #434343. Windows color (decimal): -13026165 or 9124921. OLE color: 9124921.
HSL color Cylindrical-coordinate representation of color #393C8B: hue angle of 237.8º 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 #393C8B is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 60 | 139 | - |
| CMYK | 0.59 | 0.57 | 0 | 0.45 |
| HSL | 237.8º | 0.42% | 0.38% | - |
| HSV(B) | 237.8º | 0.59% | 0.55% | - |
| XYZ | 7.96 | 5.97 | 25.16 | - |
| YUV | 68.11 | 168.01 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 60 | 139 | 0.59 | 0.57 | 0 | 0.45 | 237.8 | 0.42 | 0.38 |
| Hex | 39 | 3C | 8B | 3B | 39 | 0 | 2D | EE | 2A | 26 |
| Octal | 71 | 74 | 213 | 73 | 71 | 0 | 55 | 356 | 52 | 46 |
| Binary | 111001 | 111100 | 10001011 | 111011 | 111001 | 0 | 101101 | 11101110 | 101010 | 100110 |
Color Harmonies of #393C8B
Complementary color
Monochromatic Colors of #393C8B
Black with #393C8B
Text Example
Text Example
White with #393C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393C8B; }
p { color: rgb(57,60,139); }
H1.HeaderClassName
{
color: #393C8B;
}
.AnyTagClassName
{
color: #393C8B;
}
</style>
background-color css
<style>
a { background-color: #393C8B; }
a { background-color: rgb(57,60,139); }
div.DivClassName
{
background-color: #393C8B;
}
.BgClassName
{
background-color: #393C8B;
}
</style>
border-color css
<style>
span { border-color: #393C8B; }
span { border-color: rgb(57,60,139); }
td.TdClassName
{
border-color: #393C8B;
}
.TagClassName
{
border-color: #393C8B;
}
</style>