Shades of Jacksons Purple #44488A
Tints of Jacksons Purple #44488A
RGB
CMYK
RGB Variations
Color information
#44488A (or 0x44488A) is known color: Jacksons Purple. HEX triplet: 44, 48 and 8A. RGB value is (68,72,138). Sum of RGB (Red+Green+Blue) = 68+72+138=278 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.46% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 138 (54.30% from 255 or 49.64% from 278); Max value from RGB is 138 - color contains mainly: blue. Hex color #44488A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44488A is #BBB775. Grayscale: #4E4E4E. Windows color (decimal): -12302198 or 9062468. OLE color: 9062468.
HSL color Cylindrical-coordinate representation of color #44488A: hue angle of 236.57º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #44488A is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 72 | 138 | - |
| CMYK | 0.51 | 0.48 | 0 | 0.46 |
| HSL | 236.57º | 0.34% | 0.4% | - |
| HSV(B) | 236.57º | 0.51% | 0.54% | - |
| XYZ | 9.29 | 7.7 | 25.04 | - |
| YUV | 78.33 | 161.67 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 72 | 138 | 0.51 | 0.48 | 0 | 0.46 | 236.57 | 0.34 | 0.4 |
| Hex | 44 | 48 | 8A | 33 | 30 | 0 | 2E | ED | 22 | 28 |
| Octal | 104 | 110 | 212 | 63 | 60 | 0 | 56 | 355 | 42 | 50 |
| Binary | 1000100 | 1001000 | 10001010 | 110011 | 110000 | 0 | 101110 | 11101101 | 100010 | 101000 |
Color Harmonies of #44488A
Complementary color
Monochromatic Colors of #44488A
Black with #44488A
Text Example
Text Example
White with #44488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44488A; }
p { color: rgb(68,72,138); }
H1.HeaderClassName
{
color: #44488A;
}
.AnyTagClassName
{
color: #44488A;
}
</style>
background-color css
<style>
a { background-color: #44488A; }
a { background-color: rgb(68,72,138); }
div.DivClassName
{
background-color: #44488A;
}
.BgClassName
{
background-color: #44488A;
}
</style>
border-color css
<style>
span { border-color: #44488A; }
span { border-color: rgb(68,72,138); }
td.TdClassName
{
border-color: #44488A;
}
.TagClassName
{
border-color: #44488A;
}
</style>