Shades of Jacksons Purple #2D3194
Tints of Jacksons Purple #2D3194
RGB
CMYK
RGB Variations
Color information
#2D3194 (or 0x2D3194) is known color: Jacksons Purple. HEX triplet: 2D, 31 and 94. RGB value is (45,49,148). Sum of RGB (Red+Green+Blue) = 45+49+148=242 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.60% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 148 (58.20% from 255 or 61.16% from 242); Max value from RGB is 148 - color contains mainly: blue. Hex color #2D3194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D3194 is #D2CE6B. Grayscale: #3A3A3A. Windows color (decimal): -13815404 or 9711917. OLE color: 9711917.
HSL color Cylindrical-coordinate representation of color #2D3194: hue angle of 237.67º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D3194 is Cyan = 0.70, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 45 | 49 | 148 | - |
| CMYK | 0.70 | 0.67 | 0 | 0.42 |
| HSL | 237.67º | 0.53% | 0.38% | - |
| HSV(B) | 237.67º | 0.7% | 0.58% | - |
| XYZ | 7.53 | 4.89 | 28.56 | - |
| YUV | 59.09 | 178.17 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 49 | 148 | 0.70 | 0.67 | 0 | 0.42 | 237.67 | 0.53 | 0.38 |
| Hex | 2D | 31 | 94 | 46 | 43 | 0 | 2A | EE | 35 | 26 |
| Octal | 55 | 61 | 224 | 106 | 103 | 0 | 52 | 356 | 65 | 46 |
| Binary | 101101 | 110001 | 10010100 | 1000110 | 1000011 | 0 | 101010 | 11101110 | 110101 | 100110 |
Color Harmonies of #2D3194
Complementary color
Monochromatic Colors of #2D3194
Black with #2D3194
Text Example
Text Example
White with #2D3194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3194; }
p { color: rgb(45,49,148); }
H1.HeaderClassName
{
color: #2D3194;
}
.AnyTagClassName
{
color: #2D3194;
}
</style>
background-color css
<style>
a { background-color: #2D3194; }
a { background-color: rgb(45,49,148); }
div.DivClassName
{
background-color: #2D3194;
}
.BgClassName
{
background-color: #2D3194;
}
</style>
border-color css
<style>
span { border-color: #2D3194; }
span { border-color: rgb(45,49,148); }
td.TdClassName
{
border-color: #2D3194;
}
.TagClassName
{
border-color: #2D3194;
}
</style>