Shades of Jacksons Purple #313381
Tints of Jacksons Purple #313381
RGB
CMYK
RGB Variations
Color information
#313381 (or 0x313381) is known color: Jacksons Purple. HEX triplet: 31, 33 and 81. RGB value is (49,51,129). Sum of RGB (Red+Green+Blue) = 49+51+129=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 129 (50.78% from 255 or 56.33% from 229); Max value from RGB is 129 - color contains mainly: blue. Hex color #313381 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313381 is #CECC7E. Grayscale: #3A3A3A. Windows color (decimal): -13552767 or 8467249. OLE color: 8467249.
HSL color Cylindrical-coordinate representation of color #313381: hue angle of 238.5º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #313381 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 51 | 129 | - |
| CMYK | 0.62 | 0.60 | 0 | 0.49 |
| HSL | 238.5º | 0.45% | 0.35% | - |
| HSV(B) | 238.5º | 0.62% | 0.51% | - |
| XYZ | 6.41 | 4.61 | 21.32 | - |
| YUV | 59.29 | 167.34 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 51 | 129 | 0.62 | 0.60 | 0 | 0.49 | 238.5 | 0.45 | 0.35 |
| Hex | 31 | 33 | 81 | 3E | 3C | 0 | 31 | EE | 2D | 23 |
| Octal | 61 | 63 | 201 | 76 | 74 | 0 | 61 | 356 | 55 | 43 |
| Binary | 110001 | 110011 | 10000001 | 111110 | 111100 | 0 | 110001 | 11101110 | 101101 | 100011 |
Color Harmonies of #313381
Complementary color
Monochromatic Colors of #313381
Black with #313381
Text Example
Text Example
White with #313381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313381; }
p { color: rgb(49,51,129); }
H1.HeaderClassName
{
color: #313381;
}
.AnyTagClassName
{
color: #313381;
}
</style>
background-color css
<style>
a { background-color: #313381; }
a { background-color: rgb(49,51,129); }
div.DivClassName
{
background-color: #313381;
}
.BgClassName
{
background-color: #313381;
}
</style>
border-color css
<style>
span { border-color: #313381; }
span { border-color: rgb(49,51,129); }
td.TdClassName
{
border-color: #313381;
}
.TagClassName
{
border-color: #313381;
}
</style>