Shades of Jacksons Purple #293091
Tints of Jacksons Purple #293091
RGB
CMYK
RGB Variations
Color information
#293091 (or 0x293091) is known color: Jacksons Purple. HEX triplet: 29, 30 and 91. RGB value is (41,48,145). Sum of RGB (Red+Green+Blue) = 41+48+145=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 145 (57.03% from 255 or 61.97% from 234); Max value from RGB is 145 - color contains mainly: blue. Hex color #293091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293091 is #D6CF6E. Grayscale: #383838. Windows color (decimal): -14077807 or 9515049. OLE color: 9515049.
HSL color Cylindrical-coordinate representation of color #293091: hue angle of 235.96º 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 #293091 is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 48 | 145 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.43 |
| HSL | 235.96º | 0.56% | 0.36% | - |
| HSV(B) | 235.96º | 0.72% | 0.57% | - |
| XYZ | 7.08 | 4.63 | 27.31 | - |
| YUV | 56.97 | 177.68 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 48 | 145 | 0.72 | 0.67 | 0 | 0.43 | 235.96 | 0.56 | 0.36 |
| Hex | 29 | 30 | 91 | 48 | 43 | 0 | 2B | EC | 38 | 24 |
| Octal | 51 | 60 | 221 | 110 | 103 | 0 | 53 | 354 | 70 | 44 |
| Binary | 101001 | 110000 | 10010001 | 1001000 | 1000011 | 0 | 101011 | 11101100 | 111000 | 100100 |
Color Harmonies of #293091
Complementary color
Monochromatic Colors of #293091
Black with #293091
Text Example
Text Example
White with #293091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293091; }
p { color: rgb(41,48,145); }
H1.HeaderClassName
{
color: #293091;
}
.AnyTagClassName
{
color: #293091;
}
</style>
background-color css
<style>
a { background-color: #293091; }
a { background-color: rgb(41,48,145); }
div.DivClassName
{
background-color: #293091;
}
.BgClassName
{
background-color: #293091;
}
</style>
border-color css
<style>
span { border-color: #293091; }
span { border-color: rgb(41,48,145); }
td.TdClassName
{
border-color: #293091;
}
.TagClassName
{
border-color: #293091;
}
</style>