Shades of Jacksons Purple #31399A
Tints of Jacksons Purple #31399A
RGB
CMYK
RGB Variations
Color information
#31399A (or 0x31399A) is known color: Jacksons Purple. HEX triplet: 31, 39 and 9A. RGB value is (49,57,154). Sum of RGB (Red+Green+Blue) = 49+57+154=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 154 (60.55% from 255 or 59.23% from 260); Max value from RGB is 154 - color contains mainly: blue. Hex color #31399A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31399A is #CEC665. Grayscale: #414141. Windows color (decimal): -13551206 or 10107185. OLE color: 10107185.
HSL color Cylindrical-coordinate representation of color #31399A: hue angle of 235.43º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31399A is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 57 | 154 | - |
| CMYK | 0.68 | 0.63 | 0 | 0.40 |
| HSL | 235.43º | 0.52% | 0.4% | - |
| HSV(B) | 235.43º | 0.68% | 0.6% | - |
| XYZ | 8.56 | 5.91 | 31.26 | - |
| YUV | 65.67 | 177.85 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 57 | 154 | 0.68 | 0.63 | 0 | 0.40 | 235.43 | 0.52 | 0.4 |
| Hex | 31 | 39 | 9A | 44 | 3F | 0 | 28 | EB | 34 | 28 |
| Octal | 61 | 71 | 232 | 104 | 77 | 0 | 50 | 353 | 64 | 50 |
| Binary | 110001 | 111001 | 10011010 | 1000100 | 111111 | 0 | 101000 | 11101011 | 110100 | 101000 |
Color Harmonies of #31399A
Complementary color
Monochromatic Colors of #31399A
Black with #31399A
Text Example
Text Example
White with #31399A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31399A; }
p { color: rgb(49,57,154); }
H1.HeaderClassName
{
color: #31399A;
}
.AnyTagClassName
{
color: #31399A;
}
</style>
background-color css
<style>
a { background-color: #31399A; }
a { background-color: rgb(49,57,154); }
div.DivClassName
{
background-color: #31399A;
}
.BgClassName
{
background-color: #31399A;
}
</style>
border-color css
<style>
span { border-color: #31399A; }
span { border-color: rgb(49,57,154); }
td.TdClassName
{
border-color: #31399A;
}
.TagClassName
{
border-color: #31399A;
}
</style>