Shades of Jacksons Purple #393377
Tints of Jacksons Purple #393377
RGB
CMYK
RGB Variations
Color information
#393377 (or 0x393377) is known color: Jacksons Purple. HEX triplet: 39, 33 and 77. RGB value is (57,51,119). Sum of RGB (Red+Green+Blue) = 57+51+119=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 119 (46.88% from 255 or 52.42% from 227); Max value from RGB is 119 - color contains mainly: blue. Hex color #393377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393377 is #C6CC88. Grayscale: #3C3C3C. Windows color (decimal): -13028489 or 7811897. OLE color: 7811897.
HSL color Cylindrical-coordinate representation of color #393377: hue angle of 245.29º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #393377 is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 57 | 51 | 119 | - |
| CMYK | 0.52 | 0.57 | 0 | 0.53 |
| HSL | 245.29º | 0.4% | 0.33% | - |
| HSV(B) | 245.29º | 0.57% | 0.47% | - |
| XYZ | 6.2 | 4.57 | 18.01 | - |
| YUV | 60.55 | 160.99 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 51 | 119 | 0.52 | 0.57 | 0 | 0.53 | 245.29 | 0.4 | 0.33 |
| Hex | 39 | 33 | 77 | 34 | 39 | 0 | 35 | F5 | 28 | 21 |
| Octal | 71 | 63 | 167 | 64 | 71 | 0 | 65 | 365 | 50 | 41 |
| Binary | 111001 | 110011 | 1110111 | 110100 | 111001 | 0 | 110101 | 11110101 | 101000 | 100001 |
Color Harmonies of #393377
Complementary color
Monochromatic Colors of #393377
Black with #393377
Text Example
Text Example
White with #393377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393377; }
p { color: rgb(57,51,119); }
H1.HeaderClassName
{
color: #393377;
}
.AnyTagClassName
{
color: #393377;
}
</style>
background-color css
<style>
a { background-color: #393377; }
a { background-color: rgb(57,51,119); }
div.DivClassName
{
background-color: #393377;
}
.BgClassName
{
background-color: #393377;
}
</style>
border-color css
<style>
span { border-color: #393377; }
span { border-color: rgb(57,51,119); }
td.TdClassName
{
border-color: #393377;
}
.TagClassName
{
border-color: #393377;
}
</style>