Shades of Jacksons Purple #313999
Tints of Jacksons Purple #313999
RGB
CMYK
RGB Variations
Color information
#313999 (or 0x313999) is known color: Jacksons Purple. HEX triplet: 31, 39 and 99. RGB value is (49,57,153). Sum of RGB (Red+Green+Blue) = 49+57+153=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #313999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313999 is #CEC666. Grayscale: #414141. Windows color (decimal): -13551207 or 10041649. OLE color: 10041649.
HSL color Cylindrical-coordinate representation of color #313999: hue angle of 235.38º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #313999 is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 49 | 57 | 153 | - |
| CMYK | 0.68 | 0.63 | 0 | 0.4 |
| HSL | 235.38º | 0.51% | 0.4% | - |
| HSV(B) | 235.38º | 0.68% | 0.6% | - |
| XYZ | 8.48 | 5.88 | 30.82 | - |
| YUV | 65.55 | 177.35 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 57 | 153 | 0.68 | 0.63 | 0 | 0.4 | 235.38 | 0.51 | 0.4 |
| Hex | 31 | 39 | 99 | 44 | 3F | 0 | 28 | EB | 33 | 28 |
| Octal | 61 | 71 | 231 | 104 | 77 | 0 | 50 | 353 | 63 | 50 |
| Binary | 110001 | 111001 | 10011001 | 1000100 | 111111 | 0 | 101000 | 11101011 | 110011 | 101000 |
Color Harmonies of #313999
Complementary color
Monochromatic Colors of #313999
Black with #313999
Text Example
Text Example
White with #313999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313999; }
p { color: rgb(49,57,153); }
H1.HeaderClassName
{
color: #313999;
}
.AnyTagClassName
{
color: #313999;
}
</style>
background-color css
<style>
a { background-color: #313999; }
a { background-color: rgb(49,57,153); }
div.DivClassName
{
background-color: #313999;
}
.BgClassName
{
background-color: #313999;
}
</style>
border-color css
<style>
span { border-color: #313999; }
span { border-color: rgb(49,57,153); }
td.TdClassName
{
border-color: #313999;
}
.TagClassName
{
border-color: #313999;
}
</style>