Shades of Jacksons Purple #393B80
Tints of Jacksons Purple #393B80
RGB
CMYK
RGB Variations
Color information
#393B80 (or 0x393B80) is known color: Jacksons Purple. HEX triplet: 39, 3B and 80. RGB value is (57,59,128). Sum of RGB (Red+Green+Blue) = 57+59+128=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 128 (50.39% from 255 or 52.46% from 244); Max value from RGB is 128 - color contains mainly: blue. Hex color #393B80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393B80 is #C6C47F. Grayscale: #414141. Windows color (decimal): -13026432 or 8403769. OLE color: 8403769.
HSL color Cylindrical-coordinate representation of color #393B80: hue angle of 238.31º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #393B80 is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 57 | 59 | 128 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.50 |
| HSL | 238.31º | 0.38% | 0.36% | - |
| HSV(B) | 238.31º | 0.55% | 0.5% | - |
| XYZ | 7.15 | 5.56 | 21.12 | - |
| YUV | 66.27 | 162.84 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 59 | 128 | 0.55 | 0.54 | 0 | 0.50 | 238.31 | 0.38 | 0.36 |
| Hex | 39 | 3B | 80 | 37 | 36 | 0 | 32 | EE | 26 | 24 |
| Octal | 71 | 73 | 200 | 67 | 66 | 0 | 62 | 356 | 46 | 44 |
| Binary | 111001 | 111011 | 10000000 | 110111 | 110110 | 0 | 110010 | 11101110 | 100110 | 100100 |
Color Harmonies of #393B80
Complementary color
Monochromatic Colors of #393B80
Black with #393B80
Text Example
Text Example
White with #393B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393B80; }
p { color: rgb(57,59,128); }
H1.HeaderClassName
{
color: #393B80;
}
.AnyTagClassName
{
color: #393B80;
}
</style>
background-color css
<style>
a { background-color: #393B80; }
a { background-color: rgb(57,59,128); }
div.DivClassName
{
background-color: #393B80;
}
.BgClassName
{
background-color: #393B80;
}
</style>
border-color css
<style>
span { border-color: #393B80; }
span { border-color: rgb(57,59,128); }
td.TdClassName
{
border-color: #393B80;
}
.TagClassName
{
border-color: #393B80;
}
</style>