Shades of Jacksons Purple #312B7E
Tints of Jacksons Purple #312B7E
RGB
CMYK
RGB Variations
Color information
#312B7E (or 0x312B7E) is known color: Jacksons Purple. HEX triplet: 31, 2B and 7E. RGB value is (49,43,126). Sum of RGB (Red+Green+Blue) = 49+43+126=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 43 (17.19% from 255 or 19.72% from 218); Blue value is 126 (49.61% from 255 or 57.80% from 218); Max value from RGB is 126 - color contains mainly: blue. Hex color #312B7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312B7E is #CED481. Grayscale: #353535. Windows color (decimal): -13554818 or 8268593. OLE color: 8268593.
HSL color Cylindrical-coordinate representation of color #312B7E: hue angle of 244.34º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #312B7E is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 43 | 126 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.51 |
| HSL | 244.34º | 0.49% | 0.33% | - |
| HSV(B) | 244.34º | 0.66% | 0.49% | - |
| XYZ | 5.9 | 3.89 | 20.18 | - |
| YUV | 54.26 | 168.49 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 43 | 126 | 0.61 | 0.66 | 0 | 0.51 | 244.34 | 0.49 | 0.33 |
| Hex | 31 | 2B | 7E | 3D | 42 | 0 | 33 | F4 | 31 | 21 |
| Octal | 61 | 53 | 176 | 75 | 102 | 0 | 63 | 364 | 61 | 41 |
| Binary | 110001 | 101011 | 1111110 | 111101 | 1000010 | 0 | 110011 | 11110100 | 110001 | 100001 |
Color Harmonies of #312B7E
Complementary color
Monochromatic Colors of #312B7E
Black with #312B7E
Text Example
Text Example
White with #312B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312B7E; }
p { color: rgb(49,43,126); }
H1.HeaderClassName
{
color: #312B7E;
}
.AnyTagClassName
{
color: #312B7E;
}
</style>
background-color css
<style>
a { background-color: #312B7E; }
a { background-color: rgb(49,43,126); }
div.DivClassName
{
background-color: #312B7E;
}
.BgClassName
{
background-color: #312B7E;
}
</style>
border-color css
<style>
span { border-color: #312B7E; }
span { border-color: rgb(49,43,126); }
td.TdClassName
{
border-color: #312B7E;
}
.TagClassName
{
border-color: #312B7E;
}
</style>