Shades of Jacksons Purple #312A8A
Tints of Jacksons Purple #312A8A
RGB
CMYK
RGB Variations
Color information
#312A8A (or 0x312A8A) is known color: Jacksons Purple. HEX triplet: 31, 2A and 8A. RGB value is (49,42,138). Sum of RGB (Red+Green+Blue) = 49+42+138=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 138 (54.30% from 255 or 60.26% from 229); Max value from RGB is 138 - color contains mainly: blue. Hex color #312A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312A8A is #CED575. Grayscale: #363636. Windows color (decimal): -13555062 or 9054769. OLE color: 9054769.
HSL color Cylindrical-coordinate representation of color #312A8A: hue angle of 244.37º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #312A8A is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 49 | 42 | 138 | - |
| CMYK | 0.64 | 0.70 | 0 | 0.46 |
| HSL | 244.38º | 0.53% | 0.35% | - |
| HSV(B) | 244.38º | 0.7% | 0.54% | - |
| XYZ | 6.68 | 4.14 | 24.49 | - |
| YUV | 55.04 | 174.82 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 42 | 138 | 0.64 | 0.70 | 0 | 0.46 | 244.38 | 0.53 | 0.35 |
| Hex | 31 | 2A | 8A | 40 | 46 | 0 | 2E | F4 | 35 | 23 |
| Octal | 61 | 52 | 212 | 100 | 106 | 0 | 56 | 364 | 65 | 43 |
| Binary | 110001 | 101010 | 10001010 | 1000000 | 1000110 | 0 | 101110 | 11110100 | 110101 | 100011 |
Color Harmonies of #312A8A
Complementary color
Monochromatic Colors of #312A8A
Black with #312A8A
Text Example
Text Example
White with #312A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312A8A; }
p { color: rgb(49,42,138); }
H1.HeaderClassName
{
color: #312A8A;
}
.AnyTagClassName
{
color: #312A8A;
}
</style>
background-color css
<style>
a { background-color: #312A8A; }
a { background-color: rgb(49,42,138); }
div.DivClassName
{
background-color: #312A8A;
}
.BgClassName
{
background-color: #312A8A;
}
</style>
border-color css
<style>
span { border-color: #312A8A; }
span { border-color: rgb(49,42,138); }
td.TdClassName
{
border-color: #312A8A;
}
.TagClassName
{
border-color: #312A8A;
}
</style>