Shades of Jacksons Purple #2A268E
Tints of Jacksons Purple #2A268E
RGB
CMYK
RGB Variations
Color information
#2A268E (or 0x2A268E) is known color: Jacksons Purple. HEX triplet: 2A, 26 and 8E. RGB value is (42,38,142). Sum of RGB (Red+Green+Blue) = 42+38+142=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 142 (55.86% from 255 or 63.96% from 222); Max value from RGB is 142 - color contains mainly: blue. Hex color #2A268E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A268E is #D5D971. Grayscale: #323232. Windows color (decimal): -14014834 or 9315882. OLE color: 9315882.
HSL color Cylindrical-coordinate representation of color #2A268E: hue angle of 242.31º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A268E is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 42 | 38 | 142 | - |
| CMYK | 0.70 | 0.73 | 0 | 0.44 |
| HSL | 242.31º | 0.58% | 0.35% | - |
| HSV(B) | 242.31º | 0.73% | 0.56% | - |
| XYZ | 6.53 | 3.83 | 25.99 | - |
| YUV | 51.05 | 179.33 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 38 | 142 | 0.70 | 0.73 | 0 | 0.44 | 242.31 | 0.58 | 0.35 |
| Hex | 2A | 26 | 8E | 46 | 49 | 0 | 2C | F2 | 3A | 23 |
| Octal | 52 | 46 | 216 | 106 | 111 | 0 | 54 | 362 | 72 | 43 |
| Binary | 101010 | 100110 | 10001110 | 1000110 | 1001001 | 0 | 101100 | 11110010 | 111010 | 100011 |
Color Harmonies of #2A268E
Complementary color
Monochromatic Colors of #2A268E
Black with #2A268E
Text Example
Text Example
White with #2A268E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A268E; }
p { color: rgb(42,38,142); }
H1.HeaderClassName
{
color: #2A268E;
}
.AnyTagClassName
{
color: #2A268E;
}
</style>
background-color css
<style>
a { background-color: #2A268E; }
a { background-color: rgb(42,38,142); }
div.DivClassName
{
background-color: #2A268E;
}
.BgClassName
{
background-color: #2A268E;
}
</style>
border-color css
<style>
span { border-color: #2A268E; }
span { border-color: rgb(42,38,142); }
td.TdClassName
{
border-color: #2A268E;
}
.TagClassName
{
border-color: #2A268E;
}
</style>