Shades of Jacksons Purple #313C8C
Tints of Jacksons Purple #313C8C
RGB
CMYK
RGB Variations
Color information
#313C8C (or 0x313C8C) is known color: Jacksons Purple. HEX triplet: 31, 3C and 8C. RGB value is (49,60,140). Sum of RGB (Red+Green+Blue) = 49+60+140=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 140 (55.08% from 255 or 56.22% from 249); Max value from RGB is 140 - color contains mainly: blue. Hex color #313C8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313C8C is #CEC373. Grayscale: #414141. Windows color (decimal): -13550452 or 9190449. OLE color: 9190449.
HSL color Cylindrical-coordinate representation of color #313C8C: hue angle of 232.75º 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 #313C8C is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 60 | 140 | - |
| CMYK | 0.65 | 0.57 | 0 | 0.45 |
| HSL | 232.75º | 0.48% | 0.37% | - |
| HSV(B) | 232.75º | 0.65% | 0.55% | - |
| XYZ | 7.62 | 5.78 | 25.52 | - |
| YUV | 65.83 | 169.86 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 60 | 140 | 0.65 | 0.57 | 0 | 0.45 | 232.75 | 0.48 | 0.37 |
| Hex | 31 | 3C | 8C | 41 | 39 | 0 | 2D | E9 | 30 | 25 |
| Octal | 61 | 74 | 214 | 101 | 71 | 0 | 55 | 351 | 60 | 45 |
| Binary | 110001 | 111100 | 10001100 | 1000001 | 111001 | 0 | 101101 | 11101001 | 110000 | 100101 |
Color Harmonies of #313C8C
Complementary color
Monochromatic Colors of #313C8C
Black with #313C8C
Text Example
Text Example
White with #313C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313C8C; }
p { color: rgb(49,60,140); }
H1.HeaderClassName
{
color: #313C8C;
}
.AnyTagClassName
{
color: #313C8C;
}
</style>
background-color css
<style>
a { background-color: #313C8C; }
a { background-color: rgb(49,60,140); }
div.DivClassName
{
background-color: #313C8C;
}
.BgClassName
{
background-color: #313C8C;
}
</style>
border-color css
<style>
span { border-color: #313C8C; }
span { border-color: rgb(49,60,140); }
td.TdClassName
{
border-color: #313C8C;
}
.TagClassName
{
border-color: #313C8C;
}
</style>