Shades of Jacksons Purple #444280
Tints of Jacksons Purple #444280
RGB
CMYK
RGB Variations
Color information
#444280 (or 0x444280) is known color: Jacksons Purple. HEX triplet: 44, 42 and 80. RGB value is (68,66,128). Sum of RGB (Red+Green+Blue) = 68+66+128=262 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.95% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 128 (50.39% from 255 or 48.85% from 262); Max value from RGB is 128 - color contains mainly: blue. Hex color #444280 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444280 is #BBBD7F. Grayscale: #494949. Windows color (decimal): -12303744 or 8405572. OLE color: 8405572.
HSL color Cylindrical-coordinate representation of color #444280: hue angle of 241.94º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #444280 is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 68 | 66 | 128 | - |
| CMYK | 0.47 | 0.48 | 0 | 0.50 |
| HSL | 241.94º | 0.32% | 0.38% | - |
| HSV(B) | 241.94º | 0.48% | 0.5% | - |
| XYZ | 8.23 | 6.68 | 21.28 | - |
| YUV | 73.67 | 158.66 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 66 | 128 | 0.47 | 0.48 | 0 | 0.50 | 241.94 | 0.32 | 0.38 |
| Hex | 44 | 42 | 80 | 2F | 30 | 0 | 32 | F2 | 20 | 26 |
| Octal | 104 | 102 | 200 | 57 | 60 | 0 | 62 | 362 | 40 | 46 |
| Binary | 1000100 | 1000010 | 10000000 | 101111 | 110000 | 0 | 110010 | 11110010 | 100000 | 100110 |
Color Harmonies of #444280
Complementary color
Monochromatic Colors of #444280
Black with #444280
Text Example
Text Example
White with #444280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444280; }
p { color: rgb(68,66,128); }
H1.HeaderClassName
{
color: #444280;
}
.AnyTagClassName
{
color: #444280;
}
</style>
background-color css
<style>
a { background-color: #444280; }
a { background-color: rgb(68,66,128); }
div.DivClassName
{
background-color: #444280;
}
.BgClassName
{
background-color: #444280;
}
</style>
border-color css
<style>
span { border-color: #444280; }
span { border-color: rgb(68,66,128); }
td.TdClassName
{
border-color: #444280;
}
.TagClassName
{
border-color: #444280;
}
</style>