Shades of Jacksons Purple #44477E
Tints of Jacksons Purple #44477E
RGB
CMYK
RGB Variations
Color information
#44477E (or 0x44477E) is known color: Jacksons Purple. HEX triplet: 44, 47 and 7E. RGB value is (68,71,126). Sum of RGB (Red+Green+Blue) = 68+71+126=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 126 (49.61% from 255 or 47.55% from 265); Max value from RGB is 126 - color contains mainly: blue. Hex color #44477E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44477E is #BBB881. Grayscale: #4C4C4C. Windows color (decimal): -12302466 or 8275780. OLE color: 8275780.
HSL color Cylindrical-coordinate representation of color #44477E: hue angle of 236.9º 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 #44477E is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 71 | 126 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.51 |
| HSL | 236.9º | 0.3% | 0.38% | - |
| HSV(B) | 236.9º | 0.46% | 0.49% | - |
| XYZ | 8.4 | 7.24 | 20.69 | - |
| YUV | 76.37 | 156.01 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 71 | 126 | 0.46 | 0.44 | 0 | 0.51 | 236.9 | 0.3 | 0.38 |
| Hex | 44 | 47 | 7E | 2E | 2C | 0 | 33 | ED | 1E | 26 |
| Octal | 104 | 107 | 176 | 56 | 54 | 0 | 63 | 355 | 36 | 46 |
| Binary | 1000100 | 1000111 | 1111110 | 101110 | 101100 | 0 | 110011 | 11101101 | 11110 | 100110 |
Color Harmonies of #44477E
Complementary color
Monochromatic Colors of #44477E
Black with #44477E
Text Example
Text Example
White with #44477E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44477E; }
p { color: rgb(68,71,126); }
H1.HeaderClassName
{
color: #44477E;
}
.AnyTagClassName
{
color: #44477E;
}
</style>
background-color css
<style>
a { background-color: #44477E; }
a { background-color: rgb(68,71,126); }
div.DivClassName
{
background-color: #44477E;
}
.BgClassName
{
background-color: #44477E;
}
</style>
border-color css
<style>
span { border-color: #44477E; }
span { border-color: rgb(68,71,126); }
td.TdClassName
{
border-color: #44477E;
}
.TagClassName
{
border-color: #44477E;
}
</style>