Shades of Jacksons Purple #31338F
Tints of Jacksons Purple #31338F
RGB
CMYK
RGB Variations
Color information
#31338F (or 0x31338F) is known color: Jacksons Purple. HEX triplet: 31, 33 and 8F. RGB value is (49,51,143). Sum of RGB (Red+Green+Blue) = 49+51+143=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 143 (56.25% from 255 or 58.85% from 243); Max value from RGB is 143 - color contains mainly: blue. Hex color #31338F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31338F is #CECC70. Grayscale: #3C3C3C. Windows color (decimal): -13552753 or 9384753. OLE color: 9384753.
HSL color Cylindrical-coordinate representation of color #31338F: hue angle of 238.72º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31338F is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 51 | 143 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.44 |
| HSL | 238.72º | 0.49% | 0.38% | - |
| HSV(B) | 238.72º | 0.66% | 0.56% | - |
| XYZ | 7.41 | 5 | 26.56 | - |
| YUV | 60.89 | 174.34 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 51 | 143 | 0.66 | 0.64 | 0 | 0.44 | 238.72 | 0.49 | 0.38 |
| Hex | 31 | 33 | 8F | 42 | 40 | 0 | 2C | EF | 31 | 26 |
| Octal | 61 | 63 | 217 | 102 | 100 | 0 | 54 | 357 | 61 | 46 |
| Binary | 110001 | 110011 | 10001111 | 1000010 | 1000000 | 0 | 101100 | 11101111 | 110001 | 100110 |
Color Harmonies of #31338F
Complementary color
Monochromatic Colors of #31338F
Black with #31338F
Text Example
Text Example
White with #31338F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31338F; }
p { color: rgb(49,51,143); }
H1.HeaderClassName
{
color: #31338F;
}
.AnyTagClassName
{
color: #31338F;
}
</style>
background-color css
<style>
a { background-color: #31338F; }
a { background-color: rgb(49,51,143); }
div.DivClassName
{
background-color: #31338F;
}
.BgClassName
{
background-color: #31338F;
}
</style>
border-color css
<style>
span { border-color: #31338F; }
span { border-color: rgb(49,51,143); }
td.TdClassName
{
border-color: #31338F;
}
.TagClassName
{
border-color: #31338F;
}
</style>