Shades of Jacksons Purple #44487F
Tints of Jacksons Purple #44487F
RGB
CMYK
RGB Variations
Color information
#44487F (or 0x44487F) is known color: Jacksons Purple. HEX triplet: 44, 48 and 7F. RGB value is (68,72,127). Sum of RGB (Red+Green+Blue) = 68+72+127=267 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.47% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 127 (50% from 255 or 47.57% from 267); Max value from RGB is 127 - color contains mainly: blue. Hex color #44487F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44487F is #BBB780. Grayscale: #4C4C4C. Windows color (decimal): -12302209 or 8341572. OLE color: 8341572.
HSL color Cylindrical-coordinate representation of color #44487F: hue angle of 235.93º 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 #44487F is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 72 | 127 | - |
| CMYK | 0.46 | 0.43 | 0 | 0.50 |
| HSL | 235.93º | 0.3% | 0.38% | - |
| HSV(B) | 235.93º | 0.46% | 0.5% | - |
| XYZ | 8.53 | 7.4 | 21.06 | - |
| YUV | 77.07 | 156.17 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 72 | 127 | 0.46 | 0.43 | 0 | 0.50 | 235.93 | 0.3 | 0.38 |
| Hex | 44 | 48 | 7F | 2E | 2B | 0 | 32 | EC | 1E | 26 |
| Octal | 104 | 110 | 177 | 56 | 53 | 0 | 62 | 354 | 36 | 46 |
| Binary | 1000100 | 1001000 | 1111111 | 101110 | 101011 | 0 | 110010 | 11101100 | 11110 | 100110 |
Color Harmonies of #44487F
Complementary color
Monochromatic Colors of #44487F
Black with #44487F
Text Example
Text Example
White with #44487F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44487F; }
p { color: rgb(68,72,127); }
H1.HeaderClassName
{
color: #44487F;
}
.AnyTagClassName
{
color: #44487F;
}
</style>
background-color css
<style>
a { background-color: #44487F; }
a { background-color: rgb(68,72,127); }
div.DivClassName
{
background-color: #44487F;
}
.BgClassName
{
background-color: #44487F;
}
</style>
border-color css
<style>
span { border-color: #44487F; }
span { border-color: rgb(68,72,127); }
td.TdClassName
{
border-color: #44487F;
}
.TagClassName
{
border-color: #44487F;
}
</style>