Shades of Jacksons Purple #312881
Tints of Jacksons Purple #312881
RGB
CMYK
RGB Variations
Color information
#312881 (or 0x312881) is known color: Jacksons Purple. HEX triplet: 31, 28 and 81. RGB value is (49,40,129). Sum of RGB (Red+Green+Blue) = 49+40+129=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 129 (50.78% from 255 or 59.17% from 218); Max value from RGB is 129 - color contains mainly: blue. Hex color #312881 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312881 is #CED77E. Grayscale: #343434. Windows color (decimal): -13555583 or 8464433. OLE color: 8464433.
HSL color Cylindrical-coordinate representation of color #312881: hue angle of 246.07º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #312881 is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 40 | 129 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.49 |
| HSL | 246.07º | 0.53% | 0.33% | - |
| HSV(B) | 246.07º | 0.69% | 0.51% | - |
| XYZ | 5.99 | 3.76 | 21.18 | - |
| YUV | 52.84 | 170.98 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 40 | 129 | 0.62 | 0.69 | 0 | 0.49 | 246.07 | 0.53 | 0.33 |
| Hex | 31 | 28 | 81 | 3E | 45 | 0 | 31 | F6 | 35 | 21 |
| Octal | 61 | 50 | 201 | 76 | 105 | 0 | 61 | 366 | 65 | 41 |
| Binary | 110001 | 101000 | 10000001 | 111110 | 1000101 | 0 | 110001 | 11110110 | 110101 | 100001 |
Color Harmonies of #312881
Complementary color
Monochromatic Colors of #312881
Black with #312881
Text Example
Text Example
White with #312881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312881; }
p { color: rgb(49,40,129); }
H1.HeaderClassName
{
color: #312881;
}
.AnyTagClassName
{
color: #312881;
}
</style>
background-color css
<style>
a { background-color: #312881; }
a { background-color: rgb(49,40,129); }
div.DivClassName
{
background-color: #312881;
}
.BgClassName
{
background-color: #312881;
}
</style>
border-color css
<style>
span { border-color: #312881; }
span { border-color: rgb(49,40,129); }
td.TdClassName
{
border-color: #312881;
}
.TagClassName
{
border-color: #312881;
}
</style>