Shades of Jacksons Purple #292C91
Tints of Jacksons Purple #292C91
RGB
CMYK
RGB Variations
Color information
#292C91 (or 0x292C91) is known color: Jacksons Purple. HEX triplet: 29, 2C and 91. RGB value is (41,44,145). Sum of RGB (Red+Green+Blue) = 41+44+145=230 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.83% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 145 (57.03% from 255 or 63.04% from 230); Max value from RGB is 145 - color contains mainly: blue. Hex color #292C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292C91 is #D6D36E. Grayscale: #363636. Windows color (decimal): -14078831 or 9514025. OLE color: 9514025.
HSL color Cylindrical-coordinate representation of color #292C91: hue angle of 238.27º 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 #292C91 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 44 | 145 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.43 |
| HSL | 238.27º | 0.56% | 0.36% | - |
| HSV(B) | 238.27º | 0.72% | 0.57% | - |
| XYZ | 6.93 | 4.32 | 27.26 | - |
| YUV | 54.62 | 179.01 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 44 | 145 | 0.72 | 0.70 | 0 | 0.43 | 238.27 | 0.56 | 0.36 |
| Hex | 29 | 2C | 91 | 48 | 46 | 0 | 2B | EE | 38 | 24 |
| Octal | 51 | 54 | 221 | 110 | 106 | 0 | 53 | 356 | 70 | 44 |
| Binary | 101001 | 101100 | 10010001 | 1001000 | 1000110 | 0 | 101011 | 11101110 | 111000 | 100100 |
Color Harmonies of #292C91
Complementary color
Monochromatic Colors of #292C91
Black with #292C91
Text Example
Text Example
White with #292C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292C91; }
p { color: rgb(41,44,145); }
H1.HeaderClassName
{
color: #292C91;
}
.AnyTagClassName
{
color: #292C91;
}
</style>
background-color css
<style>
a { background-color: #292C91; }
a { background-color: rgb(41,44,145); }
div.DivClassName
{
background-color: #292C91;
}
.BgClassName
{
background-color: #292C91;
}
</style>
border-color css
<style>
span { border-color: #292C91; }
span { border-color: rgb(41,44,145); }
td.TdClassName
{
border-color: #292C91;
}
.TagClassName
{
border-color: #292C91;
}
</style>