Shades of Jacksons Purple #444387
Tints of Jacksons Purple #444387
RGB
CMYK
RGB Variations
Color information
#444387 (or 0x444387) is known color: Jacksons Purple. HEX triplet: 44, 43 and 87. RGB value is (68,67,135). Sum of RGB (Red+Green+Blue) = 68+67+135=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 135 (53.12% from 255 or 50% from 270); Max value from RGB is 135 - color contains mainly: blue. Hex color #444387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444387 is #BBBC78. Grayscale: #4A4A4A. Windows color (decimal): -12303481 or 8864580. OLE color: 8864580.
HSL color Cylindrical-coordinate representation of color #444387: hue angle of 240.88º degrees, saturation: 0.34, 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 #444387 is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 67 | 135 | - |
| CMYK | 0.50 | 0.50 | 0 | 0.47 |
| HSL | 240.88º | 0.34% | 0.4% | - |
| HSV(B) | 240.88º | 0.5% | 0.53% | - |
| XYZ | 8.76 | 6.99 | 23.81 | - |
| YUV | 75.05 | 161.83 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 67 | 135 | 0.50 | 0.50 | 0 | 0.47 | 240.88 | 0.34 | 0.4 |
| Hex | 44 | 43 | 87 | 32 | 32 | 0 | 2F | F1 | 22 | 28 |
| Octal | 104 | 103 | 207 | 62 | 62 | 0 | 57 | 361 | 42 | 50 |
| Binary | 1000100 | 1000011 | 10000111 | 110010 | 110010 | 0 | 101111 | 11110001 | 100010 | 101000 |
Color Harmonies of #444387
Complementary color
Monochromatic Colors of #444387
Black with #444387
Text Example
Text Example
White with #444387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444387; }
p { color: rgb(68,67,135); }
H1.HeaderClassName
{
color: #444387;
}
.AnyTagClassName
{
color: #444387;
}
</style>
background-color css
<style>
a { background-color: #444387; }
a { background-color: rgb(68,67,135); }
div.DivClassName
{
background-color: #444387;
}
.BgClassName
{
background-color: #444387;
}
</style>
border-color css
<style>
span { border-color: #444387; }
span { border-color: rgb(68,67,135); }
td.TdClassName
{
border-color: #444387;
}
.TagClassName
{
border-color: #444387;
}
</style>