Shades of Jacksons Purple #393882
Tints of Jacksons Purple #393882
RGB
CMYK
RGB Variations
Color information
#393882 (or 0x393882) is known color: Jacksons Purple. HEX triplet: 39, 38 and 82. RGB value is (57,56,130). Sum of RGB (Red+Green+Blue) = 57+56+130=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 130 (51.17% from 255 or 53.50% from 243); Max value from RGB is 130 - color contains mainly: blue. Hex color #393882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393882 is #C6C77D. Grayscale: #404040. Windows color (decimal): -13027198 or 8534073. OLE color: 8534073.
HSL color Cylindrical-coordinate representation of color #393882: hue angle of 240.81º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #393882 is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 57 | 56 | 130 | - |
| CMYK | 0.56 | 0.57 | 0 | 0.49 |
| HSL | 240.81º | 0.4% | 0.36% | - |
| HSV(B) | 240.81º | 0.57% | 0.51% | - |
| XYZ | 7.13 | 5.31 | 21.77 | - |
| YUV | 64.74 | 164.83 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 56 | 130 | 0.56 | 0.57 | 0 | 0.49 | 240.81 | 0.4 | 0.36 |
| Hex | 39 | 38 | 82 | 38 | 39 | 0 | 31 | F1 | 28 | 24 |
| Octal | 71 | 70 | 202 | 70 | 71 | 0 | 61 | 361 | 50 | 44 |
| Binary | 111001 | 111000 | 10000010 | 111000 | 111001 | 0 | 110001 | 11110001 | 101000 | 100100 |
Color Harmonies of #393882
Complementary color
Monochromatic Colors of #393882
Black with #393882
Text Example
Text Example
White with #393882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393882; }
p { color: rgb(57,56,130); }
H1.HeaderClassName
{
color: #393882;
}
.AnyTagClassName
{
color: #393882;
}
</style>
background-color css
<style>
a { background-color: #393882; }
a { background-color: rgb(57,56,130); }
div.DivClassName
{
background-color: #393882;
}
.BgClassName
{
background-color: #393882;
}
</style>
border-color css
<style>
span { border-color: #393882; }
span { border-color: rgb(57,56,130); }
td.TdClassName
{
border-color: #393882;
}
.TagClassName
{
border-color: #393882;
}
</style>