Shades of Jacksons Purple #39378C
Tints of Jacksons Purple #39378C
RGB
CMYK
RGB Variations
Color information
#39378C (or 0x39378C) is known color: Jacksons Purple. HEX triplet: 39, 37 and 8C. RGB value is (57,55,140). Sum of RGB (Red+Green+Blue) = 57+55+140=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 140 (55.08% from 255 or 55.56% from 252); Max value from RGB is 140 - color contains mainly: blue. Hex color #39378C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39378C is #C6C873. Grayscale: #404040. Windows color (decimal): -13027444 or 9189177. OLE color: 9189177.
HSL color Cylindrical-coordinate representation of color #39378C: hue angle of 241.41º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #39378C is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 55 | 140 | - |
| CMYK | 0.59 | 0.61 | 0 | 0.45 |
| HSL | 241.41º | 0.44% | 0.38% | - |
| HSV(B) | 241.41º | 0.61% | 0.55% | - |
| XYZ | 7.79 | 5.5 | 25.46 | - |
| YUV | 65.29 | 170.16 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 55 | 140 | 0.59 | 0.61 | 0 | 0.45 | 241.41 | 0.44 | 0.38 |
| Hex | 39 | 37 | 8C | 3B | 3D | 0 | 2D | F1 | 2C | 26 |
| Octal | 71 | 67 | 214 | 73 | 75 | 0 | 55 | 361 | 54 | 46 |
| Binary | 111001 | 110111 | 10001100 | 111011 | 111101 | 0 | 101101 | 11110001 | 101100 | 100110 |
Color Harmonies of #39378C
Complementary color
Monochromatic Colors of #39378C
Black with #39378C
Text Example
Text Example
White with #39378C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39378C; }
p { color: rgb(57,55,140); }
H1.HeaderClassName
{
color: #39378C;
}
.AnyTagClassName
{
color: #39378C;
}
</style>
background-color css
<style>
a { background-color: #39378C; }
a { background-color: rgb(57,55,140); }
div.DivClassName
{
background-color: #39378C;
}
.BgClassName
{
background-color: #39378C;
}
</style>
border-color css
<style>
span { border-color: #39378C; }
span { border-color: rgb(57,55,140); }
td.TdClassName
{
border-color: #39378C;
}
.TagClassName
{
border-color: #39378C;
}
</style>