Shades of Jacksons Purple #393281
Tints of Jacksons Purple #393281
RGB
CMYK
RGB Variations
Color information
#393281 (or 0x393281) is known color: Jacksons Purple. HEX triplet: 39, 32 and 81. RGB value is (57,50,129). Sum of RGB (Red+Green+Blue) = 57+50+129=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 129 (50.78% from 255 or 54.66% from 236); Max value from RGB is 129 - color contains mainly: blue. Hex color #393281 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393281 is #C6CD7E. Grayscale: #3C3C3C. Windows color (decimal): -13028735 or 8467001. OLE color: 8467001.
HSL color Cylindrical-coordinate representation of color #393281: hue angle of 245.32º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #393281 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 57 | 50 | 129 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.49 |
| HSL | 245.32º | 0.44% | 0.35% | - |
| HSV(B) | 245.32º | 0.61% | 0.51% | - |
| XYZ | 6.79 | 4.74 | 21.33 | - |
| YUV | 61.1 | 166.32 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 50 | 129 | 0.56 | 0.61 | 0 | 0.49 | 245.32 | 0.44 | 0.35 |
| Hex | 39 | 32 | 81 | 38 | 3D | 0 | 31 | F5 | 2C | 23 |
| Octal | 71 | 62 | 201 | 70 | 75 | 0 | 61 | 365 | 54 | 43 |
| Binary | 111001 | 110010 | 10000001 | 111000 | 111101 | 0 | 110001 | 11110101 | 101100 | 100011 |
Color Harmonies of #393281
Complementary color
Monochromatic Colors of #393281
Black with #393281
Text Example
Text Example
White with #393281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393281; }
p { color: rgb(57,50,129); }
H1.HeaderClassName
{
color: #393281;
}
.AnyTagClassName
{
color: #393281;
}
</style>
background-color css
<style>
a { background-color: #393281; }
a { background-color: rgb(57,50,129); }
div.DivClassName
{
background-color: #393281;
}
.BgClassName
{
background-color: #393281;
}
</style>
border-color css
<style>
span { border-color: #393281; }
span { border-color: rgb(57,50,129); }
td.TdClassName
{
border-color: #393281;
}
.TagClassName
{
border-color: #393281;
}
</style>