Shades of Jacksons Purple #292F91
Tints of Jacksons Purple #292F91
RGB
CMYK
RGB Variations
Color information
#292F91 (or 0x292F91) is known color: Jacksons Purple. HEX triplet: 29, 2F and 91. RGB value is (41,47,145). Sum of RGB (Red+Green+Blue) = 41+47+145=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 145 (57.03% from 255 or 62.23% from 233); Max value from RGB is 145 - color contains mainly: blue. Hex color #292F91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292F91 is #D6D06E. Grayscale: #373737. Windows color (decimal): -14078063 or 9514793. OLE color: 9514793.
HSL color Cylindrical-coordinate representation of color #292F91: hue angle of 236.54º 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 #292F91 is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 47 | 145 | - |
| CMYK | 0.72 | 0.68 | 0 | 0.43 |
| HSL | 236.54º | 0.56% | 0.36% | - |
| HSV(B) | 236.54º | 0.72% | 0.57% | - |
| XYZ | 7.04 | 4.55 | 27.29 | - |
| YUV | 56.38 | 178.01 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 47 | 145 | 0.72 | 0.68 | 0 | 0.43 | 236.54 | 0.56 | 0.36 |
| Hex | 29 | 2F | 91 | 48 | 44 | 0 | 2B | ED | 38 | 24 |
| Octal | 51 | 57 | 221 | 110 | 104 | 0 | 53 | 355 | 70 | 44 |
| Binary | 101001 | 101111 | 10010001 | 1001000 | 1000100 | 0 | 101011 | 11101101 | 111000 | 100100 |
Color Harmonies of #292F91
Complementary color
Monochromatic Colors of #292F91
Black with #292F91
Text Example
Text Example
White with #292F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292F91; }
p { color: rgb(41,47,145); }
H1.HeaderClassName
{
color: #292F91;
}
.AnyTagClassName
{
color: #292F91;
}
</style>
background-color css
<style>
a { background-color: #292F91; }
a { background-color: rgb(41,47,145); }
div.DivClassName
{
background-color: #292F91;
}
.BgClassName
{
background-color: #292F91;
}
</style>
border-color css
<style>
span { border-color: #292F91; }
span { border-color: rgb(41,47,145); }
td.TdClassName
{
border-color: #292F91;
}
.TagClassName
{
border-color: #292F91;
}
</style>