Shades of Jacksons Purple #2A288D
Tints of Jacksons Purple #2A288D
RGB
CMYK
RGB Variations
Color information
#2A288D (or 0x2A288D) is known color: Jacksons Purple. HEX triplet: 2A, 28 and 8D. RGB value is (42,40,141). Sum of RGB (Red+Green+Blue) = 42+40+141=223 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.83% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 141 (55.47% from 255 or 63.23% from 223); Max value from RGB is 141 - color contains mainly: blue. Hex color #2A288D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A288D is #D5D772. Grayscale: #333333. Windows color (decimal): -14014323 or 9250858. OLE color: 9250858.
HSL color Cylindrical-coordinate representation of color #2A288D: hue angle of 241.19º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A288D is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 40 | 141 | - |
| CMYK | 0.70 | 0.72 | 0 | 0.45 |
| HSL | 241.19º | 0.56% | 0.35% | - |
| HSV(B) | 241.19º | 0.72% | 0.55% | - |
| XYZ | 6.52 | 3.93 | 25.61 | - |
| YUV | 52.11 | 178.16 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 40 | 141 | 0.70 | 0.72 | 0 | 0.45 | 241.19 | 0.56 | 0.35 |
| Hex | 2A | 28 | 8D | 46 | 48 | 0 | 2D | F1 | 38 | 23 |
| Octal | 52 | 50 | 215 | 106 | 110 | 0 | 55 | 361 | 70 | 43 |
| Binary | 101010 | 101000 | 10001101 | 1000110 | 1001000 | 0 | 101101 | 11110001 | 111000 | 100011 |
Color Harmonies of #2A288D
Complementary color
Monochromatic Colors of #2A288D
Black with #2A288D
Text Example
Text Example
White with #2A288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A288D; }
p { color: rgb(42,40,141); }
H1.HeaderClassName
{
color: #2A288D;
}
.AnyTagClassName
{
color: #2A288D;
}
</style>
background-color css
<style>
a { background-color: #2A288D; }
a { background-color: rgb(42,40,141); }
div.DivClassName
{
background-color: #2A288D;
}
.BgClassName
{
background-color: #2A288D;
}
</style>
border-color css
<style>
span { border-color: #2A288D; }
span { border-color: rgb(42,40,141); }
td.TdClassName
{
border-color: #2A288D;
}
.TagClassName
{
border-color: #2A288D;
}
</style>