Shades of Jacksons Purple #39367C
Tints of Jacksons Purple #39367C
RGB
CMYK
RGB Variations
Color information
#39367C (or 0x39367C) is known color: Jacksons Purple. HEX triplet: 39, 36 and 7C. RGB value is (57,54,124). Sum of RGB (Red+Green+Blue) = 57+54+124=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #39367C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39367C is #C6C983. Grayscale: #3E3E3E. Windows color (decimal): -13027716 or 8140345. OLE color: 8140345.
HSL color Cylindrical-coordinate representation of color #39367C: hue angle of 242.57º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #39367C is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 54 | 124 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.51 |
| HSL | 242.57º | 0.39% | 0.35% | - |
| HSV(B) | 242.57º | 0.56% | 0.49% | - |
| XYZ | 6.64 | 4.96 | 19.68 | - |
| YUV | 62.88 | 162.49 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 54 | 124 | 0.54 | 0.56 | 0 | 0.51 | 242.57 | 0.39 | 0.35 |
| Hex | 39 | 36 | 7C | 36 | 38 | 0 | 33 | F3 | 27 | 23 |
| Octal | 71 | 66 | 174 | 66 | 70 | 0 | 63 | 363 | 47 | 43 |
| Binary | 111001 | 110110 | 1111100 | 110110 | 111000 | 0 | 110011 | 11110011 | 100111 | 100011 |
Color Harmonies of #39367C
Complementary color
Monochromatic Colors of #39367C
Black with #39367C
Text Example
Text Example
White with #39367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39367C; }
p { color: rgb(57,54,124); }
H1.HeaderClassName
{
color: #39367C;
}
.AnyTagClassName
{
color: #39367C;
}
</style>
background-color css
<style>
a { background-color: #39367C; }
a { background-color: rgb(57,54,124); }
div.DivClassName
{
background-color: #39367C;
}
.BgClassName
{
background-color: #39367C;
}
</style>
border-color css
<style>
span { border-color: #39367C; }
span { border-color: rgb(57,54,124); }
td.TdClassName
{
border-color: #39367C;
}
.TagClassName
{
border-color: #39367C;
}
</style>