Shades of Jacksons Purple #403679
Tints of Jacksons Purple #403679
RGB
CMYK
RGB Variations
Color information
#403679 (or 0x403679) is known color: Jacksons Purple. HEX triplet: 40, 36 and 79. RGB value is (64,54,121). Sum of RGB (Red+Green+Blue) = 64+54+121=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 121 (47.66% from 255 or 50.63% from 239); Max value from RGB is 121 - color contains mainly: blue. Hex color #403679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403679 is #BFC986. Grayscale: #404040. Windows color (decimal): -12568967 or 7943744. OLE color: 7943744.
HSL color Cylindrical-coordinate representation of color #403679: hue angle of 248.96º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #403679 is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 54 | 121 | - |
| CMYK | 0.47 | 0.55 | 0 | 0.53 |
| HSL | 248.96º | 0.38% | 0.34% | - |
| HSV(B) | 248.96º | 0.55% | 0.47% | - |
| XYZ | 6.88 | 5.11 | 18.71 | - |
| YUV | 64.63 | 159.81 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 54 | 121 | 0.47 | 0.55 | 0 | 0.53 | 248.96 | 0.38 | 0.34 |
| Hex | 40 | 36 | 79 | 2F | 37 | 0 | 35 | F9 | 26 | 22 |
| Octal | 100 | 66 | 171 | 57 | 67 | 0 | 65 | 371 | 46 | 42 |
| Binary | 1000000 | 110110 | 1111001 | 101111 | 110111 | 0 | 110101 | 11111001 | 100110 | 100010 |
Color Harmonies of #403679
Complementary color
Monochromatic Colors of #403679
Black with #403679
Text Example
Text Example
White with #403679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403679; }
p { color: rgb(64,54,121); }
H1.HeaderClassName
{
color: #403679;
}
.AnyTagClassName
{
color: #403679;
}
</style>
background-color css
<style>
a { background-color: #403679; }
a { background-color: rgb(64,54,121); }
div.DivClassName
{
background-color: #403679;
}
.BgClassName
{
background-color: #403679;
}
</style>
border-color css
<style>
span { border-color: #403679; }
span { border-color: rgb(64,54,121); }
td.TdClassName
{
border-color: #403679;
}
.TagClassName
{
border-color: #403679;
}
</style>