Shades of Jacksons Purple #31378B
Tints of Jacksons Purple #31378B
RGB
CMYK
RGB Variations
Color information
#31378B (or 0x31378B) is known color: Jacksons Purple. HEX triplet: 31, 37 and 8B. RGB value is (49,55,139). Sum of RGB (Red+Green+Blue) = 49+55+139=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #31378B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31378B is #CEC874. Grayscale: #3E3E3E. Windows color (decimal): -13551733 or 9123633. OLE color: 9123633.
HSL color Cylindrical-coordinate representation of color #31378B: hue angle of 236º 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 #31378B is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 55 | 139 | - |
| CMYK | 0.65 | 0.60 | 0 | 0.45 |
| HSL | 236º | 0.48% | 0.37% | - |
| HSV(B) | 236º | 0.65% | 0.55% | - |
| XYZ | 7.29 | 5.25 | 25.05 | - |
| YUV | 62.78 | 171.01 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 55 | 139 | 0.65 | 0.60 | 0 | 0.45 | 236 | 0.48 | 0.37 |
| Hex | 31 | 37 | 8B | 41 | 3C | 0 | 2D | EC | 30 | 25 |
| Octal | 61 | 67 | 213 | 101 | 74 | 0 | 55 | 354 | 60 | 45 |
| Binary | 110001 | 110111 | 10001011 | 1000001 | 111100 | 0 | 101101 | 11101100 | 110000 | 100101 |
Color Harmonies of #31378B
Complementary color
Monochromatic Colors of #31378B
Black with #31378B
Text Example
Text Example
White with #31378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31378B; }
p { color: rgb(49,55,139); }
H1.HeaderClassName
{
color: #31378B;
}
.AnyTagClassName
{
color: #31378B;
}
</style>
background-color css
<style>
a { background-color: #31378B; }
a { background-color: rgb(49,55,139); }
div.DivClassName
{
background-color: #31378B;
}
.BgClassName
{
background-color: #31378B;
}
</style>
border-color css
<style>
span { border-color: #31378B; }
span { border-color: rgb(49,55,139); }
td.TdClassName
{
border-color: #31378B;
}
.TagClassName
{
border-color: #31378B;
}
</style>