Shades of Jacksons Purple #393E7B
Tints of Jacksons Purple #393E7B
RGB
CMYK
RGB Variations
Color information
#393E7B (or 0x393E7B) is known color: Jacksons Purple. HEX triplet: 39, 3E and 7B. RGB value is (57,62,123). Sum of RGB (Red+Green+Blue) = 57+62+123=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 62 (24.61% from 255 or 25.62% from 242); Blue value is 123 (48.44% from 255 or 50.83% from 242); Max value from RGB is 123 - color contains mainly: blue. Hex color #393E7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393E7B is #C6C184. Grayscale: #434343. Windows color (decimal): -13025669 or 8076857. OLE color: 8076857.
HSL color Cylindrical-coordinate representation of color #393E7B: hue angle of 235.45º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #393E7B is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 62 | 123 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.52 |
| HSL | 235.45º | 0.37% | 0.35% | - |
| HSV(B) | 235.45º | 0.54% | 0.48% | - |
| XYZ | 6.99 | 5.75 | 19.48 | - |
| YUV | 67.46 | 159.34 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 62 | 123 | 0.54 | 0.50 | 0 | 0.52 | 235.45 | 0.37 | 0.35 |
| Hex | 39 | 3E | 7B | 36 | 32 | 0 | 34 | EB | 25 | 23 |
| Octal | 71 | 76 | 173 | 66 | 62 | 0 | 64 | 353 | 45 | 43 |
| Binary | 111001 | 111110 | 1111011 | 110110 | 110010 | 0 | 110100 | 11101011 | 100101 | 100011 |
Color Harmonies of #393E7B
Complementary color
Monochromatic Colors of #393E7B
Black with #393E7B
Text Example
Text Example
White with #393E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393E7B; }
p { color: rgb(57,62,123); }
H1.HeaderClassName
{
color: #393E7B;
}
.AnyTagClassName
{
color: #393E7B;
}
</style>
background-color css
<style>
a { background-color: #393E7B; }
a { background-color: rgb(57,62,123); }
div.DivClassName
{
background-color: #393E7B;
}
.BgClassName
{
background-color: #393E7B;
}
</style>
border-color css
<style>
span { border-color: #393E7B; }
span { border-color: rgb(57,62,123); }
td.TdClassName
{
border-color: #393E7B;
}
.TagClassName
{
border-color: #393E7B;
}
</style>