Shades of Jacksons Purple #293192
Tints of Jacksons Purple #293192
RGB
CMYK
RGB Variations
Color information
#293192 (or 0x293192) is known color: Jacksons Purple. HEX triplet: 29, 31 and 92. RGB value is (41,49,146). Sum of RGB (Red+Green+Blue) = 41+49+146=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #293192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293192 is #D6CE6D. Grayscale: #393939. Windows color (decimal): -14077550 or 9580841. OLE color: 9580841.
HSL color Cylindrical-coordinate representation of color #293192: hue angle of 235.43º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #293192 is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 49 | 146 | - |
| CMYK | 0.72 | 0.66 | 0 | 0.43 |
| HSL | 235.43º | 0.56% | 0.37% | - |
| HSV(B) | 235.43º | 0.72% | 0.57% | - |
| XYZ | 7.2 | 4.74 | 27.73 | - |
| YUV | 57.67 | 177.85 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 49 | 146 | 0.72 | 0.66 | 0 | 0.43 | 235.43 | 0.56 | 0.37 |
| Hex | 29 | 31 | 92 | 48 | 42 | 0 | 2B | EB | 38 | 25 |
| Octal | 51 | 61 | 222 | 110 | 102 | 0 | 53 | 353 | 70 | 45 |
| Binary | 101001 | 110001 | 10010010 | 1001000 | 1000010 | 0 | 101011 | 11101011 | 111000 | 100101 |
Color Harmonies of #293192
Complementary color
Monochromatic Colors of #293192
Black with #293192
Text Example
Text Example
White with #293192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293192; }
p { color: rgb(41,49,146); }
H1.HeaderClassName
{
color: #293192;
}
.AnyTagClassName
{
color: #293192;
}
</style>
background-color css
<style>
a { background-color: #293192; }
a { background-color: rgb(41,49,146); }
div.DivClassName
{
background-color: #293192;
}
.BgClassName
{
background-color: #293192;
}
</style>
border-color css
<style>
span { border-color: #293192; }
span { border-color: rgb(41,49,146); }
td.TdClassName
{
border-color: #293192;
}
.TagClassName
{
border-color: #293192;
}
</style>