Shades of Jacksons Purple #393483
Tints of Jacksons Purple #393483
RGB
CMYK
RGB Variations
Color information
#393483 (or 0x393483) is known color: Jacksons Purple. HEX triplet: 39, 34 and 83. RGB value is (57,52,131). Sum of RGB (Red+Green+Blue) = 57+52+131=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 131 (51.56% from 255 or 54.58% from 240); Max value from RGB is 131 - color contains mainly: blue. Hex color #393483 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393483 is #C6CB7C. Grayscale: #3E3E3E. Windows color (decimal): -13028221 or 8598585. OLE color: 8598585.
HSL color Cylindrical-coordinate representation of color #393483: hue angle of 243.8º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #393483 is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 57 | 52 | 131 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.49 |
| HSL | 243.8º | 0.43% | 0.36% | - |
| HSV(B) | 243.8º | 0.6% | 0.51% | - |
| XYZ | 7.01 | 4.96 | 22.06 | - |
| YUV | 62.5 | 166.66 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 52 | 131 | 0.56 | 0.60 | 0 | 0.49 | 243.8 | 0.43 | 0.36 |
| Hex | 39 | 34 | 83 | 38 | 3C | 0 | 31 | F4 | 2B | 24 |
| Octal | 71 | 64 | 203 | 70 | 74 | 0 | 61 | 364 | 53 | 44 |
| Binary | 111001 | 110100 | 10000011 | 111000 | 111100 | 0 | 110001 | 11110100 | 101011 | 100100 |
Color Harmonies of #393483
Complementary color
Monochromatic Colors of #393483
Black with #393483
Text Example
Text Example
White with #393483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393483; }
p { color: rgb(57,52,131); }
H1.HeaderClassName
{
color: #393483;
}
.AnyTagClassName
{
color: #393483;
}
</style>
background-color css
<style>
a { background-color: #393483; }
a { background-color: rgb(57,52,131); }
div.DivClassName
{
background-color: #393483;
}
.BgClassName
{
background-color: #393483;
}
</style>
border-color css
<style>
span { border-color: #393483; }
span { border-color: rgb(57,52,131); }
td.TdClassName
{
border-color: #393483;
}
.TagClassName
{
border-color: #393483;
}
</style>