Shades of Jacksons Purple #31318A
Tints of Jacksons Purple #31318A
RGB
CMYK
RGB Variations
Color information
#31318A (or 0x31318A) is known color: Jacksons Purple. HEX triplet: 31, 31 and 8A. RGB value is (49,49,138). Sum of RGB (Red+Green+Blue) = 49+49+138=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 138 (54.30% from 255 or 58.47% from 236); Max value from RGB is 138 - color contains mainly: blue. Hex color #31318A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31318A is #CECE75. Grayscale: #3A3A3A. Windows color (decimal): -13553270 or 9056561. OLE color: 9056561.
HSL color Cylindrical-coordinate representation of color #31318A: hue angle of 240º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31318A is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 49 | 49 | 138 | - |
| CMYK | 0.64 | 0.64 | 0 | 0.46 |
| HSL | 240º | 0.48% | 0.37% | - |
| HSV(B) | 240º | 0.64% | 0.54% | - |
| XYZ | 6.95 | 4.68 | 24.58 | - |
| YUV | 59.15 | 172.5 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 49 | 138 | 0.64 | 0.64 | 0 | 0.46 | 240 | 0.48 | 0.37 |
| Hex | 31 | 31 | 8A | 40 | 40 | 0 | 2E | F0 | 30 | 25 |
| Octal | 61 | 61 | 212 | 100 | 100 | 0 | 56 | 360 | 60 | 45 |
| Binary | 110001 | 110001 | 10001010 | 1000000 | 1000000 | 0 | 101110 | 11110000 | 110000 | 100101 |
Color Harmonies of #31318A
Complementary color
Monochromatic Colors of #31318A
Black with #31318A
Text Example
Text Example
White with #31318A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31318A; }
p { color: rgb(49,49,138); }
H1.HeaderClassName
{
color: #31318A;
}
.AnyTagClassName
{
color: #31318A;
}
</style>
background-color css
<style>
a { background-color: #31318A; }
a { background-color: rgb(49,49,138); }
div.DivClassName
{
background-color: #31318A;
}
.BgClassName
{
background-color: #31318A;
}
</style>
border-color css
<style>
span { border-color: #31318A; }
span { border-color: rgb(49,49,138); }
td.TdClassName
{
border-color: #31318A;
}
.TagClassName
{
border-color: #31318A;
}
</style>