Shades of Jacksons Purple #312C8B
Tints of Jacksons Purple #312C8B
RGB
CMYK
RGB Variations
Color information
#312C8B (or 0x312C8B) is known color: Jacksons Purple. HEX triplet: 31, 2C and 8B. RGB value is (49,44,139). Sum of RGB (Red+Green+Blue) = 49+44+139=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 139 (54.69% from 255 or 59.91% from 232); Max value from RGB is 139 - color contains mainly: blue. Hex color #312C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312C8B is #CED374. Grayscale: #373737. Windows color (decimal): -13554549 or 9120817. OLE color: 9120817.
HSL color Cylindrical-coordinate representation of color #312C8B: hue angle of 243.16º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #312C8B is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 44 | 139 | - |
| CMYK | 0.65 | 0.68 | 0 | 0.45 |
| HSL | 243.16º | 0.52% | 0.36% | - |
| HSV(B) | 243.16º | 0.68% | 0.55% | - |
| XYZ | 6.83 | 4.32 | 24.9 | - |
| YUV | 56.33 | 174.66 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 44 | 139 | 0.65 | 0.68 | 0 | 0.45 | 243.16 | 0.52 | 0.36 |
| Hex | 31 | 2C | 8B | 41 | 44 | 0 | 2D | F3 | 34 | 24 |
| Octal | 61 | 54 | 213 | 101 | 104 | 0 | 55 | 363 | 64 | 44 |
| Binary | 110001 | 101100 | 10001011 | 1000001 | 1000100 | 0 | 101101 | 11110011 | 110100 | 100100 |
Color Harmonies of #312C8B
Complementary color
Monochromatic Colors of #312C8B
Black with #312C8B
Text Example
Text Example
White with #312C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312C8B; }
p { color: rgb(49,44,139); }
H1.HeaderClassName
{
color: #312C8B;
}
.AnyTagClassName
{
color: #312C8B;
}
</style>
background-color css
<style>
a { background-color: #312C8B; }
a { background-color: rgb(49,44,139); }
div.DivClassName
{
background-color: #312C8B;
}
.BgClassName
{
background-color: #312C8B;
}
</style>
border-color css
<style>
span { border-color: #312C8B; }
span { border-color: rgb(49,44,139); }
td.TdClassName
{
border-color: #312C8B;
}
.TagClassName
{
border-color: #312C8B;
}
</style>