Shades of Jacksons Purple #31388F
Tints of Jacksons Purple #31388F
RGB
CMYK
RGB Variations
Color information
#31388F (or 0x31388F) is known color: Jacksons Purple. HEX triplet: 31, 38 and 8F. RGB value is (49,56,143). Sum of RGB (Red+Green+Blue) = 49+56+143=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 143 (56.25% from 255 or 57.66% from 248); Max value from RGB is 143 - color contains mainly: blue. Hex color #31388F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31388F is #CEC770. Grayscale: #3F3F3F. Windows color (decimal): -13551473 or 9386033. OLE color: 9386033.
HSL color Cylindrical-coordinate representation of color #31388F: hue angle of 235.53º 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 #31388F is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 56 | 143 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.44 |
| HSL | 235.53º | 0.49% | 0.38% | - |
| HSV(B) | 235.53º | 0.66% | 0.56% | - |
| XYZ | 7.64 | 5.46 | 26.64 | - |
| YUV | 63.83 | 172.68 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 56 | 143 | 0.66 | 0.61 | 0 | 0.44 | 235.53 | 0.49 | 0.38 |
| Hex | 31 | 38 | 8F | 42 | 3D | 0 | 2C | EC | 31 | 26 |
| Octal | 61 | 70 | 217 | 102 | 75 | 0 | 54 | 354 | 61 | 46 |
| Binary | 110001 | 111000 | 10001111 | 1000010 | 111101 | 0 | 101100 | 11101100 | 110001 | 100110 |
Color Harmonies of #31388F
Complementary color
Monochromatic Colors of #31388F
Black with #31388F
Text Example
Text Example
White with #31388F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31388F; }
p { color: rgb(49,56,143); }
H1.HeaderClassName
{
color: #31388F;
}
.AnyTagClassName
{
color: #31388F;
}
</style>
background-color css
<style>
a { background-color: #31388F; }
a { background-color: rgb(49,56,143); }
div.DivClassName
{
background-color: #31388F;
}
.BgClassName
{
background-color: #31388F;
}
</style>
border-color css
<style>
span { border-color: #31388F; }
span { border-color: rgb(49,56,143); }
td.TdClassName
{
border-color: #31388F;
}
.TagClassName
{
border-color: #31388F;
}
</style>