Shades of Jacksons Purple #393B91
Tints of Jacksons Purple #393B91
RGB
CMYK
RGB Variations
Color information
#393B91 (or 0x393B91) is known color: Jacksons Purple. HEX triplet: 39, 3B and 91. RGB value is (57,59,145). Sum of RGB (Red+Green+Blue) = 57+59+145=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #393B91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393B91 is #C6C46E. Grayscale: #434343. Windows color (decimal): -13026415 or 9517881. OLE color: 9517881.
HSL color Cylindrical-coordinate representation of color #393B91: hue angle of 238.64º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #393B91 is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 59 | 145 | - |
| CMYK | 0.61 | 0.59 | 0 | 0.43 |
| HSL | 238.64º | 0.44% | 0.4% | - |
| HSV(B) | 238.64º | 0.61% | 0.57% | - |
| XYZ | 8.36 | 6.04 | 27.51 | - |
| YUV | 68.21 | 171.34 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 59 | 145 | 0.61 | 0.59 | 0 | 0.43 | 238.64 | 0.44 | 0.4 |
| Hex | 39 | 3B | 91 | 3D | 3B | 0 | 2B | EF | 2C | 28 |
| Octal | 71 | 73 | 221 | 75 | 73 | 0 | 53 | 357 | 54 | 50 |
| Binary | 111001 | 111011 | 10010001 | 111101 | 111011 | 0 | 101011 | 11101111 | 101100 | 101000 |
Color Harmonies of #393B91
Complementary color
Monochromatic Colors of #393B91
Black with #393B91
Text Example
Text Example
White with #393B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393B91; }
p { color: rgb(57,59,145); }
H1.HeaderClassName
{
color: #393B91;
}
.AnyTagClassName
{
color: #393B91;
}
</style>
background-color css
<style>
a { background-color: #393B91; }
a { background-color: rgb(57,59,145); }
div.DivClassName
{
background-color: #393B91;
}
.BgClassName
{
background-color: #393B91;
}
</style>
border-color css
<style>
span { border-color: #393B91; }
span { border-color: rgb(57,59,145); }
td.TdClassName
{
border-color: #393B91;
}
.TagClassName
{
border-color: #393B91;
}
</style>