Shades of Jacksons Purple #313884
Tints of Jacksons Purple #313884
RGB
CMYK
RGB Variations
Color information
#313884 (or 0x313884) is known color: Jacksons Purple. HEX triplet: 31, 38 and 84. RGB value is (49,56,132). Sum of RGB (Red+Green+Blue) = 49+56+132=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 132 (51.95% from 255 or 55.70% from 237); Max value from RGB is 132 - color contains mainly: blue. Hex color #313884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313884 is #CEC77B. Grayscale: #3E3E3E. Windows color (decimal): -13551484 or 8665137. OLE color: 8665137.
HSL color Cylindrical-coordinate representation of color #313884: hue angle of 234.94º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #313884 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 49 | 56 | 132 | - |
| CMYK | 0.63 | 0.58 | 0 | 0.48 |
| HSL | 234.94º | 0.46% | 0.35% | - |
| HSV(B) | 234.94º | 0.63% | 0.52% | - |
| XYZ | 6.85 | 5.15 | 22.46 | - |
| YUV | 62.57 | 167.18 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 56 | 132 | 0.63 | 0.58 | 0 | 0.48 | 234.94 | 0.46 | 0.35 |
| Hex | 31 | 38 | 84 | 3F | 3A | 0 | 30 | EB | 2E | 23 |
| Octal | 61 | 70 | 204 | 77 | 72 | 0 | 60 | 353 | 56 | 43 |
| Binary | 110001 | 111000 | 10000100 | 111111 | 111010 | 0 | 110000 | 11101011 | 101110 | 100011 |
Color Harmonies of #313884
Complementary color
Monochromatic Colors of #313884
Black with #313884
Text Example
Text Example
White with #313884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313884; }
p { color: rgb(49,56,132); }
H1.HeaderClassName
{
color: #313884;
}
.AnyTagClassName
{
color: #313884;
}
</style>
background-color css
<style>
a { background-color: #313884; }
a { background-color: rgb(49,56,132); }
div.DivClassName
{
background-color: #313884;
}
.BgClassName
{
background-color: #313884;
}
</style>
border-color css
<style>
span { border-color: #313884; }
span { border-color: rgb(49,56,132); }
td.TdClassName
{
border-color: #313884;
}
.TagClassName
{
border-color: #313884;
}
</style>