Shades of Jacksons Purple #393F8B
Tints of Jacksons Purple #393F8B
RGB
CMYK
RGB Variations
Color information
#393F8B (or 0x393F8B) is known color: Jacksons Purple. HEX triplet: 39, 3F and 8B. RGB value is (57,63,139). Sum of RGB (Red+Green+Blue) = 57+63+139=259 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.01% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 139 (54.69% from 255 or 53.67% from 259); Max value from RGB is 139 - color contains mainly: blue. Hex color #393F8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393F8B is #C6C074. Grayscale: #454545. Windows color (decimal): -13025397 or 9125689. OLE color: 9125689.
HSL color Cylindrical-coordinate representation of color #393F8B: hue angle of 235.61º 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 #393F8B is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 63 | 139 | - |
| CMYK | 0.59 | 0.55 | 0 | 0.45 |
| HSL | 235.61º | 0.42% | 0.38% | - |
| HSV(B) | 235.61º | 0.59% | 0.55% | - |
| XYZ | 8.13 | 6.29 | 25.21 | - |
| YUV | 69.87 | 167.01 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 139 | 0.59 | 0.55 | 0 | 0.45 | 235.61 | 0.42 | 0.38 |
| Hex | 39 | 3F | 8B | 3B | 37 | 0 | 2D | EC | 2A | 26 |
| Octal | 71 | 77 | 213 | 73 | 67 | 0 | 55 | 354 | 52 | 46 |
| Binary | 111001 | 111111 | 10001011 | 111011 | 110111 | 0 | 101101 | 11101100 | 101010 | 100110 |
Color Harmonies of #393F8B
Complementary color
Monochromatic Colors of #393F8B
Black with #393F8B
Text Example
Text Example
White with #393F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393F8B; }
p { color: rgb(57,63,139); }
H1.HeaderClassName
{
color: #393F8B;
}
.AnyTagClassName
{
color: #393F8B;
}
</style>
background-color css
<style>
a { background-color: #393F8B; }
a { background-color: rgb(57,63,139); }
div.DivClassName
{
background-color: #393F8B;
}
.BgClassName
{
background-color: #393F8B;
}
</style>
border-color css
<style>
span { border-color: #393F8B; }
span { border-color: rgb(57,63,139); }
td.TdClassName
{
border-color: #393F8B;
}
.TagClassName
{
border-color: #393F8B;
}
</style>