Shades of Jacksons Purple #31338E
Tints of Jacksons Purple #31338E
RGB
CMYK
RGB Variations
Color information
#31338E (or 0x31338E) is known color: Jacksons Purple. HEX triplet: 31, 33 and 8E. RGB value is (49,51,142). Sum of RGB (Red+Green+Blue) = 49+51+142=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 142 (55.86% from 255 or 58.68% from 242); Max value from RGB is 142 - color contains mainly: blue. Hex color #31338E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31338E is #CECC71. Grayscale: #3C3C3C. Windows color (decimal): -13552754 or 9319217. OLE color: 9319217.
HSL color Cylindrical-coordinate representation of color #31338E: hue angle of 238.71º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31338E is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 51 | 142 | - |
| CMYK | 0.65 | 0.64 | 0 | 0.44 |
| HSL | 238.71º | 0.49% | 0.37% | - |
| HSV(B) | 238.71º | 0.65% | 0.56% | - |
| XYZ | 7.33 | 4.97 | 26.16 | - |
| YUV | 60.78 | 173.84 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 51 | 142 | 0.65 | 0.64 | 0 | 0.44 | 238.71 | 0.49 | 0.37 |
| Hex | 31 | 33 | 8E | 41 | 40 | 0 | 2C | EF | 31 | 25 |
| Octal | 61 | 63 | 216 | 101 | 100 | 0 | 54 | 357 | 61 | 45 |
| Binary | 110001 | 110011 | 10001110 | 1000001 | 1000000 | 0 | 101100 | 11101111 | 110001 | 100101 |
Color Harmonies of #31338E
Complementary color
Monochromatic Colors of #31338E
Black with #31338E
Text Example
Text Example
White with #31338E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31338E; }
p { color: rgb(49,51,142); }
H1.HeaderClassName
{
color: #31338E;
}
.AnyTagClassName
{
color: #31338E;
}
</style>
background-color css
<style>
a { background-color: #31338E; }
a { background-color: rgb(49,51,142); }
div.DivClassName
{
background-color: #31338E;
}
.BgClassName
{
background-color: #31338E;
}
</style>
border-color css
<style>
span { border-color: #31338E; }
span { border-color: rgb(49,51,142); }
td.TdClassName
{
border-color: #31338E;
}
.TagClassName
{
border-color: #31338E;
}
</style>