Shades of Jacksons Purple #293693
Tints of Jacksons Purple #293693
RGB
CMYK
RGB Variations
Color information
#293693 (or 0x293693) is known color: Jacksons Purple. HEX triplet: 29, 36 and 93. RGB value is (41,54,147). Sum of RGB (Red+Green+Blue) = 41+54+147=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 147 (57.81% from 255 or 60.74% from 242); Max value from RGB is 147 - color contains mainly: blue. Hex color #293693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293693 is #D6C96C. Grayscale: #3C3C3C. Windows color (decimal): -14076269 or 9647657. OLE color: 9647657.
HSL color Cylindrical-coordinate representation of color #293693: hue angle of 232.64º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #293693 is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 54 | 147 | - |
| CMYK | 0.72 | 0.63 | 0 | 0.42 |
| HSL | 232.64º | 0.56% | 0.37% | - |
| HSV(B) | 232.64º | 0.72% | 0.58% | - |
| XYZ | 7.5 | 5.22 | 28.22 | - |
| YUV | 60.72 | 176.69 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 54 | 147 | 0.72 | 0.63 | 0 | 0.42 | 232.64 | 0.56 | 0.37 |
| Hex | 29 | 36 | 93 | 48 | 3F | 0 | 2A | E9 | 38 | 25 |
| Octal | 51 | 66 | 223 | 110 | 77 | 0 | 52 | 351 | 70 | 45 |
| Binary | 101001 | 110110 | 10010011 | 1001000 | 111111 | 0 | 101010 | 11101001 | 111000 | 100101 |
Color Harmonies of #293693
Complementary color
Monochromatic Colors of #293693
Black with #293693
Text Example
Text Example
White with #293693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293693; }
p { color: rgb(41,54,147); }
H1.HeaderClassName
{
color: #293693;
}
.AnyTagClassName
{
color: #293693;
}
</style>
background-color css
<style>
a { background-color: #293693; }
a { background-color: rgb(41,54,147); }
div.DivClassName
{
background-color: #293693;
}
.BgClassName
{
background-color: #293693;
}
</style>
border-color css
<style>
span { border-color: #293693; }
span { border-color: rgb(41,54,147); }
td.TdClassName
{
border-color: #293693;
}
.TagClassName
{
border-color: #293693;
}
</style>