Shades of Jacksons Purple #44497C
Tints of Jacksons Purple #44497C
RGB
CMYK
RGB Variations
Color information
#44497C (or 0x44497C) is known color: Jacksons Purple. HEX triplet: 44, 49 and 7C. RGB value is (68,73,124). Sum of RGB (Red+Green+Blue) = 68+73+124=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 124 - color contains mainly: blue. Hex color #44497C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44497C is #BBB683. Grayscale: #4D4D4D. Windows color (decimal): -12301956 or 8145220. OLE color: 8145220.
HSL color Cylindrical-coordinate representation of color #44497C: hue angle of 234.64º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #44497C is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 73 | 124 | - |
| CMYK | 0.45 | 0.41 | 0 | 0.51 |
| HSL | 234.64º | 0.29% | 0.38% | - |
| HSV(B) | 234.64º | 0.45% | 0.49% | - |
| XYZ | 8.4 | 7.45 | 20.06 | - |
| YUV | 77.32 | 154.34 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 73 | 124 | 0.45 | 0.41 | 0 | 0.51 | 234.64 | 0.29 | 0.38 |
| Hex | 44 | 49 | 7C | 2D | 29 | 0 | 33 | EB | 1D | 26 |
| Octal | 104 | 111 | 174 | 55 | 51 | 0 | 63 | 353 | 35 | 46 |
| Binary | 1000100 | 1001001 | 1111100 | 101101 | 101001 | 0 | 110011 | 11101011 | 11101 | 100110 |
Color Harmonies of #44497C
Complementary color
Monochromatic Colors of #44497C
Black with #44497C
Text Example
Text Example
White with #44497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44497C; }
p { color: rgb(68,73,124); }
H1.HeaderClassName
{
color: #44497C;
}
.AnyTagClassName
{
color: #44497C;
}
</style>
background-color css
<style>
a { background-color: #44497C; }
a { background-color: rgb(68,73,124); }
div.DivClassName
{
background-color: #44497C;
}
.BgClassName
{
background-color: #44497C;
}
</style>
border-color css
<style>
span { border-color: #44497C; }
span { border-color: rgb(68,73,124); }
td.TdClassName
{
border-color: #44497C;
}
.TagClassName
{
border-color: #44497C;
}
</style>