Shades of Jacksons Purple #313380
Tints of Jacksons Purple #313380
RGB
CMYK
RGB Variations
Color information
#313380 (or 0x313380) is known color: Jacksons Purple. HEX triplet: 31, 33 and 80. RGB value is (49,51,128). Sum of RGB (Red+Green+Blue) = 49+51+128=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 128 (50.39% from 255 or 56.14% from 228); Max value from RGB is 128 - color contains mainly: blue. Hex color #313380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313380 is #CECC7F. Grayscale: #3A3A3A. Windows color (decimal): -13552768 or 8401713. OLE color: 8401713.
HSL color Cylindrical-coordinate representation of color #313380: hue angle of 238.48º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #313380 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 49 | 51 | 128 | - |
| CMYK | 0.62 | 0.60 | 0 | 0.50 |
| HSL | 238.48º | 0.45% | 0.35% | - |
| HSV(B) | 238.48º | 0.62% | 0.5% | - |
| XYZ | 6.35 | 4.58 | 20.97 | - |
| YUV | 59.18 | 166.84 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 51 | 128 | 0.62 | 0.60 | 0 | 0.50 | 238.48 | 0.45 | 0.35 |
| Hex | 31 | 33 | 80 | 3E | 3C | 0 | 32 | EE | 2D | 23 |
| Octal | 61 | 63 | 200 | 76 | 74 | 0 | 62 | 356 | 55 | 43 |
| Binary | 110001 | 110011 | 10000000 | 111110 | 111100 | 0 | 110010 | 11101110 | 101101 | 100011 |
Color Harmonies of #313380
Complementary color
Monochromatic Colors of #313380
Black with #313380
Text Example
Text Example
White with #313380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313380; }
p { color: rgb(49,51,128); }
H1.HeaderClassName
{
color: #313380;
}
.AnyTagClassName
{
color: #313380;
}
</style>
background-color css
<style>
a { background-color: #313380; }
a { background-color: rgb(49,51,128); }
div.DivClassName
{
background-color: #313380;
}
.BgClassName
{
background-color: #313380;
}
</style>
border-color css
<style>
span { border-color: #313380; }
span { border-color: rgb(49,51,128); }
td.TdClassName
{
border-color: #313380;
}
.TagClassName
{
border-color: #313380;
}
</style>