Shades of Jacksons Purple #312C85
Tints of Jacksons Purple #312C85
RGB
CMYK
RGB Variations
Color information
#312C85 (or 0x312C85) is known color: Jacksons Purple. HEX triplet: 31, 2C and 85. RGB value is (49,44,133). Sum of RGB (Red+Green+Blue) = 49+44+133=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 133 (52.34% from 255 or 58.85% from 226); Max value from RGB is 133 - color contains mainly: blue. Hex color #312C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312C85 is #CED37A. Grayscale: #373737. Windows color (decimal): -13554555 or 8727601. OLE color: 8727601.
HSL color Cylindrical-coordinate representation of color #312C85: hue angle of 243.37º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #312C85 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 49 | 44 | 133 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.48 |
| HSL | 243.37º | 0.5% | 0.35% | - |
| HSV(B) | 243.37º | 0.67% | 0.52% | - |
| XYZ | 6.4 | 4.15 | 22.65 | - |
| YUV | 55.64 | 171.66 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 44 | 133 | 0.63 | 0.67 | 0 | 0.48 | 243.37 | 0.5 | 0.35 |
| Hex | 31 | 2C | 85 | 3F | 43 | 0 | 30 | F3 | 32 | 23 |
| Octal | 61 | 54 | 205 | 77 | 103 | 0 | 60 | 363 | 62 | 43 |
| Binary | 110001 | 101100 | 10000101 | 111111 | 1000011 | 0 | 110000 | 11110011 | 110010 | 100011 |
Color Harmonies of #312C85
Complementary color
Monochromatic Colors of #312C85
Black with #312C85
Text Example
Text Example
White with #312C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312C85; }
p { color: rgb(49,44,133); }
H1.HeaderClassName
{
color: #312C85;
}
.AnyTagClassName
{
color: #312C85;
}
</style>
background-color css
<style>
a { background-color: #312C85; }
a { background-color: rgb(49,44,133); }
div.DivClassName
{
background-color: #312C85;
}
.BgClassName
{
background-color: #312C85;
}
</style>
border-color css
<style>
span { border-color: #312C85; }
span { border-color: rgb(49,44,133); }
td.TdClassName
{
border-color: #312C85;
}
.TagClassName
{
border-color: #312C85;
}
</style>