Shades of Jacksons Purple #292E91
Tints of Jacksons Purple #292E91
RGB
CMYK
RGB Variations
Color information
#292E91 (or 0x292E91) is known color: Jacksons Purple. HEX triplet: 29, 2E and 91. RGB value is (41,46,145). Sum of RGB (Red+Green+Blue) = 41+46+145=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 145 (57.03% from 255 or 62.5% from 232); Max value from RGB is 145 - color contains mainly: blue. Hex color #292E91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292E91 is #D6D16E. Grayscale: #373737. Windows color (decimal): -14078319 or 9514537. OLE color: 9514537.
HSL color Cylindrical-coordinate representation of color #292E91: hue angle of 237.12º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #292E91 is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 46 | 145 | - |
| CMYK | 0.72 | 0.68 | 0 | 0.43 |
| HSL | 237.12º | 0.56% | 0.36% | - |
| HSV(B) | 237.12º | 0.72% | 0.57% | - |
| XYZ | 7 | 4.47 | 27.28 | - |
| YUV | 55.79 | 178.34 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 46 | 145 | 0.72 | 0.68 | 0 | 0.43 | 237.12 | 0.56 | 0.36 |
| Hex | 29 | 2E | 91 | 48 | 44 | 0 | 2B | ED | 38 | 24 |
| Octal | 51 | 56 | 221 | 110 | 104 | 0 | 53 | 355 | 70 | 44 |
| Binary | 101001 | 101110 | 10010001 | 1001000 | 1000100 | 0 | 101011 | 11101101 | 111000 | 100100 |
Color Harmonies of #292E91
Complementary color
Monochromatic Colors of #292E91
Black with #292E91
Text Example
Text Example
White with #292E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292E91; }
p { color: rgb(41,46,145); }
H1.HeaderClassName
{
color: #292E91;
}
.AnyTagClassName
{
color: #292E91;
}
</style>
background-color css
<style>
a { background-color: #292E91; }
a { background-color: rgb(41,46,145); }
div.DivClassName
{
background-color: #292E91;
}
.BgClassName
{
background-color: #292E91;
}
</style>
border-color css
<style>
span { border-color: #292E91; }
span { border-color: rgb(41,46,145); }
td.TdClassName
{
border-color: #292E91;
}
.TagClassName
{
border-color: #292E91;
}
</style>