Shades of Jacksons Purple #444882
Tints of Jacksons Purple #444882
RGB
CMYK
RGB Variations
Color information
#444882 (or 0x444882) is known color: Jacksons Purple. HEX triplet: 44, 48 and 82. RGB value is (68,72,130). Sum of RGB (Red+Green+Blue) = 68+72+130=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 130 (51.17% from 255 or 48.15% from 270); Max value from RGB is 130 - color contains mainly: blue. Hex color #444882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444882 is #BBB77D. Grayscale: #4D4D4D. Windows color (decimal): -12302206 or 8538180. OLE color: 8538180.
HSL color Cylindrical-coordinate representation of color #444882: hue angle of 236.13º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #444882 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 72 | 130 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.49 |
| HSL | 236.13º | 0.31% | 0.39% | - |
| HSV(B) | 236.13º | 0.48% | 0.51% | - |
| XYZ | 8.73 | 7.48 | 22.1 | - |
| YUV | 77.42 | 157.67 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 72 | 130 | 0.48 | 0.45 | 0 | 0.49 | 236.13 | 0.31 | 0.39 |
| Hex | 44 | 48 | 82 | 30 | 2D | 0 | 31 | EC | 1F | 27 |
| Octal | 104 | 110 | 202 | 60 | 55 | 0 | 61 | 354 | 37 | 47 |
| Binary | 1000100 | 1001000 | 10000010 | 110000 | 101101 | 0 | 110001 | 11101100 | 11111 | 100111 |
Color Harmonies of #444882
Complementary color
Monochromatic Colors of #444882
Black with #444882
Text Example
Text Example
White with #444882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444882; }
p { color: rgb(68,72,130); }
H1.HeaderClassName
{
color: #444882;
}
.AnyTagClassName
{
color: #444882;
}
</style>
background-color css
<style>
a { background-color: #444882; }
a { background-color: rgb(68,72,130); }
div.DivClassName
{
background-color: #444882;
}
.BgClassName
{
background-color: #444882;
}
</style>
border-color css
<style>
span { border-color: #444882; }
span { border-color: rgb(68,72,130); }
td.TdClassName
{
border-color: #444882;
}
.TagClassName
{
border-color: #444882;
}
</style>