Shades of Jacksons Purple #312982
Tints of Jacksons Purple #312982
RGB
CMYK
RGB Variations
Color information
#312982 (or 0x312982) is known color: Jacksons Purple. HEX triplet: 31, 29 and 82. RGB value is (49,41,130). Sum of RGB (Red+Green+Blue) = 49+41+130=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 130 (51.17% from 255 or 59.09% from 220); Max value from RGB is 130 - color contains mainly: blue. Hex color #312982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312982 is #CED67D. Grayscale: #353535. Windows color (decimal): -13555326 or 8530225. OLE color: 8530225.
HSL color Cylindrical-coordinate representation of color #312982: hue angle of 245.39º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #312982 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 41 | 130 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.49 |
| HSL | 245.39º | 0.52% | 0.34% | - |
| HSV(B) | 245.39º | 0.68% | 0.51% | - |
| XYZ | 6.09 | 3.85 | 21.54 | - |
| YUV | 53.54 | 171.15 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 41 | 130 | 0.62 | 0.68 | 0 | 0.49 | 245.39 | 0.52 | 0.34 |
| Hex | 31 | 29 | 82 | 3E | 44 | 0 | 31 | F5 | 34 | 22 |
| Octal | 61 | 51 | 202 | 76 | 104 | 0 | 61 | 365 | 64 | 42 |
| Binary | 110001 | 101001 | 10000010 | 111110 | 1000100 | 0 | 110001 | 11110101 | 110100 | 100010 |
Color Harmonies of #312982
Complementary color
Monochromatic Colors of #312982
Black with #312982
Text Example
Text Example
White with #312982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312982; }
p { color: rgb(49,41,130); }
H1.HeaderClassName
{
color: #312982;
}
.AnyTagClassName
{
color: #312982;
}
</style>
background-color css
<style>
a { background-color: #312982; }
a { background-color: rgb(49,41,130); }
div.DivClassName
{
background-color: #312982;
}
.BgClassName
{
background-color: #312982;
}
</style>
border-color css
<style>
span { border-color: #312982; }
span { border-color: rgb(49,41,130); }
td.TdClassName
{
border-color: #312982;
}
.TagClassName
{
border-color: #312982;
}
</style>