Shades of Jacksons Purple #313281
Tints of Jacksons Purple #313281
RGB
CMYK
RGB Variations
Color information
#313281 (or 0x313281) is known color: Jacksons Purple. HEX triplet: 31, 32 and 81. RGB value is (49,50,129). Sum of RGB (Red+Green+Blue) = 49+50+129=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 129 (50.78% from 255 or 56.58% from 228); Max value from RGB is 129 - color contains mainly: blue. Hex color #313281 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313281 is #CECD7E. Grayscale: #3A3A3A. Windows color (decimal): -13553023 or 8466993. OLE color: 8466993.
HSL color Cylindrical-coordinate representation of color #313281: hue angle of 239.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #313281 is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 50 | 129 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.49 |
| HSL | 239.25º | 0.45% | 0.35% | - |
| HSV(B) | 239.25º | 0.62% | 0.51% | - |
| XYZ | 6.37 | 4.52 | 21.31 | - |
| YUV | 58.71 | 167.67 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 50 | 129 | 0.62 | 0.61 | 0 | 0.49 | 239.25 | 0.45 | 0.35 |
| Hex | 31 | 32 | 81 | 3E | 3D | 0 | 31 | EF | 2D | 23 |
| Octal | 61 | 62 | 201 | 76 | 75 | 0 | 61 | 357 | 55 | 43 |
| Binary | 110001 | 110010 | 10000001 | 111110 | 111101 | 0 | 110001 | 11101111 | 101101 | 100011 |
Color Harmonies of #313281
Complementary color
Monochromatic Colors of #313281
Black with #313281
Text Example
Text Example
White with #313281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313281; }
p { color: rgb(49,50,129); }
H1.HeaderClassName
{
color: #313281;
}
.AnyTagClassName
{
color: #313281;
}
</style>
background-color css
<style>
a { background-color: #313281; }
a { background-color: rgb(49,50,129); }
div.DivClassName
{
background-color: #313281;
}
.BgClassName
{
background-color: #313281;
}
</style>
border-color css
<style>
span { border-color: #313281; }
span { border-color: rgb(49,50,129); }
td.TdClassName
{
border-color: #313281;
}
.TagClassName
{
border-color: #313281;
}
</style>