Shades of Jacksons Purple #313C8F
Tints of Jacksons Purple #313C8F
RGB
CMYK
RGB Variations
Color information
#313C8F (or 0x313C8F) is known color: Jacksons Purple. HEX triplet: 31, 3C and 8F. RGB value is (49,60,143). Sum of RGB (Red+Green+Blue) = 49+60+143=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 143 (56.25% from 255 or 56.75% from 252); Max value from RGB is 143 - color contains mainly: blue. Hex color #313C8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313C8F is #CEC370. Grayscale: #414141. Windows color (decimal): -13550449 or 9387057. OLE color: 9387057.
HSL color Cylindrical-coordinate representation of color #313C8F: hue angle of 232.98º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #313C8F is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 60 | 143 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.44 |
| HSL | 232.98º | 0.49% | 0.38% | - |
| HSV(B) | 232.98º | 0.66% | 0.56% | - |
| XYZ | 7.84 | 5.87 | 26.71 | - |
| YUV | 66.17 | 171.36 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 60 | 143 | 0.66 | 0.58 | 0 | 0.44 | 232.98 | 0.49 | 0.38 |
| Hex | 31 | 3C | 8F | 42 | 3A | 0 | 2C | E9 | 31 | 26 |
| Octal | 61 | 74 | 217 | 102 | 72 | 0 | 54 | 351 | 61 | 46 |
| Binary | 110001 | 111100 | 10001111 | 1000010 | 111010 | 0 | 101100 | 11101001 | 110001 | 100110 |
Color Harmonies of #313C8F
Complementary color
Monochromatic Colors of #313C8F
Black with #313C8F
Text Example
Text Example
White with #313C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313C8F; }
p { color: rgb(49,60,143); }
H1.HeaderClassName
{
color: #313C8F;
}
.AnyTagClassName
{
color: #313C8F;
}
</style>
background-color css
<style>
a { background-color: #313C8F; }
a { background-color: rgb(49,60,143); }
div.DivClassName
{
background-color: #313C8F;
}
.BgClassName
{
background-color: #313C8F;
}
</style>
border-color css
<style>
span { border-color: #313C8F; }
span { border-color: rgb(49,60,143); }
td.TdClassName
{
border-color: #313C8F;
}
.TagClassName
{
border-color: #313C8F;
}
</style>