Shades of Jacksons Purple #312E8C
Tints of Jacksons Purple #312E8C
RGB
CMYK
RGB Variations
Color information
#312E8C (or 0x312E8C) is known color: Jacksons Purple. HEX triplet: 31, 2E and 8C. RGB value is (49,46,140). Sum of RGB (Red+Green+Blue) = 49+46+140=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 140 (55.08% from 255 or 59.57% from 235); Max value from RGB is 140 - color contains mainly: blue. Hex color #312E8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312E8C is #CED173. Grayscale: #393939. Windows color (decimal): -13554036 or 9186865. OLE color: 9186865.
HSL color Cylindrical-coordinate representation of color #312E8C: hue angle of 241.91º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #312E8C is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 46 | 140 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.45 |
| HSL | 241.91º | 0.51% | 0.36% | - |
| HSV(B) | 241.91º | 0.67% | 0.55% | - |
| XYZ | 6.98 | 4.5 | 25.31 | - |
| YUV | 57.61 | 174.49 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 46 | 140 | 0.65 | 0.67 | 0 | 0.45 | 241.91 | 0.51 | 0.36 |
| Hex | 31 | 2E | 8C | 41 | 43 | 0 | 2D | F2 | 33 | 24 |
| Octal | 61 | 56 | 214 | 101 | 103 | 0 | 55 | 362 | 63 | 44 |
| Binary | 110001 | 101110 | 10001100 | 1000001 | 1000011 | 0 | 101101 | 11110010 | 110011 | 100100 |
Color Harmonies of #312E8C
Complementary color
Monochromatic Colors of #312E8C
Black with #312E8C
Text Example
Text Example
White with #312E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312E8C; }
p { color: rgb(49,46,140); }
H1.HeaderClassName
{
color: #312E8C;
}
.AnyTagClassName
{
color: #312E8C;
}
</style>
background-color css
<style>
a { background-color: #312E8C; }
a { background-color: rgb(49,46,140); }
div.DivClassName
{
background-color: #312E8C;
}
.BgClassName
{
background-color: #312E8C;
}
</style>
border-color css
<style>
span { border-color: #312E8C; }
span { border-color: rgb(49,46,140); }
td.TdClassName
{
border-color: #312E8C;
}
.TagClassName
{
border-color: #312E8C;
}
</style>