Shades of Jacksons Purple #313387
Tints of Jacksons Purple #313387
RGB
CMYK
RGB Variations
Color information
#313387 (or 0x313387) is known color: Jacksons Purple. HEX triplet: 31, 33 and 87. RGB value is (49,51,135). Sum of RGB (Red+Green+Blue) = 49+51+135=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 135 (53.12% from 255 or 57.45% from 235); Max value from RGB is 135 - color contains mainly: blue. Hex color #313387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313387 is #CECC78. Grayscale: #3B3B3B. Windows color (decimal): -13552761 or 8860465. OLE color: 8860465.
HSL color Cylindrical-coordinate representation of color #313387: hue angle of 238.6º 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 #313387 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 51 | 135 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.47 |
| HSL | 238.6º | 0.47% | 0.36% | - |
| HSV(B) | 238.6º | 0.64% | 0.53% | - |
| XYZ | 6.82 | 4.77 | 23.48 | - |
| YUV | 59.98 | 170.34 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 51 | 135 | 0.64 | 0.62 | 0 | 0.47 | 238.6 | 0.47 | 0.36 |
| Hex | 31 | 33 | 87 | 40 | 3E | 0 | 2F | EF | 2F | 24 |
| Octal | 61 | 63 | 207 | 100 | 76 | 0 | 57 | 357 | 57 | 44 |
| Binary | 110001 | 110011 | 10000111 | 1000000 | 111110 | 0 | 101111 | 11101111 | 101111 | 100100 |
Color Harmonies of #313387
Complementary color
Monochromatic Colors of #313387
Black with #313387
Text Example
Text Example
White with #313387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313387; }
p { color: rgb(49,51,135); }
H1.HeaderClassName
{
color: #313387;
}
.AnyTagClassName
{
color: #313387;
}
</style>
background-color css
<style>
a { background-color: #313387; }
a { background-color: rgb(49,51,135); }
div.DivClassName
{
background-color: #313387;
}
.BgClassName
{
background-color: #313387;
}
</style>
border-color css
<style>
span { border-color: #313387; }
span { border-color: rgb(49,51,135); }
td.TdClassName
{
border-color: #313387;
}
.TagClassName
{
border-color: #313387;
}
</style>