Shades of Jacksons Purple #313686
Tints of Jacksons Purple #313686
RGB
CMYK
RGB Variations
Color information
#313686 (or 0x313686) is known color: Jacksons Purple. HEX triplet: 31, 36 and 86. RGB value is (49,54,134). Sum of RGB (Red+Green+Blue) = 49+54+134=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 134 (52.73% from 255 or 56.54% from 237); Max value from RGB is 134 - color contains mainly: blue. Hex color #313686 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313686 is #CEC979. Grayscale: #3D3D3D. Windows color (decimal): -13551994 or 8795697. OLE color: 8795697.
HSL color Cylindrical-coordinate representation of color #313686: hue angle of 236.47º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #313686 is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 54 | 134 | - |
| CMYK | 0.63 | 0.60 | 0 | 0.47 |
| HSL | 236.47º | 0.46% | 0.36% | - |
| HSV(B) | 236.47º | 0.63% | 0.53% | - |
| XYZ | 6.89 | 5.01 | 23.16 | - |
| YUV | 61.63 | 168.84 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 54 | 134 | 0.63 | 0.60 | 0 | 0.47 | 236.47 | 0.46 | 0.36 |
| Hex | 31 | 36 | 86 | 3F | 3C | 0 | 2F | EC | 2E | 24 |
| Octal | 61 | 66 | 206 | 77 | 74 | 0 | 57 | 354 | 56 | 44 |
| Binary | 110001 | 110110 | 10000110 | 111111 | 111100 | 0 | 101111 | 11101100 | 101110 | 100100 |
Color Harmonies of #313686
Complementary color
Monochromatic Colors of #313686
Black with #313686
Text Example
Text Example
White with #313686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313686; }
p { color: rgb(49,54,134); }
H1.HeaderClassName
{
color: #313686;
}
.AnyTagClassName
{
color: #313686;
}
</style>
background-color css
<style>
a { background-color: #313686; }
a { background-color: rgb(49,54,134); }
div.DivClassName
{
background-color: #313686;
}
.BgClassName
{
background-color: #313686;
}
</style>
border-color css
<style>
span { border-color: #313686; }
span { border-color: rgb(49,54,134); }
td.TdClassName
{
border-color: #313686;
}
.TagClassName
{
border-color: #313686;
}
</style>