Shades of Jacksons Purple #444383
Tints of Jacksons Purple #444383
RGB
CMYK
RGB Variations
Color information
#444383 (or 0x444383) is known color: Jacksons Purple. HEX triplet: 44, 43 and 83. RGB value is (68,67,131). Sum of RGB (Red+Green+Blue) = 68+67+131=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 131 - color contains mainly: blue. Hex color #444383 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444383 is #BBBC7C. Grayscale: #4A4A4A. Windows color (decimal): -12303485 or 8602436. OLE color: 8602436.
HSL color Cylindrical-coordinate representation of color #444383: hue angle of 240.94º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #444383 is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 68 | 67 | 131 | - |
| CMYK | 0.48 | 0.49 | 0 | 0.49 |
| HSL | 240.94º | 0.32% | 0.39% | - |
| HSV(B) | 240.94º | 0.49% | 0.51% | - |
| XYZ | 8.49 | 6.88 | 22.35 | - |
| YUV | 74.6 | 159.83 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 67 | 131 | 0.48 | 0.49 | 0 | 0.49 | 240.94 | 0.32 | 0.39 |
| Hex | 44 | 43 | 83 | 30 | 31 | 0 | 31 | F1 | 20 | 27 |
| Octal | 104 | 103 | 203 | 60 | 61 | 0 | 61 | 361 | 40 | 47 |
| Binary | 1000100 | 1000011 | 10000011 | 110000 | 110001 | 0 | 110001 | 11110001 | 100000 | 100111 |
Color Harmonies of #444383
Complementary color
Monochromatic Colors of #444383
Black with #444383
Text Example
Text Example
White with #444383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444383; }
p { color: rgb(68,67,131); }
H1.HeaderClassName
{
color: #444383;
}
.AnyTagClassName
{
color: #444383;
}
</style>
background-color css
<style>
a { background-color: #444383; }
a { background-color: rgb(68,67,131); }
div.DivClassName
{
background-color: #444383;
}
.BgClassName
{
background-color: #444383;
}
</style>
border-color css
<style>
span { border-color: #444383; }
span { border-color: rgb(68,67,131); }
td.TdClassName
{
border-color: #444383;
}
.TagClassName
{
border-color: #444383;
}
</style>