Shades of Jacksons Purple #393873
Tints of Jacksons Purple #393873
RGB
CMYK
RGB Variations
Color information
#393873 (or 0x393873) is known color: Jacksons Purple. HEX triplet: 39, 38 and 73. RGB value is (57,56,115). Sum of RGB (Red+Green+Blue) = 57+56+115=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 56 (22.27% from 255 or 24.56% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #393873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393873 is #C6C78C. Grayscale: #3E3E3E. Windows color (decimal): -13027213 or 7551033. OLE color: 7551033.
HSL color Cylindrical-coordinate representation of color #393873: hue angle of 241.02º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #393873 is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 56 | 115 | - |
| CMYK | 0.50 | 0.51 | 0 | 0.55 |
| HSL | 241.02º | 0.35% | 0.34% | - |
| HSV(B) | 241.02º | 0.51% | 0.45% | - |
| XYZ | 6.2 | 4.94 | 16.85 | - |
| YUV | 63.03 | 157.33 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 56 | 115 | 0.50 | 0.51 | 0 | 0.55 | 241.02 | 0.35 | 0.34 |
| Hex | 39 | 38 | 73 | 32 | 33 | 0 | 37 | F1 | 23 | 22 |
| Octal | 71 | 70 | 163 | 62 | 63 | 0 | 67 | 361 | 43 | 42 |
| Binary | 111001 | 111000 | 1110011 | 110010 | 110011 | 0 | 110111 | 11110001 | 100011 | 100010 |
Color Harmonies of #393873
Complementary color
Monochromatic Colors of #393873
Black with #393873
Text Example
Text Example
White with #393873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393873; }
p { color: rgb(57,56,115); }
H1.HeaderClassName
{
color: #393873;
}
.AnyTagClassName
{
color: #393873;
}
</style>
background-color css
<style>
a { background-color: #393873; }
a { background-color: rgb(57,56,115); }
div.DivClassName
{
background-color: #393873;
}
.BgClassName
{
background-color: #393873;
}
</style>
border-color css
<style>
span { border-color: #393873; }
span { border-color: rgb(57,56,115); }
td.TdClassName
{
border-color: #393873;
}
.TagClassName
{
border-color: #393873;
}
</style>