Shades of Jacksons Purple #444782
Tints of Jacksons Purple #444782
RGB
CMYK
RGB Variations
Color information
#444782 (or 0x444782) is known color: Jacksons Purple. HEX triplet: 44, 47 and 82. RGB value is (68,71,130). Sum of RGB (Red+Green+Blue) = 68+71+130=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #444782 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444782 is #BBB87D. Grayscale: #4C4C4C. Windows color (decimal): -12302462 or 8537924. OLE color: 8537924.
HSL color Cylindrical-coordinate representation of color #444782: hue angle of 237.1º 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 #444782 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 71 | 130 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.49 |
| HSL | 237.1º | 0.31% | 0.39% | - |
| HSV(B) | 237.1º | 0.48% | 0.51% | - |
| XYZ | 8.67 | 7.35 | 22.08 | - |
| YUV | 76.83 | 158.01 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 71 | 130 | 0.48 | 0.45 | 0 | 0.49 | 237.1 | 0.31 | 0.39 |
| Hex | 44 | 47 | 82 | 30 | 2D | 0 | 31 | ED | 1F | 27 |
| Octal | 104 | 107 | 202 | 60 | 55 | 0 | 61 | 355 | 37 | 47 |
| Binary | 1000100 | 1000111 | 10000010 | 110000 | 101101 | 0 | 110001 | 11101101 | 11111 | 100111 |
Color Harmonies of #444782
Complementary color
Monochromatic Colors of #444782
Black with #444782
Text Example
Text Example
White with #444782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444782; }
p { color: rgb(68,71,130); }
H1.HeaderClassName
{
color: #444782;
}
.AnyTagClassName
{
color: #444782;
}
</style>
background-color css
<style>
a { background-color: #444782; }
a { background-color: rgb(68,71,130); }
div.DivClassName
{
background-color: #444782;
}
.BgClassName
{
background-color: #444782;
}
</style>
border-color css
<style>
span { border-color: #444782; }
span { border-color: rgb(68,71,130); }
td.TdClassName
{
border-color: #444782;
}
.TagClassName
{
border-color: #444782;
}
</style>