Shades of Jacksons Purple #313089
Tints of Jacksons Purple #313089
RGB
CMYK
RGB Variations
Color information
#313089 (or 0x313089) is known color: Jacksons Purple. HEX triplet: 31, 30 and 89. RGB value is (49,48,137). Sum of RGB (Red+Green+Blue) = 49+48+137=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 137 (53.91% from 255 or 58.55% from 234); Max value from RGB is 137 - color contains mainly: blue. Hex color #313089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313089 is #CECF76. Grayscale: #3A3A3A. Windows color (decimal): -13553527 or 8990769. OLE color: 8990769.
HSL color Cylindrical-coordinate representation of color #313089: hue angle of 240.67º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #313089 is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 49 | 48 | 137 | - |
| CMYK | 0.64 | 0.65 | 0 | 0.46 |
| HSL | 240.67º | 0.48% | 0.36% | - |
| HSV(B) | 240.67º | 0.65% | 0.54% | - |
| XYZ | 6.84 | 4.57 | 24.19 | - |
| YUV | 58.45 | 172.33 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 48 | 137 | 0.64 | 0.65 | 0 | 0.46 | 240.67 | 0.48 | 0.36 |
| Hex | 31 | 30 | 89 | 40 | 41 | 0 | 2E | F1 | 30 | 24 |
| Octal | 61 | 60 | 211 | 100 | 101 | 0 | 56 | 361 | 60 | 44 |
| Binary | 110001 | 110000 | 10001001 | 1000000 | 1000001 | 0 | 101110 | 11110001 | 110000 | 100100 |
Color Harmonies of #313089
Complementary color
Monochromatic Colors of #313089
Black with #313089
Text Example
Text Example
White with #313089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313089; }
p { color: rgb(49,48,137); }
H1.HeaderClassName
{
color: #313089;
}
.AnyTagClassName
{
color: #313089;
}
</style>
background-color css
<style>
a { background-color: #313089; }
a { background-color: rgb(49,48,137); }
div.DivClassName
{
background-color: #313089;
}
.BgClassName
{
background-color: #313089;
}
</style>
border-color css
<style>
span { border-color: #313089; }
span { border-color: rgb(49,48,137); }
td.TdClassName
{
border-color: #313089;
}
.TagClassName
{
border-color: #313089;
}
</style>