Shades of Jacksons Purple #393A8A
Tints of Jacksons Purple #393A8A
RGB
CMYK
RGB Variations
Color information
#393A8A (or 0x393A8A) is known color: Jacksons Purple. HEX triplet: 39, 3A and 8A. RGB value is (57,58,138). Sum of RGB (Red+Green+Blue) = 57+58+138=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #393A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393A8A is #C6C575. Grayscale: #424242. Windows color (decimal): -13026678 or 9058873. OLE color: 9058873.
HSL color Cylindrical-coordinate representation of color #393A8A: hue angle of 239.26º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #393A8A is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 57 | 58 | 138 | - |
| CMYK | 0.59 | 0.58 | 0 | 0.46 |
| HSL | 239.26º | 0.42% | 0.38% | - |
| HSV(B) | 239.26º | 0.59% | 0.54% | - |
| XYZ | 7.79 | 5.73 | 24.74 | - |
| YUV | 66.82 | 168.17 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 58 | 138 | 0.59 | 0.58 | 0 | 0.46 | 239.26 | 0.42 | 0.38 |
| Hex | 39 | 3A | 8A | 3B | 3A | 0 | 2E | EF | 2A | 26 |
| Octal | 71 | 72 | 212 | 73 | 72 | 0 | 56 | 357 | 52 | 46 |
| Binary | 111001 | 111010 | 10001010 | 111011 | 111010 | 0 | 101110 | 11101111 | 101010 | 100110 |
Color Harmonies of #393A8A
Complementary color
Monochromatic Colors of #393A8A
Black with #393A8A
Text Example
Text Example
White with #393A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393A8A; }
p { color: rgb(57,58,138); }
H1.HeaderClassName
{
color: #393A8A;
}
.AnyTagClassName
{
color: #393A8A;
}
</style>
background-color css
<style>
a { background-color: #393A8A; }
a { background-color: rgb(57,58,138); }
div.DivClassName
{
background-color: #393A8A;
}
.BgClassName
{
background-color: #393A8A;
}
</style>
border-color css
<style>
span { border-color: #393A8A; }
span { border-color: rgb(57,58,138); }
td.TdClassName
{
border-color: #393A8A;
}
.TagClassName
{
border-color: #393A8A;
}
</style>