Shades of Jacksons Purple #444787
Tints of Jacksons Purple #444787
RGB
CMYK
RGB Variations
Color information
#444787 (or 0x444787) is known color: Jacksons Purple. HEX triplet: 44, 47 and 87. RGB value is (68,71,135). Sum of RGB (Red+Green+Blue) = 68+71+135=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 135 (53.12% from 255 or 49.27% from 274); Max value from RGB is 135 - color contains mainly: blue. Hex color #444787 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444787 is #BBB878. Grayscale: #4D4D4D. Windows color (decimal): -12302457 or 8865604. OLE color: 8865604.
HSL color Cylindrical-coordinate representation of color #444787: hue angle of 237.31º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #444787 is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 71 | 135 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.47 |
| HSL | 237.31º | 0.33% | 0.4% | - |
| HSV(B) | 237.31º | 0.5% | 0.53% | - |
| XYZ | 9.01 | 7.48 | 23.89 | - |
| YUV | 77.4 | 160.51 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 71 | 135 | 0.50 | 0.47 | 0 | 0.47 | 237.31 | 0.33 | 0.4 |
| Hex | 44 | 47 | 87 | 32 | 2F | 0 | 2F | ED | 21 | 28 |
| Octal | 104 | 107 | 207 | 62 | 57 | 0 | 57 | 355 | 41 | 50 |
| Binary | 1000100 | 1000111 | 10000111 | 110010 | 101111 | 0 | 101111 | 11101101 | 100001 | 101000 |
Color Harmonies of #444787
Complementary color
Monochromatic Colors of #444787
Black with #444787
Text Example
Text Example
White with #444787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444787; }
p { color: rgb(68,71,135); }
H1.HeaderClassName
{
color: #444787;
}
.AnyTagClassName
{
color: #444787;
}
</style>
background-color css
<style>
a { background-color: #444787; }
a { background-color: rgb(68,71,135); }
div.DivClassName
{
background-color: #444787;
}
.BgClassName
{
background-color: #444787;
}
</style>
border-color css
<style>
span { border-color: #444787; }
span { border-color: rgb(68,71,135); }
td.TdClassName
{
border-color: #444787;
}
.TagClassName
{
border-color: #444787;
}
</style>