Shades of Jacksons Purple #2A3095
Tints of Jacksons Purple #2A3095
RGB
CMYK
RGB Variations
Color information
#2A3095 (or 0x2A3095) is known color: Jacksons Purple. HEX triplet: 2A, 30 and 95. RGB value is (42,48,149). Sum of RGB (Red+Green+Blue) = 42+48+149=239 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.57% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 149 (58.59% from 255 or 62.34% from 239); Max value from RGB is 149 - color contains mainly: blue. Hex color #2A3095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3095 is #D5CF6A. Grayscale: #393939. Windows color (decimal): -14012267 or 9777194. OLE color: 9777194.
HSL color Cylindrical-coordinate representation of color #2A3095: hue angle of 236.64º 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 #2A3095 is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 48 | 149 | - |
| CMYK | 0.72 | 0.68 | 0 | 0.42 |
| HSL | 236.64º | 0.56% | 0.37% | - |
| HSV(B) | 236.64º | 0.72% | 0.58% | - |
| XYZ | 7.44 | 4.78 | 28.96 | - |
| YUV | 57.72 | 179.51 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 48 | 149 | 0.72 | 0.68 | 0 | 0.42 | 236.64 | 0.56 | 0.37 |
| Hex | 2A | 30 | 95 | 48 | 44 | 0 | 2A | ED | 38 | 25 |
| Octal | 52 | 60 | 225 | 110 | 104 | 0 | 52 | 355 | 70 | 45 |
| Binary | 101010 | 110000 | 10010101 | 1001000 | 1000100 | 0 | 101010 | 11101101 | 111000 | 100101 |
Color Harmonies of #2A3095
Complementary color
Monochromatic Colors of #2A3095
Black with #2A3095
Text Example
Text Example
White with #2A3095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3095; }
p { color: rgb(42,48,149); }
H1.HeaderClassName
{
color: #2A3095;
}
.AnyTagClassName
{
color: #2A3095;
}
</style>
background-color css
<style>
a { background-color: #2A3095; }
a { background-color: rgb(42,48,149); }
div.DivClassName
{
background-color: #2A3095;
}
.BgClassName
{
background-color: #2A3095;
}
</style>
border-color css
<style>
span { border-color: #2A3095; }
span { border-color: rgb(42,48,149); }
td.TdClassName
{
border-color: #2A3095;
}
.TagClassName
{
border-color: #2A3095;
}
</style>