Shades of Jacksons Purple #31398F
Tints of Jacksons Purple #31398F
RGB
CMYK
RGB Variations
Color information
#31398F (or 0x31398F) is known color: Jacksons Purple. HEX triplet: 31, 39 and 8F. RGB value is (49,57,143). Sum of RGB (Red+Green+Blue) = 49+57+143=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 143 (56.25% from 255 or 57.43% from 249); Max value from RGB is 143 - color contains mainly: blue. Hex color #31398F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31398F is #CEC670. Grayscale: #404040. Windows color (decimal): -13551217 or 9386289. OLE color: 9386289.
HSL color Cylindrical-coordinate representation of color #31398F: hue angle of 234.89º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31398F is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 57 | 143 | - |
| CMYK | 0.66 | 0.60 | 0 | 0.44 |
| HSL | 234.89º | 0.49% | 0.38% | - |
| HSV(B) | 234.89º | 0.66% | 0.56% | - |
| XYZ | 7.69 | 5.56 | 26.66 | - |
| YUV | 64.41 | 172.35 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 57 | 143 | 0.66 | 0.60 | 0 | 0.44 | 234.89 | 0.49 | 0.38 |
| Hex | 31 | 39 | 8F | 42 | 3C | 0 | 2C | EB | 31 | 26 |
| Octal | 61 | 71 | 217 | 102 | 74 | 0 | 54 | 353 | 61 | 46 |
| Binary | 110001 | 111001 | 10001111 | 1000010 | 111100 | 0 | 101100 | 11101011 | 110001 | 100110 |
Color Harmonies of #31398F
Complementary color
Monochromatic Colors of #31398F
Black with #31398F
Text Example
Text Example
White with #31398F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31398F; }
p { color: rgb(49,57,143); }
H1.HeaderClassName
{
color: #31398F;
}
.AnyTagClassName
{
color: #31398F;
}
</style>
background-color css
<style>
a { background-color: #31398F; }
a { background-color: rgb(49,57,143); }
div.DivClassName
{
background-color: #31398F;
}
.BgClassName
{
background-color: #31398F;
}
</style>
border-color css
<style>
span { border-color: #31398F; }
span { border-color: rgb(49,57,143); }
td.TdClassName
{
border-color: #31398F;
}
.TagClassName
{
border-color: #31398F;
}
</style>