Shades of Jacksons Purple #39327C
Tints of Jacksons Purple #39327C
RGB
CMYK
RGB Variations
Color information
#39327C (or 0x39327C) is known color: Jacksons Purple. HEX triplet: 39, 32 and 7C. RGB value is (57,50,124). Sum of RGB (Red+Green+Blue) = 57+50+124=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #39327C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39327C is #C6CD83. Grayscale: #3C3C3C. Windows color (decimal): -13028740 or 8139321. OLE color: 8139321.
HSL color Cylindrical-coordinate representation of color #39327C: hue angle of 245.68º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #39327C is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 50 | 124 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.51 |
| HSL | 245.68º | 0.43% | 0.34% | - |
| HSV(B) | 245.68º | 0.6% | 0.49% | - |
| XYZ | 6.47 | 4.61 | 19.62 | - |
| YUV | 60.53 | 163.82 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 50 | 124 | 0.54 | 0.60 | 0 | 0.51 | 245.68 | 0.43 | 0.34 |
| Hex | 39 | 32 | 7C | 36 | 3C | 0 | 33 | F6 | 2B | 22 |
| Octal | 71 | 62 | 174 | 66 | 74 | 0 | 63 | 366 | 53 | 42 |
| Binary | 111001 | 110010 | 1111100 | 110110 | 111100 | 0 | 110011 | 11110110 | 101011 | 100010 |
Color Harmonies of #39327C
Complementary color
Monochromatic Colors of #39327C
Black with #39327C
Text Example
Text Example
White with #39327C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39327C; }
p { color: rgb(57,50,124); }
H1.HeaderClassName
{
color: #39327C;
}
.AnyTagClassName
{
color: #39327C;
}
</style>
background-color css
<style>
a { background-color: #39327C; }
a { background-color: rgb(57,50,124); }
div.DivClassName
{
background-color: #39327C;
}
.BgClassName
{
background-color: #39327C;
}
</style>
border-color css
<style>
span { border-color: #39327C; }
span { border-color: rgb(57,50,124); }
td.TdClassName
{
border-color: #39327C;
}
.TagClassName
{
border-color: #39327C;
}
</style>