Shades of Jacksons Purple #313996
Tints of Jacksons Purple #313996
RGB
CMYK
RGB Variations
Color information
#313996 (or 0x313996) is known color: Jacksons Purple. HEX triplet: 31, 39 and 96. RGB value is (49,57,150). Sum of RGB (Red+Green+Blue) = 49+57+150=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 150 (58.98% from 255 or 58.59% from 256); Max value from RGB is 150 - color contains mainly: blue. Hex color #313996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313996 is #CEC669. Grayscale: #404040. Windows color (decimal): -13551210 or 9845041. OLE color: 9845041.
HSL color Cylindrical-coordinate representation of color #313996: hue angle of 235.25º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #313996 is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 49 | 57 | 150 | - |
| CMYK | 0.67 | 0.62 | 0 | 0.41 |
| HSL | 235.25º | 0.51% | 0.39% | - |
| HSV(B) | 235.25º | 0.67% | 0.59% | - |
| XYZ | 8.23 | 5.78 | 29.54 | - |
| YUV | 65.21 | 175.85 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 57 | 150 | 0.67 | 0.62 | 0 | 0.41 | 235.25 | 0.51 | 0.39 |
| Hex | 31 | 39 | 96 | 43 | 3E | 0 | 29 | EB | 33 | 27 |
| Octal | 61 | 71 | 226 | 103 | 76 | 0 | 51 | 353 | 63 | 47 |
| Binary | 110001 | 111001 | 10010110 | 1000011 | 111110 | 0 | 101001 | 11101011 | 110011 | 100111 |
Color Harmonies of #313996
Complementary color
Monochromatic Colors of #313996
Black with #313996
Text Example
Text Example
White with #313996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313996; }
p { color: rgb(49,57,150); }
H1.HeaderClassName
{
color: #313996;
}
.AnyTagClassName
{
color: #313996;
}
</style>
background-color css
<style>
a { background-color: #313996; }
a { background-color: rgb(49,57,150); }
div.DivClassName
{
background-color: #313996;
}
.BgClassName
{
background-color: #313996;
}
</style>
border-color css
<style>
span { border-color: #313996; }
span { border-color: rgb(49,57,150); }
td.TdClassName
{
border-color: #313996;
}
.TagClassName
{
border-color: #313996;
}
</style>