Shades of Jacksons Purple #44477F
Tints of Jacksons Purple #44477F
RGB
CMYK
RGB Variations
Color information
#44477F (or 0x44477F) is known color: Jacksons Purple. HEX triplet: 44, 47 and 7F. RGB value is (68,71,127). Sum of RGB (Red+Green+Blue) = 68+71+127=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 127 (50% from 255 or 47.74% from 266); Max value from RGB is 127 - color contains mainly: blue. Hex color #44477F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44477F is #BBB880. Grayscale: #4C4C4C. Windows color (decimal): -12302465 or 8341316. OLE color: 8341316.
HSL color Cylindrical-coordinate representation of color #44477F: hue angle of 236.95º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #44477F is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 71 | 127 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.50 |
| HSL | 236.95º | 0.3% | 0.38% | - |
| HSV(B) | 236.95º | 0.46% | 0.5% | - |
| XYZ | 8.47 | 7.27 | 21.04 | - |
| YUV | 76.49 | 156.51 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 71 | 127 | 0.46 | 0.44 | 0 | 0.50 | 236.95 | 0.3 | 0.38 |
| Hex | 44 | 47 | 7F | 2E | 2C | 0 | 32 | ED | 1E | 26 |
| Octal | 104 | 107 | 177 | 56 | 54 | 0 | 62 | 355 | 36 | 46 |
| Binary | 1000100 | 1000111 | 1111111 | 101110 | 101100 | 0 | 110010 | 11101101 | 11110 | 100110 |
Color Harmonies of #44477F
Complementary color
Monochromatic Colors of #44477F
Black with #44477F
Text Example
Text Example
White with #44477F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44477F; }
p { color: rgb(68,71,127); }
H1.HeaderClassName
{
color: #44477F;
}
.AnyTagClassName
{
color: #44477F;
}
</style>
background-color css
<style>
a { background-color: #44477F; }
a { background-color: rgb(68,71,127); }
div.DivClassName
{
background-color: #44477F;
}
.BgClassName
{
background-color: #44477F;
}
</style>
border-color css
<style>
span { border-color: #44477F; }
span { border-color: rgb(68,71,127); }
td.TdClassName
{
border-color: #44477F;
}
.TagClassName
{
border-color: #44477F;
}
</style>