Shades of Jacksons Purple #31398E
Tints of Jacksons Purple #31398E
RGB
CMYK
RGB Variations
Color information
#31398E (or 0x31398E) is known color: Jacksons Purple. HEX triplet: 31, 39 and 8E. RGB value is (49,57,142). Sum of RGB (Red+Green+Blue) = 49+57+142=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 142 (55.86% from 255 or 57.26% from 248); Max value from RGB is 142 - color contains mainly: blue. Hex color #31398E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31398E is #CEC671. Grayscale: #3F3F3F. Windows color (decimal): -13551218 or 9320753. OLE color: 9320753.
HSL color Cylindrical-coordinate representation of color #31398E: hue angle of 234.84º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31398E is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 57 | 142 | - |
| CMYK | 0.65 | 0.60 | 0 | 0.44 |
| HSL | 234.84º | 0.49% | 0.37% | - |
| HSV(B) | 234.84º | 0.65% | 0.56% | - |
| XYZ | 7.61 | 5.53 | 26.26 | - |
| YUV | 64.3 | 171.85 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 57 | 142 | 0.65 | 0.60 | 0 | 0.44 | 234.84 | 0.49 | 0.37 |
| Hex | 31 | 39 | 8E | 41 | 3C | 0 | 2C | EB | 31 | 25 |
| Octal | 61 | 71 | 216 | 101 | 74 | 0 | 54 | 353 | 61 | 45 |
| Binary | 110001 | 111001 | 10001110 | 1000001 | 111100 | 0 | 101100 | 11101011 | 110001 | 100101 |
Color Harmonies of #31398E
Complementary color
Monochromatic Colors of #31398E
Black with #31398E
Text Example
Text Example
White with #31398E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31398E; }
p { color: rgb(49,57,142); }
H1.HeaderClassName
{
color: #31398E;
}
.AnyTagClassName
{
color: #31398E;
}
</style>
background-color css
<style>
a { background-color: #31398E; }
a { background-color: rgb(49,57,142); }
div.DivClassName
{
background-color: #31398E;
}
.BgClassName
{
background-color: #31398E;
}
</style>
border-color css
<style>
span { border-color: #31398E; }
span { border-color: rgb(49,57,142); }
td.TdClassName
{
border-color: #31398E;
}
.TagClassName
{
border-color: #31398E;
}
</style>