Shades of Jacksons Purple #44487A
Tints of Jacksons Purple #44487A
RGB
CMYK
RGB Variations
Color information
#44487A (or 0x44487A) is known color: Jacksons Purple. HEX triplet: 44, 48 and 7A. RGB value is (68,72,122). Sum of RGB (Red+Green+Blue) = 68+72+122=262 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.95% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 122 (48.05% from 255 or 46.56% from 262); Max value from RGB is 122 - color contains mainly: blue. Hex color #44487A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44487A is #BBB785. Grayscale: #4C4C4C. Windows color (decimal): -12302214 or 8013892. OLE color: 8013892.
HSL color Cylindrical-coordinate representation of color #44487A: hue angle of 235.56º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #44487A is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 68 | 72 | 122 | - |
| CMYK | 0.44 | 0.41 | 0 | 0.52 |
| HSL | 235.56º | 0.28% | 0.37% | - |
| HSV(B) | 235.56º | 0.44% | 0.48% | - |
| XYZ | 8.21 | 7.27 | 19.38 | - |
| YUV | 76.5 | 153.67 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 72 | 122 | 0.44 | 0.41 | 0 | 0.52 | 235.56 | 0.28 | 0.37 |
| Hex | 44 | 48 | 7A | 2C | 29 | 0 | 34 | EC | 1C | 25 |
| Octal | 104 | 110 | 172 | 54 | 51 | 0 | 64 | 354 | 34 | 45 |
| Binary | 1000100 | 1001000 | 1111010 | 101100 | 101001 | 0 | 110100 | 11101100 | 11100 | 100101 |
Color Harmonies of #44487A
Complementary color
Monochromatic Colors of #44487A
Black with #44487A
Text Example
Text Example
White with #44487A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44487A; }
p { color: rgb(68,72,122); }
H1.HeaderClassName
{
color: #44487A;
}
.AnyTagClassName
{
color: #44487A;
}
</style>
background-color css
<style>
a { background-color: #44487A; }
a { background-color: rgb(68,72,122); }
div.DivClassName
{
background-color: #44487A;
}
.BgClassName
{
background-color: #44487A;
}
</style>
border-color css
<style>
span { border-color: #44487A; }
span { border-color: rgb(68,72,122); }
td.TdClassName
{
border-color: #44487A;
}
.TagClassName
{
border-color: #44487A;
}
</style>