Shades of Jacksons Purple #312C7D
Tints of Jacksons Purple #312C7D
RGB
CMYK
RGB Variations
Color information
#312C7D (or 0x312C7D) is known color: Jacksons Purple. HEX triplet: 31, 2C and 7D. RGB value is (49,44,125). Sum of RGB (Red+Green+Blue) = 49+44+125=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 125 (49.22% from 255 or 57.34% from 218); Max value from RGB is 125 - color contains mainly: blue. Hex color #312C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312C7D is #CED382. Grayscale: #363636. Windows color (decimal): -13554563 or 8203313. OLE color: 8203313.
HSL color Cylindrical-coordinate representation of color #312C7D: hue angle of 243.7º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #312C7D is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 44 | 125 | - |
| CMYK | 0.61 | 0.65 | 0 | 0.51 |
| HSL | 243.7º | 0.48% | 0.33% | - |
| HSV(B) | 243.7º | 0.65% | 0.49% | - |
| XYZ | 5.87 | 3.94 | 19.85 | - |
| YUV | 54.73 | 167.66 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 44 | 125 | 0.61 | 0.65 | 0 | 0.51 | 243.7 | 0.48 | 0.33 |
| Hex | 31 | 2C | 7D | 3D | 41 | 0 | 33 | F4 | 30 | 21 |
| Octal | 61 | 54 | 175 | 75 | 101 | 0 | 63 | 364 | 60 | 41 |
| Binary | 110001 | 101100 | 1111101 | 111101 | 1000001 | 0 | 110011 | 11110100 | 110000 | 100001 |
Color Harmonies of #312C7D
Complementary color
Monochromatic Colors of #312C7D
Black with #312C7D
Text Example
Text Example
White with #312C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312C7D; }
p { color: rgb(49,44,125); }
H1.HeaderClassName
{
color: #312C7D;
}
.AnyTagClassName
{
color: #312C7D;
}
</style>
background-color css
<style>
a { background-color: #312C7D; }
a { background-color: rgb(49,44,125); }
div.DivClassName
{
background-color: #312C7D;
}
.BgClassName
{
background-color: #312C7D;
}
</style>
border-color css
<style>
span { border-color: #312C7D; }
span { border-color: rgb(49,44,125); }
td.TdClassName
{
border-color: #312C7D;
}
.TagClassName
{
border-color: #312C7D;
}
</style>