Shades of Jacksons Purple #2A2D93
Tints of Jacksons Purple #2A2D93
RGB
CMYK
RGB Variations
Color information
#2A2D93 (or 0x2A2D93) is known color: Jacksons Purple. HEX triplet: 2A, 2D and 93. RGB value is (42,45,147). Sum of RGB (Red+Green+Blue) = 42+45+147=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 147 (57.81% from 255 or 62.82% from 234); Max value from RGB is 147 - color contains mainly: blue. Hex color #2A2D93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2D93 is #D5D26C. Grayscale: #373737. Windows color (decimal): -14013037 or 9645354. OLE color: 9645354.
HSL color Cylindrical-coordinate representation of color #2A2D93: hue angle of 238.29º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A2D93 is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 45 | 147 | - |
| CMYK | 0.71 | 0.69 | 0 | 0.42 |
| HSL | 238.29º | 0.56% | 0.37% | - |
| HSV(B) | 238.29º | 0.71% | 0.58% | - |
| XYZ | 7.16 | 4.48 | 28.09 | - |
| YUV | 55.73 | 179.51 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 45 | 147 | 0.71 | 0.69 | 0 | 0.42 | 238.29 | 0.56 | 0.37 |
| Hex | 2A | 2D | 93 | 47 | 45 | 0 | 2A | EE | 38 | 25 |
| Octal | 52 | 55 | 223 | 107 | 105 | 0 | 52 | 356 | 70 | 45 |
| Binary | 101010 | 101101 | 10010011 | 1000111 | 1000101 | 0 | 101010 | 11101110 | 111000 | 100101 |
Color Harmonies of #2A2D93
Complementary color
Monochromatic Colors of #2A2D93
Black with #2A2D93
Text Example
Text Example
White with #2A2D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2D93; }
p { color: rgb(42,45,147); }
H1.HeaderClassName
{
color: #2A2D93;
}
.AnyTagClassName
{
color: #2A2D93;
}
</style>
background-color css
<style>
a { background-color: #2A2D93; }
a { background-color: rgb(42,45,147); }
div.DivClassName
{
background-color: #2A2D93;
}
.BgClassName
{
background-color: #2A2D93;
}
</style>
border-color css
<style>
span { border-color: #2A2D93; }
span { border-color: rgb(42,45,147); }
td.TdClassName
{
border-color: #2A2D93;
}
.TagClassName
{
border-color: #2A2D93;
}
</style>