Shades of Jacksons Purple #313598
Tints of Jacksons Purple #313598
RGB
CMYK
RGB Variations
Color information
#313598 (or 0x313598) is known color: Jacksons Purple. HEX triplet: 31, 35 and 98. RGB value is (49,53,152). Sum of RGB (Red+Green+Blue) = 49+53+152=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 152 (59.77% from 255 or 59.84% from 254); Max value from RGB is 152 - color contains mainly: blue. Hex color #313598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313598 is #CECA67. Grayscale: #3E3E3E. Windows color (decimal): -13552232 or 9975089. OLE color: 9975089.
HSL color Cylindrical-coordinate representation of color #313598: hue angle of 237.67º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #313598 is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 53 | 152 | - |
| CMYK | 0.68 | 0.65 | 0 | 0.40 |
| HSL | 237.67º | 0.51% | 0.39% | - |
| HSV(B) | 237.67º | 0.68% | 0.6% | - |
| XYZ | 8.21 | 5.47 | 30.33 | - |
| YUV | 63.09 | 178.17 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 53 | 152 | 0.68 | 0.65 | 0 | 0.40 | 237.67 | 0.51 | 0.39 |
| Hex | 31 | 35 | 98 | 44 | 41 | 0 | 28 | EE | 33 | 27 |
| Octal | 61 | 65 | 230 | 104 | 101 | 0 | 50 | 356 | 63 | 47 |
| Binary | 110001 | 110101 | 10011000 | 1000100 | 1000001 | 0 | 101000 | 11101110 | 110011 | 100111 |
Color Harmonies of #313598
Complementary color
Monochromatic Colors of #313598
Black with #313598
Text Example
Text Example
White with #313598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313598; }
p { color: rgb(49,53,152); }
H1.HeaderClassName
{
color: #313598;
}
.AnyTagClassName
{
color: #313598;
}
</style>
background-color css
<style>
a { background-color: #313598; }
a { background-color: rgb(49,53,152); }
div.DivClassName
{
background-color: #313598;
}
.BgClassName
{
background-color: #313598;
}
</style>
border-color css
<style>
span { border-color: #313598; }
span { border-color: rgb(49,53,152); }
td.TdClassName
{
border-color: #313598;
}
.TagClassName
{
border-color: #313598;
}
</style>