Shades of Jacksons Purple #313B89
Tints of Jacksons Purple #313B89
RGB
CMYK
RGB Variations
Color information
#313B89 (or 0x313B89) is known color: Jacksons Purple. HEX triplet: 31, 3B and 89. RGB value is (49,59,137). Sum of RGB (Red+Green+Blue) = 49+59+137=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 137 (53.91% from 255 or 55.92% from 245); Max value from RGB is 137 - color contains mainly: blue. Hex color #313B89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313B89 is #CEC476. Grayscale: #404040. Windows color (decimal): -13550711 or 8993585. OLE color: 8993585.
HSL color Cylindrical-coordinate representation of color #313B89: hue angle of 233.18º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #313B89 is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 49 | 59 | 137 | - |
| CMYK | 0.64 | 0.57 | 0 | 0.46 |
| HSL | 233.18º | 0.47% | 0.36% | - |
| HSV(B) | 233.18º | 0.64% | 0.54% | - |
| XYZ | 7.35 | 5.59 | 24.36 | - |
| YUV | 64.9 | 168.69 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 59 | 137 | 0.64 | 0.57 | 0 | 0.46 | 233.18 | 0.47 | 0.36 |
| Hex | 31 | 3B | 89 | 40 | 39 | 0 | 2E | E9 | 2F | 24 |
| Octal | 61 | 73 | 211 | 100 | 71 | 0 | 56 | 351 | 57 | 44 |
| Binary | 110001 | 111011 | 10001001 | 1000000 | 111001 | 0 | 101110 | 11101001 | 101111 | 100100 |
Color Harmonies of #313B89
Complementary color
Monochromatic Colors of #313B89
Black with #313B89
Text Example
Text Example
White with #313B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313B89; }
p { color: rgb(49,59,137); }
H1.HeaderClassName
{
color: #313B89;
}
.AnyTagClassName
{
color: #313B89;
}
</style>
background-color css
<style>
a { background-color: #313B89; }
a { background-color: rgb(49,59,137); }
div.DivClassName
{
background-color: #313B89;
}
.BgClassName
{
background-color: #313B89;
}
</style>
border-color css
<style>
span { border-color: #313B89; }
span { border-color: rgb(49,59,137); }
td.TdClassName
{
border-color: #313B89;
}
.TagClassName
{
border-color: #313B89;
}
</style>