Shades of Jacksons Purple #44488D
Tints of Jacksons Purple #44488D
RGB
CMYK
RGB Variations
Color information
#44488D (or 0x44488D) is known color: Jacksons Purple. HEX triplet: 44, 48 and 8D. RGB value is (68,72,141). Sum of RGB (Red+Green+Blue) = 68+72+141=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 141 (55.47% from 255 or 50.18% from 281); Max value from RGB is 141 - color contains mainly: blue. Hex color #44488D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44488D is #BBB772. Grayscale: #4E4E4E. Windows color (decimal): -12302195 or 9259076. OLE color: 9259076.
HSL color Cylindrical-coordinate representation of color #44488D: hue angle of 236.71º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #44488D is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 72 | 141 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.45 |
| HSL | 236.71º | 0.35% | 0.41% | - |
| HSV(B) | 236.71º | 0.52% | 0.55% | - |
| XYZ | 9.51 | 7.79 | 26.2 | - |
| YUV | 78.67 | 163.17 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 72 | 141 | 0.52 | 0.49 | 0 | 0.45 | 236.71 | 0.35 | 0.41 |
| Hex | 44 | 48 | 8D | 34 | 31 | 0 | 2D | ED | 23 | 29 |
| Octal | 104 | 110 | 215 | 64 | 61 | 0 | 55 | 355 | 43 | 51 |
| Binary | 1000100 | 1001000 | 10001101 | 110100 | 110001 | 0 | 101101 | 11101101 | 100011 | 101001 |
Color Harmonies of #44488D
Complementary color
Monochromatic Colors of #44488D
Black with #44488D
Text Example
Text Example
White with #44488D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44488D; }
p { color: rgb(68,72,141); }
H1.HeaderClassName
{
color: #44488D;
}
.AnyTagClassName
{
color: #44488D;
}
</style>
background-color css
<style>
a { background-color: #44488D; }
a { background-color: rgb(68,72,141); }
div.DivClassName
{
background-color: #44488D;
}
.BgClassName
{
background-color: #44488D;
}
</style>
border-color css
<style>
span { border-color: #44488D; }
span { border-color: rgb(68,72,141); }
td.TdClassName
{
border-color: #44488D;
}
.TagClassName
{
border-color: #44488D;
}
</style>