Shades of Jacksons Purple #393B8A
Tints of Jacksons Purple #393B8A
RGB
CMYK
RGB Variations
Color information
#393B8A (or 0x393B8A) is known color: Jacksons Purple. HEX triplet: 39, 3B and 8A. RGB value is (57,59,138). Sum of RGB (Red+Green+Blue) = 57+59+138=254 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.44% from 254); Green value is 59 (23.44% from 255 or 23.23% from 254); Blue value is 138 (54.30% from 255 or 54.33% from 254); Max value from RGB is 138 - color contains mainly: blue. Hex color #393B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393B8A is #C6C475. Grayscale: #434343. Windows color (decimal): -13026422 or 9059129. OLE color: 9059129.
HSL color Cylindrical-coordinate representation of color #393B8A: hue angle of 238.52º 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 #393B8A is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 57 | 59 | 138 | - |
| CMYK | 0.59 | 0.57 | 0 | 0.46 |
| HSL | 238.52º | 0.42% | 0.38% | - |
| HSV(B) | 238.52º | 0.59% | 0.54% | - |
| XYZ | 7.84 | 5.83 | 24.76 | - |
| YUV | 67.41 | 167.84 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 59 | 138 | 0.59 | 0.57 | 0 | 0.46 | 238.52 | 0.42 | 0.38 |
| Hex | 39 | 3B | 8A | 3B | 39 | 0 | 2E | EF | 2A | 26 |
| Octal | 71 | 73 | 212 | 73 | 71 | 0 | 56 | 357 | 52 | 46 |
| Binary | 111001 | 111011 | 10001010 | 111011 | 111001 | 0 | 101110 | 11101111 | 101010 | 100110 |
Color Harmonies of #393B8A
Complementary color
Monochromatic Colors of #393B8A
Black with #393B8A
Text Example
Text Example
White with #393B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393B8A; }
p { color: rgb(57,59,138); }
H1.HeaderClassName
{
color: #393B8A;
}
.AnyTagClassName
{
color: #393B8A;
}
</style>
background-color css
<style>
a { background-color: #393B8A; }
a { background-color: rgb(57,59,138); }
div.DivClassName
{
background-color: #393B8A;
}
.BgClassName
{
background-color: #393B8A;
}
</style>
border-color css
<style>
span { border-color: #393B8A; }
span { border-color: rgb(57,59,138); }
td.TdClassName
{
border-color: #393B8A;
}
.TagClassName
{
border-color: #393B8A;
}
</style>