Shades of Jacksons Purple #31358A
Tints of Jacksons Purple #31358A
RGB
CMYK
RGB Variations
Color information
#31358A (or 0x31358A) is known color: Jacksons Purple. HEX triplet: 31, 35 and 8A. RGB value is (49,53,138). Sum of RGB (Red+Green+Blue) = 49+53+138=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 138 (54.30% from 255 or 57.5% from 240); Max value from RGB is 138 - color contains mainly: blue. Hex color #31358A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31358A is #CECA75. Grayscale: #3D3D3D. Windows color (decimal): -13552246 or 9057585. OLE color: 9057585.
HSL color Cylindrical-coordinate representation of color #31358A: hue angle of 237.3º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31358A is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 49 | 53 | 138 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.46 |
| HSL | 237.3º | 0.48% | 0.37% | - |
| HSV(B) | 237.3º | 0.64% | 0.54% | - |
| XYZ | 7.13 | 5.03 | 24.64 | - |
| YUV | 61.49 | 171.17 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 53 | 138 | 0.64 | 0.62 | 0 | 0.46 | 237.3 | 0.48 | 0.37 |
| Hex | 31 | 35 | 8A | 40 | 3E | 0 | 2E | ED | 30 | 25 |
| Octal | 61 | 65 | 212 | 100 | 76 | 0 | 56 | 355 | 60 | 45 |
| Binary | 110001 | 110101 | 10001010 | 1000000 | 111110 | 0 | 101110 | 11101101 | 110000 | 100101 |
Color Harmonies of #31358A
Complementary color
Monochromatic Colors of #31358A
Black with #31358A
Text Example
Text Example
White with #31358A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31358A; }
p { color: rgb(49,53,138); }
H1.HeaderClassName
{
color: #31358A;
}
.AnyTagClassName
{
color: #31358A;
}
</style>
background-color css
<style>
a { background-color: #31358A; }
a { background-color: rgb(49,53,138); }
div.DivClassName
{
background-color: #31358A;
}
.BgClassName
{
background-color: #31358A;
}
</style>
border-color css
<style>
span { border-color: #31358A; }
span { border-color: rgb(49,53,138); }
td.TdClassName
{
border-color: #31358A;
}
.TagClassName
{
border-color: #31358A;
}
</style>