Shades of Jacksons Purple #31398D
Tints of Jacksons Purple #31398D
RGB
CMYK
RGB Variations
Color information
#31398D (or 0x31398D) is known color: Jacksons Purple. HEX triplet: 31, 39 and 8D. RGB value is (49,57,141). Sum of RGB (Red+Green+Blue) = 49+57+141=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 141 (55.47% from 255 or 57.09% from 247); Max value from RGB is 141 - color contains mainly: blue. Hex color #31398D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31398D is #CEC672. Grayscale: #3F3F3F. Windows color (decimal): -13551219 or 9255217. OLE color: 9255217.
HSL color Cylindrical-coordinate representation of color #31398D: hue angle of 234.78º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31398D is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 57 | 141 | - |
| CMYK | 0.65 | 0.60 | 0 | 0.45 |
| HSL | 234.78º | 0.48% | 0.37% | - |
| HSV(B) | 234.78º | 0.65% | 0.55% | - |
| XYZ | 7.54 | 5.5 | 25.86 | - |
| YUV | 64.18 | 171.35 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 57 | 141 | 0.65 | 0.60 | 0 | 0.45 | 234.78 | 0.48 | 0.37 |
| Hex | 31 | 39 | 8D | 41 | 3C | 0 | 2D | EB | 30 | 25 |
| Octal | 61 | 71 | 215 | 101 | 74 | 0 | 55 | 353 | 60 | 45 |
| Binary | 110001 | 111001 | 10001101 | 1000001 | 111100 | 0 | 101101 | 11101011 | 110000 | 100101 |
Color Harmonies of #31398D
Complementary color
Monochromatic Colors of #31398D
Black with #31398D
Text Example
Text Example
White with #31398D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31398D; }
p { color: rgb(49,57,141); }
H1.HeaderClassName
{
color: #31398D;
}
.AnyTagClassName
{
color: #31398D;
}
</style>
background-color css
<style>
a { background-color: #31398D; }
a { background-color: rgb(49,57,141); }
div.DivClassName
{
background-color: #31398D;
}
.BgClassName
{
background-color: #31398D;
}
</style>
border-color css
<style>
span { border-color: #31398D; }
span { border-color: rgb(49,57,141); }
td.TdClassName
{
border-color: #31398D;
}
.TagClassName
{
border-color: #31398D;
}
</style>