Shades of Jacksons Purple #444B8B
Tints of Jacksons Purple #444B8B
RGB
CMYK
RGB Variations
Color information
#444B8B (or 0x444B8B) is known color: Jacksons Purple. HEX triplet: 44, 4B and 8B. RGB value is (68,75,139). Sum of RGB (Red+Green+Blue) = 68+75+139=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #444B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444B8B is #BBB474. Grayscale: #4F4F4F. Windows color (decimal): -12301429 or 9128772. OLE color: 9128772.
HSL color Cylindrical-coordinate representation of color #444B8B: hue angle of 234.08º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #444B8B is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 75 | 139 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.45 |
| HSL | 234.08º | 0.34% | 0.41% | - |
| HSV(B) | 234.08º | 0.51% | 0.55% | - |
| XYZ | 9.56 | 8.13 | 25.49 | - |
| YUV | 80.2 | 161.18 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 75 | 139 | 0.51 | 0.46 | 0 | 0.45 | 234.08 | 0.34 | 0.41 |
| Hex | 44 | 4B | 8B | 33 | 2E | 0 | 2D | EA | 22 | 29 |
| Octal | 104 | 113 | 213 | 63 | 56 | 0 | 55 | 352 | 42 | 51 |
| Binary | 1000100 | 1001011 | 10001011 | 110011 | 101110 | 0 | 101101 | 11101010 | 100010 | 101001 |
Color Harmonies of #444B8B
Complementary color
Monochromatic Colors of #444B8B
Black with #444B8B
Text Example
Text Example
White with #444B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444B8B; }
p { color: rgb(68,75,139); }
H1.HeaderClassName
{
color: #444B8B;
}
.AnyTagClassName
{
color: #444B8B;
}
</style>
background-color css
<style>
a { background-color: #444B8B; }
a { background-color: rgb(68,75,139); }
div.DivClassName
{
background-color: #444B8B;
}
.BgClassName
{
background-color: #444B8B;
}
</style>
border-color css
<style>
span { border-color: #444B8B; }
span { border-color: rgb(68,75,139); }
td.TdClassName
{
border-color: #444B8B;
}
.TagClassName
{
border-color: #444B8B;
}
</style>