Shades of Jacksons Purple #313C90
Tints of Jacksons Purple #313C90
RGB
CMYK
RGB Variations
Color information
#313C90 (or 0x313C90) is known color: Jacksons Purple. HEX triplet: 31, 3C and 90. RGB value is (49,60,144). Sum of RGB (Red+Green+Blue) = 49+60+144=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 144 (56.64% from 255 or 56.92% from 253); Max value from RGB is 144 - color contains mainly: blue. Hex color #313C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313C90 is #CEC36F. Grayscale: #414141. Windows color (decimal): -13550448 or 9452593. OLE color: 9452593.
HSL color Cylindrical-coordinate representation of color #313C90: hue angle of 233.05º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #313C90 is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 60 | 144 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.44 |
| HSL | 233.05º | 0.49% | 0.38% | - |
| HSV(B) | 233.05º | 0.66% | 0.56% | - |
| XYZ | 7.92 | 5.9 | 27.11 | - |
| YUV | 66.29 | 171.86 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 60 | 144 | 0.66 | 0.58 | 0 | 0.44 | 233.05 | 0.49 | 0.38 |
| Hex | 31 | 3C | 90 | 42 | 3A | 0 | 2C | E9 | 31 | 26 |
| Octal | 61 | 74 | 220 | 102 | 72 | 0 | 54 | 351 | 61 | 46 |
| Binary | 110001 | 111100 | 10010000 | 1000010 | 111010 | 0 | 101100 | 11101001 | 110001 | 100110 |
Color Harmonies of #313C90
Complementary color
Monochromatic Colors of #313C90
Black with #313C90
Text Example
Text Example
White with #313C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313C90; }
p { color: rgb(49,60,144); }
H1.HeaderClassName
{
color: #313C90;
}
.AnyTagClassName
{
color: #313C90;
}
</style>
background-color css
<style>
a { background-color: #313C90; }
a { background-color: rgb(49,60,144); }
div.DivClassName
{
background-color: #313C90;
}
.BgClassName
{
background-color: #313C90;
}
</style>
border-color css
<style>
span { border-color: #313C90; }
span { border-color: rgb(49,60,144); }
td.TdClassName
{
border-color: #313C90;
}
.TagClassName
{
border-color: #313C90;
}
</style>