Shades of Jacksons Purple #31288B
Tints of Jacksons Purple #31288B
RGB
CMYK
RGB Variations
Color information
#31288B (or 0x31288B) is known color: Jacksons Purple. HEX triplet: 31, 28 and 8B. RGB value is (49,40,139). Sum of RGB (Red+Green+Blue) = 49+40+139=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 139 (54.69% from 255 or 60.96% from 228); Max value from RGB is 139 - color contains mainly: blue. Hex color #31288B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31288B is #CED774. Grayscale: #353535. Windows color (decimal): -13555573 or 9119793. OLE color: 9119793.
HSL color Cylindrical-coordinate representation of color #31288B: hue angle of 245.45º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31288B is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 40 | 139 | - |
| CMYK | 0.65 | 0.71 | 0 | 0.45 |
| HSL | 245.45º | 0.55% | 0.35% | - |
| HSV(B) | 245.45º | 0.71% | 0.55% | - |
| XYZ | 6.69 | 4.03 | 24.85 | - |
| YUV | 53.98 | 175.98 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 40 | 139 | 0.65 | 0.71 | 0 | 0.45 | 245.45 | 0.55 | 0.35 |
| Hex | 31 | 28 | 8B | 41 | 47 | 0 | 2D | F5 | 37 | 23 |
| Octal | 61 | 50 | 213 | 101 | 107 | 0 | 55 | 365 | 67 | 43 |
| Binary | 110001 | 101000 | 10001011 | 1000001 | 1000111 | 0 | 101101 | 11110101 | 110111 | 100011 |
Color Harmonies of #31288B
Complementary color
Monochromatic Colors of #31288B
Black with #31288B
Text Example
Text Example
White with #31288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31288B; }
p { color: rgb(49,40,139); }
H1.HeaderClassName
{
color: #31288B;
}
.AnyTagClassName
{
color: #31288B;
}
</style>
background-color css
<style>
a { background-color: #31288B; }
a { background-color: rgb(49,40,139); }
div.DivClassName
{
background-color: #31288B;
}
.BgClassName
{
background-color: #31288B;
}
</style>
border-color css
<style>
span { border-color: #31288B; }
span { border-color: rgb(49,40,139); }
td.TdClassName
{
border-color: #31288B;
}
.TagClassName
{
border-color: #31288B;
}
</style>