Shades of Jacksons Purple #312888
Tints of Jacksons Purple #312888
RGB
CMYK
RGB Variations
Color information
#312888 (or 0x312888) is known color: Jacksons Purple. HEX triplet: 31, 28 and 88. RGB value is (49,40,136). Sum of RGB (Red+Green+Blue) = 49+40+136=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 136 (53.52% from 255 or 60.44% from 225); Max value from RGB is 136 - color contains mainly: blue. Hex color #312888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312888 is #CED777. Grayscale: #353535. Windows color (decimal): -13555576 or 8923185. OLE color: 8923185.
HSL color Cylindrical-coordinate representation of color #312888: hue angle of 245.62º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #312888 is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 40 | 136 | - |
| CMYK | 0.64 | 0.71 | 0 | 0.47 |
| HSL | 245.63º | 0.55% | 0.35% | - |
| HSV(B) | 245.63º | 0.71% | 0.53% | - |
| XYZ | 6.47 | 3.95 | 23.71 | - |
| YUV | 53.64 | 174.48 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 40 | 136 | 0.64 | 0.71 | 0 | 0.47 | 245.63 | 0.55 | 0.35 |
| Hex | 31 | 28 | 88 | 40 | 47 | 0 | 2F | F6 | 37 | 23 |
| Octal | 61 | 50 | 210 | 100 | 107 | 0 | 57 | 366 | 67 | 43 |
| Binary | 110001 | 101000 | 10001000 | 1000000 | 1000111 | 0 | 101111 | 11110110 | 110111 | 100011 |
Color Harmonies of #312888
Complementary color
Monochromatic Colors of #312888
Black with #312888
Text Example
Text Example
White with #312888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312888; }
p { color: rgb(49,40,136); }
H1.HeaderClassName
{
color: #312888;
}
.AnyTagClassName
{
color: #312888;
}
</style>
background-color css
<style>
a { background-color: #312888; }
a { background-color: rgb(49,40,136); }
div.DivClassName
{
background-color: #312888;
}
.BgClassName
{
background-color: #312888;
}
</style>
border-color css
<style>
span { border-color: #312888; }
span { border-color: rgb(49,40,136); }
td.TdClassName
{
border-color: #312888;
}
.TagClassName
{
border-color: #312888;
}
</style>