Shades of Jacksons Purple #2D3193
Tints of Jacksons Purple #2D3193
RGB
CMYK
RGB Variations
Color information
#2D3193 (or 0x2D3193) is known color: Jacksons Purple. HEX triplet: 2D, 31 and 93. RGB value is (45,49,147). Sum of RGB (Red+Green+Blue) = 45+49+147=241 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.67% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 147 (57.81% from 255 or 61.00% from 241); Max value from RGB is 147 - color contains mainly: blue. Hex color #2D3193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D3193 is #D2CE6C. Grayscale: #3A3A3A. Windows color (decimal): -13815405 or 9646381. OLE color: 9646381.
HSL color Cylindrical-coordinate representation of color #2D3193: hue angle of 237.65º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D3193 is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 49 | 147 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.42 |
| HSL | 237.65º | 0.53% | 0.38% | - |
| HSV(B) | 237.65º | 0.69% | 0.58% | - |
| XYZ | 7.45 | 4.86 | 28.15 | - |
| YUV | 58.98 | 177.67 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 49 | 147 | 0.69 | 0.67 | 0 | 0.42 | 237.65 | 0.53 | 0.38 |
| Hex | 2D | 31 | 93 | 45 | 43 | 0 | 2A | EE | 35 | 26 |
| Octal | 55 | 61 | 223 | 105 | 103 | 0 | 52 | 356 | 65 | 46 |
| Binary | 101101 | 110001 | 10010011 | 1000101 | 1000011 | 0 | 101010 | 11101110 | 110101 | 100110 |
Color Harmonies of #2D3193
Complementary color
Monochromatic Colors of #2D3193
Black with #2D3193
Text Example
Text Example
White with #2D3193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3193; }
p { color: rgb(45,49,147); }
H1.HeaderClassName
{
color: #2D3193;
}
.AnyTagClassName
{
color: #2D3193;
}
</style>
background-color css
<style>
a { background-color: #2D3193; }
a { background-color: rgb(45,49,147); }
div.DivClassName
{
background-color: #2D3193;
}
.BgClassName
{
background-color: #2D3193;
}
</style>
border-color css
<style>
span { border-color: #2D3193; }
span { border-color: rgb(45,49,147); }
td.TdClassName
{
border-color: #2D3193;
}
.TagClassName
{
border-color: #2D3193;
}
</style>