Shades of Jacksons Purple #444C7E
Tints of Jacksons Purple #444C7E
RGB
CMYK
RGB Variations
Color information
#444C7E (or 0x444C7E) is known color: Jacksons Purple. HEX triplet: 44, 4C and 7E. RGB value is (68,76,126). Sum of RGB (Red+Green+Blue) = 68+76+126=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 126 (49.61% from 255 or 46.67% from 270); Max value from RGB is 126 - color contains mainly: blue. Hex color #444C7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444C7E is #BBB381. Grayscale: #4F4F4F. Windows color (decimal): -12301186 or 8277060. OLE color: 8277060.
HSL color Cylindrical-coordinate representation of color #444C7E: hue angle of 231.72º 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 #444C7E is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 68 | 76 | 126 | - |
| CMYK | 0.46 | 0.40 | 0 | 0.51 |
| HSL | 231.72º | 0.3% | 0.38% | - |
| HSV(B) | 231.72º | 0.46% | 0.49% | - |
| XYZ | 8.73 | 7.9 | 20.8 | - |
| YUV | 79.31 | 154.35 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 76 | 126 | 0.46 | 0.40 | 0 | 0.51 | 231.72 | 0.3 | 0.38 |
| Hex | 44 | 4C | 7E | 2E | 28 | 0 | 33 | E8 | 1E | 26 |
| Octal | 104 | 114 | 176 | 56 | 50 | 0 | 63 | 350 | 36 | 46 |
| Binary | 1000100 | 1001100 | 1111110 | 101110 | 101000 | 0 | 110011 | 11101000 | 11110 | 100110 |
Color Harmonies of #444C7E
Complementary color
Monochromatic Colors of #444C7E
Black with #444C7E
Text Example
Text Example
White with #444C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444C7E; }
p { color: rgb(68,76,126); }
H1.HeaderClassName
{
color: #444C7E;
}
.AnyTagClassName
{
color: #444C7E;
}
</style>
background-color css
<style>
a { background-color: #444C7E; }
a { background-color: rgb(68,76,126); }
div.DivClassName
{
background-color: #444C7E;
}
.BgClassName
{
background-color: #444C7E;
}
</style>
border-color css
<style>
span { border-color: #444C7E; }
span { border-color: rgb(68,76,126); }
td.TdClassName
{
border-color: #444C7E;
}
.TagClassName
{
border-color: #444C7E;
}
</style>