Shades of Jacksons Purple #2D318E
Tints of Jacksons Purple #2D318E
RGB
CMYK
RGB Variations
Color information
#2D318E (or 0x2D318E) is known color: Jacksons Purple. HEX triplet: 2D, 31 and 8E. RGB value is (45,49,142). Sum of RGB (Red+Green+Blue) = 45+49+142=236 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.07% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 142 (55.86% from 255 or 60.17% from 236); Max value from RGB is 142 - color contains mainly: blue. Hex color #2D318E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D318E is #D2CE71. Grayscale: #3A3A3A. Windows color (decimal): -13815410 or 9318701. OLE color: 9318701.
HSL color Cylindrical-coordinate representation of color #2D318E: hue angle of 237.53º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D318E is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 45 | 49 | 142 | - |
| CMYK | 0.68 | 0.65 | 0 | 0.44 |
| HSL | 237.53º | 0.52% | 0.37% | - |
| HSV(B) | 237.53º | 0.68% | 0.56% | - |
| XYZ | 7.06 | 4.71 | 26.13 | - |
| YUV | 58.41 | 175.17 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 49 | 142 | 0.68 | 0.65 | 0 | 0.44 | 237.53 | 0.52 | 0.37 |
| Hex | 2D | 31 | 8E | 44 | 41 | 0 | 2C | EE | 34 | 25 |
| Octal | 55 | 61 | 216 | 104 | 101 | 0 | 54 | 356 | 64 | 45 |
| Binary | 101101 | 110001 | 10001110 | 1000100 | 1000001 | 0 | 101100 | 11101110 | 110100 | 100101 |
Color Harmonies of #2D318E
Complementary color
Monochromatic Colors of #2D318E
Black with #2D318E
Text Example
Text Example
White with #2D318E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D318E; }
p { color: rgb(45,49,142); }
H1.HeaderClassName
{
color: #2D318E;
}
.AnyTagClassName
{
color: #2D318E;
}
</style>
background-color css
<style>
a { background-color: #2D318E; }
a { background-color: rgb(45,49,142); }
div.DivClassName
{
background-color: #2D318E;
}
.BgClassName
{
background-color: #2D318E;
}
</style>
border-color css
<style>
span { border-color: #2D318E; }
span { border-color: rgb(45,49,142); }
td.TdClassName
{
border-color: #2D318E;
}
.TagClassName
{
border-color: #2D318E;
}
</style>