Shades of Jacksons Purple #313485
Tints of Jacksons Purple #313485
RGB
CMYK
RGB Variations
Color information
#313485 (or 0x313485) is known color: Jacksons Purple. HEX triplet: 31, 34 and 85. RGB value is (49,52,133). Sum of RGB (Red+Green+Blue) = 49+52+133=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 133 (52.34% from 255 or 56.84% from 234); Max value from RGB is 133 - color contains mainly: blue. Hex color #313485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313485 is #CECB7A. Grayscale: #3C3C3C. Windows color (decimal): -13552507 or 8729649. OLE color: 8729649.
HSL color Cylindrical-coordinate representation of color #313485: hue angle of 237.86º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #313485 is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 49 | 52 | 133 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.48 |
| HSL | 237.86º | 0.46% | 0.36% | - |
| HSV(B) | 237.86º | 0.63% | 0.52% | - |
| XYZ | 6.73 | 4.8 | 22.76 | - |
| YUV | 60.34 | 169.01 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 52 | 133 | 0.63 | 0.61 | 0 | 0.48 | 237.86 | 0.46 | 0.36 |
| Hex | 31 | 34 | 85 | 3F | 3D | 0 | 30 | EE | 2E | 24 |
| Octal | 61 | 64 | 205 | 77 | 75 | 0 | 60 | 356 | 56 | 44 |
| Binary | 110001 | 110100 | 10000101 | 111111 | 111101 | 0 | 110000 | 11101110 | 101110 | 100100 |
Color Harmonies of #313485
Complementary color
Monochromatic Colors of #313485
Black with #313485
Text Example
Text Example
White with #313485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313485; }
p { color: rgb(49,52,133); }
H1.HeaderClassName
{
color: #313485;
}
.AnyTagClassName
{
color: #313485;
}
</style>
background-color css
<style>
a { background-color: #313485; }
a { background-color: rgb(49,52,133); }
div.DivClassName
{
background-color: #313485;
}
.BgClassName
{
background-color: #313485;
}
</style>
border-color css
<style>
span { border-color: #313485; }
span { border-color: rgb(49,52,133); }
td.TdClassName
{
border-color: #313485;
}
.TagClassName
{
border-color: #313485;
}
</style>