Shades of Jacksons Purple #31378C
Tints of Jacksons Purple #31378C
RGB
CMYK
RGB Variations
Color information
#31378C (or 0x31378C) is known color: Jacksons Purple. HEX triplet: 31, 37 and 8C. RGB value is (49,55,140). Sum of RGB (Red+Green+Blue) = 49+55+140=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 140 (55.08% from 255 or 57.38% from 244); Max value from RGB is 140 - color contains mainly: blue. Hex color #31378C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31378C is #CEC873. Grayscale: #3E3E3E. Windows color (decimal): -13551732 or 9189169. OLE color: 9189169.
HSL color Cylindrical-coordinate representation of color #31378C: hue angle of 236.04º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31378C is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 55 | 140 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.45 |
| HSL | 236.04º | 0.48% | 0.37% | - |
| HSV(B) | 236.04º | 0.65% | 0.55% | - |
| XYZ | 7.37 | 5.28 | 25.44 | - |
| YUV | 62.9 | 171.51 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 55 | 140 | 0.65 | 0.61 | 0 | 0.45 | 236.04 | 0.48 | 0.37 |
| Hex | 31 | 37 | 8C | 41 | 3D | 0 | 2D | EC | 30 | 25 |
| Octal | 61 | 67 | 214 | 101 | 75 | 0 | 55 | 354 | 60 | 45 |
| Binary | 110001 | 110111 | 10001100 | 1000001 | 111101 | 0 | 101101 | 11101100 | 110000 | 100101 |
Color Harmonies of #31378C
Complementary color
Monochromatic Colors of #31378C
Black with #31378C
Text Example
Text Example
White with #31378C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31378C; }
p { color: rgb(49,55,140); }
H1.HeaderClassName
{
color: #31378C;
}
.AnyTagClassName
{
color: #31378C;
}
</style>
background-color css
<style>
a { background-color: #31378C; }
a { background-color: rgb(49,55,140); }
div.DivClassName
{
background-color: #31378C;
}
.BgClassName
{
background-color: #31378C;
}
</style>
border-color css
<style>
span { border-color: #31378C; }
span { border-color: rgb(49,55,140); }
td.TdClassName
{
border-color: #31378C;
}
.TagClassName
{
border-color: #31378C;
}
</style>