Shades of Jacksons Purple #313898
Tints of Jacksons Purple #313898
RGB
CMYK
RGB Variations
Color information
#313898 (or 0x313898) is known color: Jacksons Purple. HEX triplet: 31, 38 and 98. RGB value is (49,56,152). Sum of RGB (Red+Green+Blue) = 49+56+152=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 152 (59.77% from 255 or 59.14% from 257); Max value from RGB is 152 - color contains mainly: blue. Hex color #313898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313898 is #CEC767. Grayscale: #404040. Windows color (decimal): -13551464 or 9975857. OLE color: 9975857.
HSL color Cylindrical-coordinate representation of color #313898: hue angle of 235.92º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #313898 is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 56 | 152 | - |
| CMYK | 0.68 | 0.63 | 0 | 0.40 |
| HSL | 235.92º | 0.51% | 0.39% | - |
| HSV(B) | 235.92º | 0.68% | 0.6% | - |
| XYZ | 8.35 | 5.75 | 30.38 | - |
| YUV | 64.85 | 177.18 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 56 | 152 | 0.68 | 0.63 | 0 | 0.40 | 235.92 | 0.51 | 0.39 |
| Hex | 31 | 38 | 98 | 44 | 3F | 0 | 28 | EC | 33 | 27 |
| Octal | 61 | 70 | 230 | 104 | 77 | 0 | 50 | 354 | 63 | 47 |
| Binary | 110001 | 111000 | 10011000 | 1000100 | 111111 | 0 | 101000 | 11101100 | 110011 | 100111 |
Color Harmonies of #313898
Complementary color
Monochromatic Colors of #313898
Black with #313898
Text Example
Text Example
White with #313898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313898; }
p { color: rgb(49,56,152); }
H1.HeaderClassName
{
color: #313898;
}
.AnyTagClassName
{
color: #313898;
}
</style>
background-color css
<style>
a { background-color: #313898; }
a { background-color: rgb(49,56,152); }
div.DivClassName
{
background-color: #313898;
}
.BgClassName
{
background-color: #313898;
}
</style>
border-color css
<style>
span { border-color: #313898; }
span { border-color: rgb(49,56,152); }
td.TdClassName
{
border-color: #313898;
}
.TagClassName
{
border-color: #313898;
}
</style>