Shades of Jacksons Purple #444B7E
Tints of Jacksons Purple #444B7E
RGB
CMYK
RGB Variations
Color information
#444B7E (or 0x444B7E) is known color: Jacksons Purple. HEX triplet: 44, 4B and 7E. RGB value is (68,75,126). Sum of RGB (Red+Green+Blue) = 68+75+126=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 126 (49.61% from 255 or 46.84% from 269); Max value from RGB is 126 - color contains mainly: blue. Hex color #444B7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444B7E is #BBB481. Grayscale: #4E4E4E. Windows color (decimal): -12301442 or 8276804. OLE color: 8276804.
HSL color Cylindrical-coordinate representation of color #444B7E: hue angle of 232.76º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #444B7E is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 75 | 126 | - |
| CMYK | 0.46 | 0.40 | 0 | 0.51 |
| HSL | 232.76º | 0.3% | 0.38% | - |
| HSV(B) | 232.76º | 0.46% | 0.49% | - |
| XYZ | 8.67 | 7.77 | 20.78 | - |
| YUV | 78.72 | 154.68 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 75 | 126 | 0.46 | 0.40 | 0 | 0.51 | 232.76 | 0.3 | 0.38 |
| Hex | 44 | 4B | 7E | 2E | 28 | 0 | 33 | E9 | 1E | 26 |
| Octal | 104 | 113 | 176 | 56 | 50 | 0 | 63 | 351 | 36 | 46 |
| Binary | 1000100 | 1001011 | 1111110 | 101110 | 101000 | 0 | 110011 | 11101001 | 11110 | 100110 |
Color Harmonies of #444B7E
Complementary color
Monochromatic Colors of #444B7E
Black with #444B7E
Text Example
Text Example
White with #444B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444B7E; }
p { color: rgb(68,75,126); }
H1.HeaderClassName
{
color: #444B7E;
}
.AnyTagClassName
{
color: #444B7E;
}
</style>
background-color css
<style>
a { background-color: #444B7E; }
a { background-color: rgb(68,75,126); }
div.DivClassName
{
background-color: #444B7E;
}
.BgClassName
{
background-color: #444B7E;
}
</style>
border-color css
<style>
span { border-color: #444B7E; }
span { border-color: rgb(68,75,126); }
td.TdClassName
{
border-color: #444B7E;
}
.TagClassName
{
border-color: #444B7E;
}
</style>