Shades of Jacksons Purple #313C91
Tints of Jacksons Purple #313C91
RGB
CMYK
RGB Variations
Color information
#313C91 (or 0x313C91) is known color: Jacksons Purple. HEX triplet: 31, 3C and 91. RGB value is (49,60,145). Sum of RGB (Red+Green+Blue) = 49+60+145=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 145 (57.03% from 255 or 57.09% from 254); Max value from RGB is 145 - color contains mainly: blue. Hex color #313C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313C91 is #CEC36E. Grayscale: #424242. Windows color (decimal): -13550447 or 9518129. OLE color: 9518129.
HSL color Cylindrical-coordinate representation of color #313C91: hue angle of 233.12º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #313C91 is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 60 | 145 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.43 |
| HSL | 233.13º | 0.49% | 0.38% | - |
| HSV(B) | 233.13º | 0.66% | 0.57% | - |
| XYZ | 7.99 | 5.93 | 27.51 | - |
| YUV | 66.4 | 172.36 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 60 | 145 | 0.66 | 0.59 | 0 | 0.43 | 233.13 | 0.49 | 0.38 |
| Hex | 31 | 3C | 91 | 42 | 3B | 0 | 2B | E9 | 31 | 26 |
| Octal | 61 | 74 | 221 | 102 | 73 | 0 | 53 | 351 | 61 | 46 |
| Binary | 110001 | 111100 | 10010001 | 1000010 | 111011 | 0 | 101011 | 11101001 | 110001 | 100110 |
Color Harmonies of #313C91
Complementary color
Monochromatic Colors of #313C91
Black with #313C91
Text Example
Text Example
White with #313C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313C91; }
p { color: rgb(49,60,145); }
H1.HeaderClassName
{
color: #313C91;
}
.AnyTagClassName
{
color: #313C91;
}
</style>
background-color css
<style>
a { background-color: #313C91; }
a { background-color: rgb(49,60,145); }
div.DivClassName
{
background-color: #313C91;
}
.BgClassName
{
background-color: #313C91;
}
</style>
border-color css
<style>
span { border-color: #313C91; }
span { border-color: rgb(49,60,145); }
td.TdClassName
{
border-color: #313C91;
}
.TagClassName
{
border-color: #313C91;
}
</style>