Shades of Jacksons Purple #393380
Tints of Jacksons Purple #393380
RGB
CMYK
RGB Variations
Color information
#393380 (or 0x393380) is known color: Jacksons Purple. HEX triplet: 39, 33 and 80. RGB value is (57,51,128). Sum of RGB (Red+Green+Blue) = 57+51+128=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 128 (50.39% from 255 or 54.24% from 236); Max value from RGB is 128 - color contains mainly: blue. Hex color #393380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393380 is #C6CC7F. Grayscale: #3D3D3D. Windows color (decimal): -13028480 or 8401721. OLE color: 8401721.
HSL color Cylindrical-coordinate representation of color #393380: hue angle of 244.68º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #393380 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 57 | 51 | 128 | - |
| CMYK | 0.55 | 0.60 | 0 | 0.50 |
| HSL | 244.68º | 0.43% | 0.35% | - |
| HSV(B) | 244.68º | 0.6% | 0.5% | - |
| XYZ | 6.77 | 4.8 | 20.99 | - |
| YUV | 61.57 | 165.49 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 51 | 128 | 0.55 | 0.60 | 0 | 0.50 | 244.68 | 0.43 | 0.35 |
| Hex | 39 | 33 | 80 | 37 | 3C | 0 | 32 | F5 | 2B | 23 |
| Octal | 71 | 63 | 200 | 67 | 74 | 0 | 62 | 365 | 53 | 43 |
| Binary | 111001 | 110011 | 10000000 | 110111 | 111100 | 0 | 110010 | 11110101 | 101011 | 100011 |
Color Harmonies of #393380
Complementary color
Monochromatic Colors of #393380
Black with #393380
Text Example
Text Example
White with #393380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393380; }
p { color: rgb(57,51,128); }
H1.HeaderClassName
{
color: #393380;
}
.AnyTagClassName
{
color: #393380;
}
</style>
background-color css
<style>
a { background-color: #393380; }
a { background-color: rgb(57,51,128); }
div.DivClassName
{
background-color: #393380;
}
.BgClassName
{
background-color: #393380;
}
</style>
border-color css
<style>
span { border-color: #393380; }
span { border-color: rgb(57,51,128); }
td.TdClassName
{
border-color: #393380;
}
.TagClassName
{
border-color: #393380;
}
</style>