Shades of Jacksons Purple #313990
Tints of Jacksons Purple #313990
RGB
CMYK
RGB Variations
Color information
#313990 (or 0x313990) is known color: Jacksons Purple. HEX triplet: 31, 39 and 90. RGB value is (49,57,144). Sum of RGB (Red+Green+Blue) = 49+57+144=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 144 (56.64% from 255 or 57.6% from 250); Max value from RGB is 144 - color contains mainly: blue. Hex color #313990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313990 is #CEC66F. Grayscale: #404040. Windows color (decimal): -13551216 or 9451825. OLE color: 9451825.
HSL color Cylindrical-coordinate representation of color #313990: hue angle of 234.95º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #313990 is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 57 | 144 | - |
| CMYK | 0.66 | 0.60 | 0 | 0.44 |
| HSL | 234.95º | 0.49% | 0.38% | - |
| HSV(B) | 234.95º | 0.66% | 0.56% | - |
| XYZ | 7.76 | 5.59 | 27.06 | - |
| YUV | 64.53 | 172.85 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 57 | 144 | 0.66 | 0.60 | 0 | 0.44 | 234.95 | 0.49 | 0.38 |
| Hex | 31 | 39 | 90 | 42 | 3C | 0 | 2C | EB | 31 | 26 |
| Octal | 61 | 71 | 220 | 102 | 74 | 0 | 54 | 353 | 61 | 46 |
| Binary | 110001 | 111001 | 10010000 | 1000010 | 111100 | 0 | 101100 | 11101011 | 110001 | 100110 |
Color Harmonies of #313990
Complementary color
Monochromatic Colors of #313990
Black with #313990
Text Example
Text Example
White with #313990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313990; }
p { color: rgb(49,57,144); }
H1.HeaderClassName
{
color: #313990;
}
.AnyTagClassName
{
color: #313990;
}
</style>
background-color css
<style>
a { background-color: #313990; }
a { background-color: rgb(49,57,144); }
div.DivClassName
{
background-color: #313990;
}
.BgClassName
{
background-color: #313990;
}
</style>
border-color css
<style>
span { border-color: #313990; }
span { border-color: rgb(49,57,144); }
td.TdClassName
{
border-color: #313990;
}
.TagClassName
{
border-color: #313990;
}
</style>