Shades of Jacksons Purple #393F7C
Tints of Jacksons Purple #393F7C
RGB
CMYK
RGB Variations
Color information
#393F7C (or 0x393F7C) is known color: Jacksons Purple. HEX triplet: 39, 3F and 7C. RGB value is (57,63,124). Sum of RGB (Red+Green+Blue) = 57+63+124=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #393F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393F7C is #C6C083. Grayscale: #434343. Windows color (decimal): -13025412 or 8142649. OLE color: 8142649.
HSL color Cylindrical-coordinate representation of color #393F7C: hue angle of 234.63º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #393F7C is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 63 | 124 | - |
| CMYK | 0.54 | 0.49 | 0 | 0.51 |
| HSL | 234.63º | 0.37% | 0.35% | - |
| HSV(B) | 234.63º | 0.54% | 0.49% | - |
| XYZ | 7.1 | 5.88 | 19.83 | - |
| YUV | 68.16 | 159.51 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 124 | 0.54 | 0.49 | 0 | 0.51 | 234.63 | 0.37 | 0.35 |
| Hex | 39 | 3F | 7C | 36 | 31 | 0 | 33 | EB | 25 | 23 |
| Octal | 71 | 77 | 174 | 66 | 61 | 0 | 63 | 353 | 45 | 43 |
| Binary | 111001 | 111111 | 1111100 | 110110 | 110001 | 0 | 110011 | 11101011 | 100101 | 100011 |
Color Harmonies of #393F7C
Complementary color
Monochromatic Colors of #393F7C
Black with #393F7C
Text Example
Text Example
White with #393F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393F7C; }
p { color: rgb(57,63,124); }
H1.HeaderClassName
{
color: #393F7C;
}
.AnyTagClassName
{
color: #393F7C;
}
</style>
background-color css
<style>
a { background-color: #393F7C; }
a { background-color: rgb(57,63,124); }
div.DivClassName
{
background-color: #393F7C;
}
.BgClassName
{
background-color: #393F7C;
}
</style>
border-color css
<style>
span { border-color: #393F7C; }
span { border-color: rgb(57,63,124); }
td.TdClassName
{
border-color: #393F7C;
}
.TagClassName
{
border-color: #393F7C;
}
</style>