Shades of Jacksons Purple #313987
Tints of Jacksons Purple #313987
RGB
CMYK
RGB Variations
Color information
#313987 (or 0x313987) is known color: Jacksons Purple. HEX triplet: 31, 39 and 87. RGB value is (49,57,135). Sum of RGB (Red+Green+Blue) = 49+57+135=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 135 (53.12% from 255 or 56.02% from 241); Max value from RGB is 135 - color contains mainly: blue. Hex color #313987 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313987 is #CEC678. Grayscale: #3F3F3F. Windows color (decimal): -13551225 or 8862001. OLE color: 8862001.
HSL color Cylindrical-coordinate representation of color #313987: hue angle of 234.42º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #313987 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 57 | 135 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.47 |
| HSL | 234.42º | 0.47% | 0.36% | - |
| HSV(B) | 234.42º | 0.64% | 0.53% | - |
| XYZ | 7.1 | 5.33 | 23.58 | - |
| YUV | 63.5 | 168.35 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 57 | 135 | 0.64 | 0.58 | 0 | 0.47 | 234.42 | 0.47 | 0.36 |
| Hex | 31 | 39 | 87 | 40 | 3A | 0 | 2F | EA | 2F | 24 |
| Octal | 61 | 71 | 207 | 100 | 72 | 0 | 57 | 352 | 57 | 44 |
| Binary | 110001 | 111001 | 10000111 | 1000000 | 111010 | 0 | 101111 | 11101010 | 101111 | 100100 |
Color Harmonies of #313987
Complementary color
Monochromatic Colors of #313987
Black with #313987
Text Example
Text Example
White with #313987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313987; }
p { color: rgb(49,57,135); }
H1.HeaderClassName
{
color: #313987;
}
.AnyTagClassName
{
color: #313987;
}
</style>
background-color css
<style>
a { background-color: #313987; }
a { background-color: rgb(49,57,135); }
div.DivClassName
{
background-color: #313987;
}
.BgClassName
{
background-color: #313987;
}
</style>
border-color css
<style>
span { border-color: #313987; }
span { border-color: rgb(49,57,135); }
td.TdClassName
{
border-color: #313987;
}
.TagClassName
{
border-color: #313987;
}
</style>