Shades of Jacksons Purple #393E7A
Tints of Jacksons Purple #393E7A
RGB
CMYK
RGB Variations
Color information
#393E7A (or 0x393E7A) is known color: Jacksons Purple. HEX triplet: 39, 3E and 7A. RGB value is (57,62,122). Sum of RGB (Red+Green+Blue) = 57+62+122=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 62 (24.61% from 255 or 25.73% from 241); Blue value is 122 (48.05% from 255 or 50.62% from 241); Max value from RGB is 122 - color contains mainly: blue. Hex color #393E7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393E7A is #C6C185. Grayscale: #434343. Windows color (decimal): -13025670 or 8011321. OLE color: 8011321.
HSL color Cylindrical-coordinate representation of color #393E7A: hue angle of 235.38º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #393E7A is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 57 | 62 | 122 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.52 |
| HSL | 235.38º | 0.36% | 0.35% | - |
| HSV(B) | 235.38º | 0.53% | 0.48% | - |
| XYZ | 6.92 | 5.72 | 19.15 | - |
| YUV | 67.35 | 158.84 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 62 | 122 | 0.53 | 0.49 | 0 | 0.52 | 235.38 | 0.36 | 0.35 |
| Hex | 39 | 3E | 7A | 35 | 31 | 0 | 34 | EB | 24 | 23 |
| Octal | 71 | 76 | 172 | 65 | 61 | 0 | 64 | 353 | 44 | 43 |
| Binary | 111001 | 111110 | 1111010 | 110101 | 110001 | 0 | 110100 | 11101011 | 100100 | 100011 |
Color Harmonies of #393E7A
Complementary color
Monochromatic Colors of #393E7A
Black with #393E7A
Text Example
Text Example
White with #393E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393E7A; }
p { color: rgb(57,62,122); }
H1.HeaderClassName
{
color: #393E7A;
}
.AnyTagClassName
{
color: #393E7A;
}
</style>
background-color css
<style>
a { background-color: #393E7A; }
a { background-color: rgb(57,62,122); }
div.DivClassName
{
background-color: #393E7A;
}
.BgClassName
{
background-color: #393E7A;
}
</style>
border-color css
<style>
span { border-color: #393E7A; }
span { border-color: rgb(57,62,122); }
td.TdClassName
{
border-color: #393E7A;
}
.TagClassName
{
border-color: #393E7A;
}
</style>