Shades of Jacksons Purple #313C89
Tints of Jacksons Purple #313C89
RGB
CMYK
RGB Variations
Color information
#313C89 (or 0x313C89) is known color: Jacksons Purple. HEX triplet: 31, 3C and 89. RGB value is (49,60,137). Sum of RGB (Red+Green+Blue) = 49+60+137=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 137 (53.91% from 255 or 55.69% from 246); Max value from RGB is 137 - color contains mainly: blue. Hex color #313C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313C89 is #CEC376. Grayscale: #414141. Windows color (decimal): -13550455 or 8993841. OLE color: 8993841.
HSL color Cylindrical-coordinate representation of color #313C89: hue angle of 232.5º 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 #313C89 is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 49 | 60 | 137 | - |
| CMYK | 0.64 | 0.56 | 0 | 0.46 |
| HSL | 232.5º | 0.47% | 0.36% | - |
| HSV(B) | 232.5º | 0.64% | 0.54% | - |
| XYZ | 7.4 | 5.69 | 24.38 | - |
| YUV | 65.49 | 168.36 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 60 | 137 | 0.64 | 0.56 | 0 | 0.46 | 232.5 | 0.47 | 0.36 |
| Hex | 31 | 3C | 89 | 40 | 38 | 0 | 2E | E8 | 2F | 24 |
| Octal | 61 | 74 | 211 | 100 | 70 | 0 | 56 | 350 | 57 | 44 |
| Binary | 110001 | 111100 | 10001001 | 1000000 | 111000 | 0 | 101110 | 11101000 | 101111 | 100100 |
Color Harmonies of #313C89
Complementary color
Monochromatic Colors of #313C89
Black with #313C89
Text Example
Text Example
White with #313C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313C89; }
p { color: rgb(49,60,137); }
H1.HeaderClassName
{
color: #313C89;
}
.AnyTagClassName
{
color: #313C89;
}
</style>
background-color css
<style>
a { background-color: #313C89; }
a { background-color: rgb(49,60,137); }
div.DivClassName
{
background-color: #313C89;
}
.BgClassName
{
background-color: #313C89;
}
</style>
border-color css
<style>
span { border-color: #313C89; }
span { border-color: rgb(49,60,137); }
td.TdClassName
{
border-color: #313C89;
}
.TagClassName
{
border-color: #313C89;
}
</style>