Shades of Jacksons Purple #44477D
Tints of Jacksons Purple #44477D
RGB
CMYK
RGB Variations
Color information
#44477D (or 0x44477D) is known color: Jacksons Purple. HEX triplet: 44, 47 and 7D. RGB value is (68,71,125). Sum of RGB (Red+Green+Blue) = 68+71+125=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 125 (49.22% from 255 or 47.35% from 264); Max value from RGB is 125 - color contains mainly: blue. Hex color #44477D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44477D is #BBB882. Grayscale: #4C4C4C. Windows color (decimal): -12302467 or 8210244. OLE color: 8210244.
HSL color Cylindrical-coordinate representation of color #44477D: hue angle of 236.84º 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 #44477D is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 71 | 125 | - |
| CMYK | 0.46 | 0.43 | 0 | 0.51 |
| HSL | 236.84º | 0.3% | 0.38% | - |
| HSV(B) | 236.84º | 0.46% | 0.49% | - |
| XYZ | 8.34 | 7.22 | 20.36 | - |
| YUV | 76.26 | 155.51 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 71 | 125 | 0.46 | 0.43 | 0 | 0.51 | 236.84 | 0.3 | 0.38 |
| Hex | 44 | 47 | 7D | 2E | 2B | 0 | 33 | ED | 1E | 26 |
| Octal | 104 | 107 | 175 | 56 | 53 | 0 | 63 | 355 | 36 | 46 |
| Binary | 1000100 | 1000111 | 1111101 | 101110 | 101011 | 0 | 110011 | 11101101 | 11110 | 100110 |
Color Harmonies of #44477D
Complementary color
Monochromatic Colors of #44477D
Black with #44477D
Text Example
Text Example
White with #44477D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44477D; }
p { color: rgb(68,71,125); }
H1.HeaderClassName
{
color: #44477D;
}
.AnyTagClassName
{
color: #44477D;
}
</style>
background-color css
<style>
a { background-color: #44477D; }
a { background-color: rgb(68,71,125); }
div.DivClassName
{
background-color: #44477D;
}
.BgClassName
{
background-color: #44477D;
}
</style>
border-color css
<style>
span { border-color: #44477D; }
span { border-color: rgb(68,71,125); }
td.TdClassName
{
border-color: #44477D;
}
.TagClassName
{
border-color: #44477D;
}
</style>