Shades of Jacksons Purple #44497E
Tints of Jacksons Purple #44497E
RGB
CMYK
RGB Variations
Color information
#44497E (or 0x44497E) is known color: Jacksons Purple. HEX triplet: 44, 49 and 7E. RGB value is (68,73,126). Sum of RGB (Red+Green+Blue) = 68+73+126=267 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.47% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 126 (49.61% from 255 or 47.19% from 267); Max value from RGB is 126 - color contains mainly: blue. Hex color #44497E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44497E is #BBB681. Grayscale: #4D4D4D. Windows color (decimal): -12301954 or 8276292. OLE color: 8276292.
HSL color Cylindrical-coordinate representation of color #44497E: hue angle of 234.83º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #44497E is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 73 | 126 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.51 |
| HSL | 234.83º | 0.3% | 0.38% | - |
| HSV(B) | 234.83º | 0.46% | 0.49% | - |
| XYZ | 8.53 | 7.5 | 20.74 | - |
| YUV | 77.55 | 155.34 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 73 | 126 | 0.46 | 0.42 | 0 | 0.51 | 234.83 | 0.3 | 0.38 |
| Hex | 44 | 49 | 7E | 2E | 2A | 0 | 33 | EB | 1E | 26 |
| Octal | 104 | 111 | 176 | 56 | 52 | 0 | 63 | 353 | 36 | 46 |
| Binary | 1000100 | 1001001 | 1111110 | 101110 | 101010 | 0 | 110011 | 11101011 | 11110 | 100110 |
Color Harmonies of #44497E
Complementary color
Monochromatic Colors of #44497E
Black with #44497E
Text Example
Text Example
White with #44497E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44497E; }
p { color: rgb(68,73,126); }
H1.HeaderClassName
{
color: #44497E;
}
.AnyTagClassName
{
color: #44497E;
}
</style>
background-color css
<style>
a { background-color: #44497E; }
a { background-color: rgb(68,73,126); }
div.DivClassName
{
background-color: #44497E;
}
.BgClassName
{
background-color: #44497E;
}
</style>
border-color css
<style>
span { border-color: #44497E; }
span { border-color: rgb(68,73,126); }
td.TdClassName
{
border-color: #44497E;
}
.TagClassName
{
border-color: #44497E;
}
</style>