Shades of Jacksons Purple #2A2D95
Tints of Jacksons Purple #2A2D95
RGB
CMYK
RGB Variations
Color information
#2A2D95 (or 0x2A2D95) is known color: Jacksons Purple. HEX triplet: 2A, 2D and 95. RGB value is (42,45,149). Sum of RGB (Red+Green+Blue) = 42+45+149=236 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.80% from 236); Green value is 45 (17.97% from 255 or 19.07% from 236); Blue value is 149 (58.59% from 255 or 63.14% from 236); Max value from RGB is 149 - color contains mainly: blue. Hex color #2A2D95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2D95 is #D5D26A. Grayscale: #373737. Windows color (decimal): -14013035 or 9776426. OLE color: 9776426.
HSL color Cylindrical-coordinate representation of color #2A2D95: hue angle of 238.32º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A2D95 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 45 | 149 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.42 |
| HSL | 238.32º | 0.56% | 0.37% | - |
| HSV(B) | 238.32º | 0.72% | 0.58% | - |
| XYZ | 7.32 | 4.54 | 28.92 | - |
| YUV | 55.96 | 180.51 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 45 | 149 | 0.72 | 0.70 | 0 | 0.42 | 238.32 | 0.56 | 0.37 |
| Hex | 2A | 2D | 95 | 48 | 46 | 0 | 2A | EE | 38 | 25 |
| Octal | 52 | 55 | 225 | 110 | 106 | 0 | 52 | 356 | 70 | 45 |
| Binary | 101010 | 101101 | 10010101 | 1001000 | 1000110 | 0 | 101010 | 11101110 | 111000 | 100101 |
Color Harmonies of #2A2D95
Complementary color
Monochromatic Colors of #2A2D95
Black with #2A2D95
Text Example
Text Example
White with #2A2D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2D95; }
p { color: rgb(42,45,149); }
H1.HeaderClassName
{
color: #2A2D95;
}
.AnyTagClassName
{
color: #2A2D95;
}
</style>
background-color css
<style>
a { background-color: #2A2D95; }
a { background-color: rgb(42,45,149); }
div.DivClassName
{
background-color: #2A2D95;
}
.BgClassName
{
background-color: #2A2D95;
}
</style>
border-color css
<style>
span { border-color: #2A2D95; }
span { border-color: rgb(42,45,149); }
td.TdClassName
{
border-color: #2A2D95;
}
.TagClassName
{
border-color: #2A2D95;
}
</style>