Shades of Jacksons Purple #292894
Tints of Jacksons Purple #292894
RGB
CMYK
RGB Variations
Color information
#292894 (or 0x292894) is known color: Jacksons Purple. HEX triplet: 29, 28 and 94. RGB value is (41,40,148). Sum of RGB (Red+Green+Blue) = 41+40+148=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 148 (58.20% from 255 or 64.63% from 229); Max value from RGB is 148 - color contains mainly: blue. Hex color #292894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292894 is #D6D76B. Grayscale: #343434. Windows color (decimal): -14079852 or 9709609. OLE color: 9709609.
HSL color Cylindrical-coordinate representation of color #292894: hue angle of 240.56º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #292894 is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 40 | 148 | - |
| CMYK | 0.72 | 0.73 | 0 | 0.42 |
| HSL | 240.56º | 0.57% | 0.37% | - |
| HSV(B) | 240.56º | 0.73% | 0.58% | - |
| XYZ | 7.02 | 4.13 | 28.44 | - |
| YUV | 52.61 | 181.83 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 40 | 148 | 0.72 | 0.73 | 0 | 0.42 | 240.56 | 0.57 | 0.37 |
| Hex | 29 | 28 | 94 | 48 | 49 | 0 | 2A | F1 | 39 | 25 |
| Octal | 51 | 50 | 224 | 110 | 111 | 0 | 52 | 361 | 71 | 45 |
| Binary | 101001 | 101000 | 10010100 | 1001000 | 1001001 | 0 | 101010 | 11110001 | 111001 | 100101 |
Color Harmonies of #292894
Complementary color
Monochromatic Colors of #292894
Black with #292894
Text Example
Text Example
White with #292894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292894; }
p { color: rgb(41,40,148); }
H1.HeaderClassName
{
color: #292894;
}
.AnyTagClassName
{
color: #292894;
}
</style>
background-color css
<style>
a { background-color: #292894; }
a { background-color: rgb(41,40,148); }
div.DivClassName
{
background-color: #292894;
}
.BgClassName
{
background-color: #292894;
}
</style>
border-color css
<style>
span { border-color: #292894; }
span { border-color: rgb(41,40,148); }
td.TdClassName
{
border-color: #292894;
}
.TagClassName
{
border-color: #292894;
}
</style>