Shades of Jacksons Purple #444B80
Tints of Jacksons Purple #444B80
RGB
CMYK
RGB Variations
Color information
#444B80 (or 0x444B80) is known color: Jacksons Purple. HEX triplet: 44, 4B and 80. RGB value is (68,75,128). Sum of RGB (Red+Green+Blue) = 68+75+128=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 128 (50.39% from 255 or 47.23% from 271); Max value from RGB is 128 - color contains mainly: blue. Hex color #444B80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444B80 is #BBB47F. Grayscale: #4E4E4E. Windows color (decimal): -12301440 or 8407876. OLE color: 8407876.
HSL color Cylindrical-coordinate representation of color #444B80: hue angle of 233º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #444B80 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 75 | 128 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.50 |
| HSL | 233º | 0.31% | 0.38% | - |
| HSV(B) | 233º | 0.47% | 0.5% | - |
| XYZ | 8.8 | 7.82 | 21.47 | - |
| YUV | 78.95 | 155.68 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 75 | 128 | 0.47 | 0.41 | 0 | 0.50 | 233 | 0.31 | 0.38 |
| Hex | 44 | 4B | 80 | 2F | 29 | 0 | 32 | E9 | 1F | 26 |
| Octal | 104 | 113 | 200 | 57 | 51 | 0 | 62 | 351 | 37 | 46 |
| Binary | 1000100 | 1001011 | 10000000 | 101111 | 101001 | 0 | 110010 | 11101001 | 11111 | 100110 |
Color Harmonies of #444B80
Complementary color
Monochromatic Colors of #444B80
Black with #444B80
Text Example
Text Example
White with #444B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444B80; }
p { color: rgb(68,75,128); }
H1.HeaderClassName
{
color: #444B80;
}
.AnyTagClassName
{
color: #444B80;
}
</style>
background-color css
<style>
a { background-color: #444B80; }
a { background-color: rgb(68,75,128); }
div.DivClassName
{
background-color: #444B80;
}
.BgClassName
{
background-color: #444B80;
}
</style>
border-color css
<style>
span { border-color: #444B80; }
span { border-color: rgb(68,75,128); }
td.TdClassName
{
border-color: #444B80;
}
.TagClassName
{
border-color: #444B80;
}
</style>