Shades of Jacksons Purple #313C93
Tints of Jacksons Purple #313C93
RGB
CMYK
RGB Variations
Color information
#313C93 (or 0x313C93) is known color: Jacksons Purple. HEX triplet: 31, 3C and 93. RGB value is (49,60,147). Sum of RGB (Red+Green+Blue) = 49+60+147=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #313C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313C93 is #CEC36C. Grayscale: #424242. Windows color (decimal): -13550445 or 9649201. OLE color: 9649201.
HSL color Cylindrical-coordinate representation of color #313C93: hue angle of 233.27º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #313C93 is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 60 | 147 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.42 |
| HSL | 233.27º | 0.5% | 0.38% | - |
| HSV(B) | 233.27º | 0.67% | 0.58% | - |
| XYZ | 8.15 | 5.99 | 28.33 | - |
| YUV | 66.63 | 173.36 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 60 | 147 | 0.67 | 0.59 | 0 | 0.42 | 233.27 | 0.5 | 0.38 |
| Hex | 31 | 3C | 93 | 43 | 3B | 0 | 2A | E9 | 32 | 26 |
| Octal | 61 | 74 | 223 | 103 | 73 | 0 | 52 | 351 | 62 | 46 |
| Binary | 110001 | 111100 | 10010011 | 1000011 | 111011 | 0 | 101010 | 11101001 | 110010 | 100110 |
Color Harmonies of #313C93
Complementary color
Monochromatic Colors of #313C93
Black with #313C93
Text Example
Text Example
White with #313C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313C93; }
p { color: rgb(49,60,147); }
H1.HeaderClassName
{
color: #313C93;
}
.AnyTagClassName
{
color: #313C93;
}
</style>
background-color css
<style>
a { background-color: #313C93; }
a { background-color: rgb(49,60,147); }
div.DivClassName
{
background-color: #313C93;
}
.BgClassName
{
background-color: #313C93;
}
</style>
border-color css
<style>
span { border-color: #313C93; }
span { border-color: rgb(49,60,147); }
td.TdClassName
{
border-color: #313C93;
}
.TagClassName
{
border-color: #313C93;
}
</style>