Shades of Jacksons Purple #393F91
Tints of Jacksons Purple #393F91
RGB
CMYK
RGB Variations
Color information
#393F91 (or 0x393F91) is known color: Jacksons Purple. HEX triplet: 39, 3F and 91. RGB value is (57,63,145). Sum of RGB (Red+Green+Blue) = 57+63+145=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #393F91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393F91 is #C6C06E. Grayscale: #464646. Windows color (decimal): -13025391 or 9518905. OLE color: 9518905.
HSL color Cylindrical-coordinate representation of color #393F91: hue angle of 235.91º 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 #393F91 is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 63 | 145 | - |
| CMYK | 0.61 | 0.57 | 0 | 0.43 |
| HSL | 235.91º | 0.44% | 0.4% | - |
| HSV(B) | 235.91º | 0.61% | 0.57% | - |
| XYZ | 8.58 | 6.47 | 27.58 | - |
| YUV | 70.55 | 170.01 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 145 | 0.61 | 0.57 | 0 | 0.43 | 235.91 | 0.44 | 0.4 |
| Hex | 39 | 3F | 91 | 3D | 39 | 0 | 2B | EC | 2C | 28 |
| Octal | 71 | 77 | 221 | 75 | 71 | 0 | 53 | 354 | 54 | 50 |
| Binary | 111001 | 111111 | 10010001 | 111101 | 111001 | 0 | 101011 | 11101100 | 101100 | 101000 |
Color Harmonies of #393F91
Complementary color
Monochromatic Colors of #393F91
Black with #393F91
Text Example
Text Example
White with #393F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393F91; }
p { color: rgb(57,63,145); }
H1.HeaderClassName
{
color: #393F91;
}
.AnyTagClassName
{
color: #393F91;
}
</style>
background-color css
<style>
a { background-color: #393F91; }
a { background-color: rgb(57,63,145); }
div.DivClassName
{
background-color: #393F91;
}
.BgClassName
{
background-color: #393F91;
}
</style>
border-color css
<style>
span { border-color: #393F91; }
span { border-color: rgb(57,63,145); }
td.TdClassName
{
border-color: #393F91;
}
.TagClassName
{
border-color: #393F91;
}
</style>