Shades of Jacksons Purple #393183
Tints of Jacksons Purple #393183
RGB
CMYK
RGB Variations
Color information
#393183 (or 0x393183) is known color: Jacksons Purple. HEX triplet: 39, 31 and 83. RGB value is (57,49,131). Sum of RGB (Red+Green+Blue) = 57+49+131=237 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.05% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 131 (51.56% from 255 or 55.27% from 237); Max value from RGB is 131 - color contains mainly: blue. Hex color #393183 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393183 is #C6CE7C. Grayscale: #3C3C3C. Windows color (decimal): -13028989 or 8597817. OLE color: 8597817.
HSL color Cylindrical-coordinate representation of color #393183: hue angle of 245.85º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #393183 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 57 | 49 | 131 | - |
| CMYK | 0.56 | 0.63 | 0 | 0.49 |
| HSL | 245.85º | 0.46% | 0.35% | - |
| HSV(B) | 245.85º | 0.63% | 0.51% | - |
| XYZ | 6.88 | 4.71 | 22.02 | - |
| YUV | 60.74 | 167.65 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 49 | 131 | 0.56 | 0.63 | 0 | 0.49 | 245.85 | 0.46 | 0.35 |
| Hex | 39 | 31 | 83 | 38 | 3F | 0 | 31 | F6 | 2E | 23 |
| Octal | 71 | 61 | 203 | 70 | 77 | 0 | 61 | 366 | 56 | 43 |
| Binary | 111001 | 110001 | 10000011 | 111000 | 111111 | 0 | 110001 | 11110110 | 101110 | 100011 |
Color Harmonies of #393183
Complementary color
Monochromatic Colors of #393183
Black with #393183
Text Example
Text Example
White with #393183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393183; }
p { color: rgb(57,49,131); }
H1.HeaderClassName
{
color: #393183;
}
.AnyTagClassName
{
color: #393183;
}
</style>
background-color css
<style>
a { background-color: #393183; }
a { background-color: rgb(57,49,131); }
div.DivClassName
{
background-color: #393183;
}
.BgClassName
{
background-color: #393183;
}
</style>
border-color css
<style>
span { border-color: #393183; }
span { border-color: rgb(57,49,131); }
td.TdClassName
{
border-color: #393183;
}
.TagClassName
{
border-color: #393183;
}
</style>