Shades of Jacksons Purple #29278C
Tints of Jacksons Purple #29278C
RGB
CMYK
RGB Variations
Color information
#29278C (or 0x29278C) is known color: Jacksons Purple. HEX triplet: 29, 27 and 8C. RGB value is (41,39,140). Sum of RGB (Red+Green+Blue) = 41+39+140=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 140 (55.08% from 255 or 63.64% from 220); Max value from RGB is 140 - color contains mainly: blue. Hex color #29278C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29278C is #D6D873. Grayscale: #323232. Windows color (decimal): -14080116 or 9185065. OLE color: 9185065.
HSL color Cylindrical-coordinate representation of color #29278C: hue angle of 241.19º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #29278C is Cyan = 0.71, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 39 | 140 | - |
| CMYK | 0.71 | 0.72 | 0 | 0.45 |
| HSL | 241.19º | 0.56% | 0.35% | - |
| HSV(B) | 241.19º | 0.72% | 0.55% | - |
| XYZ | 6.37 | 3.82 | 25.21 | - |
| YUV | 51.11 | 178.16 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 39 | 140 | 0.71 | 0.72 | 0 | 0.45 | 241.19 | 0.56 | 0.35 |
| Hex | 29 | 27 | 8C | 47 | 48 | 0 | 2D | F1 | 38 | 23 |
| Octal | 51 | 47 | 214 | 107 | 110 | 0 | 55 | 361 | 70 | 43 |
| Binary | 101001 | 100111 | 10001100 | 1000111 | 1001000 | 0 | 101101 | 11110001 | 111000 | 100011 |
Color Harmonies of #29278C
Complementary color
Monochromatic Colors of #29278C
Black with #29278C
Text Example
Text Example
White with #29278C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29278C; }
p { color: rgb(41,39,140); }
H1.HeaderClassName
{
color: #29278C;
}
.AnyTagClassName
{
color: #29278C;
}
</style>
background-color css
<style>
a { background-color: #29278C; }
a { background-color: rgb(41,39,140); }
div.DivClassName
{
background-color: #29278C;
}
.BgClassName
{
background-color: #29278C;
}
</style>
border-color css
<style>
span { border-color: #29278C; }
span { border-color: rgb(41,39,140); }
td.TdClassName
{
border-color: #29278C;
}
.TagClassName
{
border-color: #29278C;
}
</style>