Shades of Jacksons Purple #313895
Tints of Jacksons Purple #313895
RGB
CMYK
RGB Variations
Color information
#313895 (or 0x313895) is known color: Jacksons Purple. HEX triplet: 31, 38 and 95. RGB value is (49,56,149). Sum of RGB (Red+Green+Blue) = 49+56+149=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 149 (58.59% from 255 or 58.66% from 254); Max value from RGB is 149 - color contains mainly: blue. Hex color #313895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313895 is #CEC76A. Grayscale: #404040. Windows color (decimal): -13551467 or 9779249. OLE color: 9779249.
HSL color Cylindrical-coordinate representation of color #313895: hue angle of 235.8º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #313895 is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 56 | 149 | - |
| CMYK | 0.67 | 0.62 | 0 | 0.42 |
| HSL | 235.8º | 0.51% | 0.39% | - |
| HSV(B) | 235.8º | 0.67% | 0.58% | - |
| XYZ | 8.11 | 5.65 | 29.1 | - |
| YUV | 64.51 | 175.68 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 56 | 149 | 0.67 | 0.62 | 0 | 0.42 | 235.8 | 0.51 | 0.39 |
| Hex | 31 | 38 | 95 | 43 | 3E | 0 | 2A | EC | 33 | 27 |
| Octal | 61 | 70 | 225 | 103 | 76 | 0 | 52 | 354 | 63 | 47 |
| Binary | 110001 | 111000 | 10010101 | 1000011 | 111110 | 0 | 101010 | 11101100 | 110011 | 100111 |
Color Harmonies of #313895
Complementary color
Monochromatic Colors of #313895
Black with #313895
Text Example
Text Example
White with #313895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313895; }
p { color: rgb(49,56,149); }
H1.HeaderClassName
{
color: #313895;
}
.AnyTagClassName
{
color: #313895;
}
</style>
background-color css
<style>
a { background-color: #313895; }
a { background-color: rgb(49,56,149); }
div.DivClassName
{
background-color: #313895;
}
.BgClassName
{
background-color: #313895;
}
</style>
border-color css
<style>
span { border-color: #313895; }
span { border-color: rgb(49,56,149); }
td.TdClassName
{
border-color: #313895;
}
.TagClassName
{
border-color: #313895;
}
</style>