Shades of Jacksons Purple #313D8B
Tints of Jacksons Purple #313D8B
RGB
CMYK
RGB Variations
Color information
#313D8B (or 0x313D8B) is known color: Jacksons Purple. HEX triplet: 31, 3D and 8B. RGB value is (49,61,139). Sum of RGB (Red+Green+Blue) = 49+61+139=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #313D8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313D8B is #CEC274. Grayscale: #414141. Windows color (decimal): -13550197 or 9125169. OLE color: 9125169.
HSL color Cylindrical-coordinate representation of color #313D8B: hue angle of 232º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #313D8B is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 61 | 139 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.45 |
| HSL | 232º | 0.48% | 0.37% | - |
| HSV(B) | 232º | 0.65% | 0.55% | - |
| XYZ | 7.6 | 5.85 | 25.16 | - |
| YUV | 66.3 | 169.02 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 139 | 0.65 | 0.56 | 0 | 0.45 | 232 | 0.48 | 0.37 |
| Hex | 31 | 3D | 8B | 41 | 38 | 0 | 2D | E8 | 30 | 25 |
| Octal | 61 | 75 | 213 | 101 | 70 | 0 | 55 | 350 | 60 | 45 |
| Binary | 110001 | 111101 | 10001011 | 1000001 | 111000 | 0 | 101101 | 11101000 | 110000 | 100101 |
Color Harmonies of #313D8B
Complementary color
Monochromatic Colors of #313D8B
Black with #313D8B
Text Example
Text Example
White with #313D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313D8B; }
p { color: rgb(49,61,139); }
H1.HeaderClassName
{
color: #313D8B;
}
.AnyTagClassName
{
color: #313D8B;
}
</style>
background-color css
<style>
a { background-color: #313D8B; }
a { background-color: rgb(49,61,139); }
div.DivClassName
{
background-color: #313D8B;
}
.BgClassName
{
background-color: #313D8B;
}
</style>
border-color css
<style>
span { border-color: #313D8B; }
span { border-color: rgb(49,61,139); }
td.TdClassName
{
border-color: #313D8B;
}
.TagClassName
{
border-color: #313D8B;
}
</style>