Shades of Jacksons Purple #313A92
Tints of Jacksons Purple #313A92
RGB
CMYK
RGB Variations
Color information
#313A92 (or 0x313A92) is known color: Jacksons Purple. HEX triplet: 31, 3A and 92. RGB value is (49,58,146). Sum of RGB (Red+Green+Blue) = 49+58+146=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 146 (57.42% from 255 or 57.71% from 253); Max value from RGB is 146 - color contains mainly: blue. Hex color #313A92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313A92 is #CEC56D. Grayscale: #404040. Windows color (decimal): -13550958 or 9583153. OLE color: 9583153.
HSL color Cylindrical-coordinate representation of color #313A92: hue angle of 234.43º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #313A92 is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 58 | 146 | - |
| CMYK | 0.66 | 0.60 | 0 | 0.43 |
| HSL | 234.43º | 0.5% | 0.38% | - |
| HSV(B) | 234.43º | 0.66% | 0.57% | - |
| XYZ | 7.97 | 5.75 | 27.88 | - |
| YUV | 65.34 | 173.52 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 58 | 146 | 0.66 | 0.60 | 0 | 0.43 | 234.43 | 0.5 | 0.38 |
| Hex | 31 | 3A | 92 | 42 | 3C | 0 | 2B | EA | 32 | 26 |
| Octal | 61 | 72 | 222 | 102 | 74 | 0 | 53 | 352 | 62 | 46 |
| Binary | 110001 | 111010 | 10010010 | 1000010 | 111100 | 0 | 101011 | 11101010 | 110010 | 100110 |
Color Harmonies of #313A92
Complementary color
Monochromatic Colors of #313A92
Black with #313A92
Text Example
Text Example
White with #313A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313A92; }
p { color: rgb(49,58,146); }
H1.HeaderClassName
{
color: #313A92;
}
.AnyTagClassName
{
color: #313A92;
}
</style>
background-color css
<style>
a { background-color: #313A92; }
a { background-color: rgb(49,58,146); }
div.DivClassName
{
background-color: #313A92;
}
.BgClassName
{
background-color: #313A92;
}
</style>
border-color css
<style>
span { border-color: #313A92; }
span { border-color: rgb(49,58,146); }
td.TdClassName
{
border-color: #313A92;
}
.TagClassName
{
border-color: #313A92;
}
</style>