Shades of Jacksons Purple #313189
Tints of Jacksons Purple #313189
RGB
CMYK
RGB Variations
Color information
#313189 (or 0x313189) is known color: Jacksons Purple. HEX triplet: 31, 31 and 89. RGB value is (49,49,137). Sum of RGB (Red+Green+Blue) = 49+49+137=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 137 (53.91% from 255 or 58.30% from 235); Max value from RGB is 137 - color contains mainly: blue. Hex color #313189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313189 is #CECE76. Grayscale: #3A3A3A. Windows color (decimal): -13553271 or 8991025. OLE color: 8991025.
HSL color Cylindrical-coordinate representation of color #313189: hue angle of 240º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #313189 is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 49 | 49 | 137 | - |
| CMYK | 0.64 | 0.64 | 0 | 0.46 |
| HSL | 240º | 0.47% | 0.36% | - |
| HSV(B) | 240º | 0.64% | 0.54% | - |
| XYZ | 6.88 | 4.66 | 24.2 | - |
| YUV | 59.03 | 172 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 49 | 137 | 0.64 | 0.64 | 0 | 0.46 | 240 | 0.47 | 0.36 |
| Hex | 31 | 31 | 89 | 40 | 40 | 0 | 2E | F0 | 2F | 24 |
| Octal | 61 | 61 | 211 | 100 | 100 | 0 | 56 | 360 | 57 | 44 |
| Binary | 110001 | 110001 | 10001001 | 1000000 | 1000000 | 0 | 101110 | 11110000 | 101111 | 100100 |
Color Harmonies of #313189
Complementary color
Monochromatic Colors of #313189
Black with #313189
Text Example
Text Example
White with #313189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313189; }
p { color: rgb(49,49,137); }
H1.HeaderClassName
{
color: #313189;
}
.AnyTagClassName
{
color: #313189;
}
</style>
background-color css
<style>
a { background-color: #313189; }
a { background-color: rgb(49,49,137); }
div.DivClassName
{
background-color: #313189;
}
.BgClassName
{
background-color: #313189;
}
</style>
border-color css
<style>
span { border-color: #313189; }
span { border-color: rgb(49,49,137); }
td.TdClassName
{
border-color: #313189;
}
.TagClassName
{
border-color: #313189;
}
</style>