Shades of Jacksons Purple #403E84
Tints of Jacksons Purple #403E84
RGB
CMYK
RGB Variations
Color information
#403E84 (or 0x403E84) is known color: Jacksons Purple. HEX triplet: 40, 3E and 84. RGB value is (64,62,132). Sum of RGB (Red+Green+Blue) = 64+62+132=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 132 (51.95% from 255 or 51.16% from 258); Max value from RGB is 132 - color contains mainly: blue. Hex color #403E84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403E84 is #BFC17B. Grayscale: #464646. Windows color (decimal): -12566908 or 8666688. OLE color: 8666688.
HSL color Cylindrical-coordinate representation of color #403E84: hue angle of 241.71º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #403E84 is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 62 | 132 | - |
| CMYK | 0.52 | 0.53 | 0 | 0.48 |
| HSL | 241.71º | 0.36% | 0.38% | - |
| HSV(B) | 241.71º | 0.53% | 0.52% | - |
| XYZ | 8 | 6.2 | 22.61 | - |
| YUV | 70.58 | 162.66 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 62 | 132 | 0.52 | 0.53 | 0 | 0.48 | 241.71 | 0.36 | 0.38 |
| Hex | 40 | 3E | 84 | 34 | 35 | 0 | 30 | F2 | 24 | 26 |
| Octal | 100 | 76 | 204 | 64 | 65 | 0 | 60 | 362 | 44 | 46 |
| Binary | 1000000 | 111110 | 10000100 | 110100 | 110101 | 0 | 110000 | 11110010 | 100100 | 100110 |
Color Harmonies of #403E84
Complementary color
Monochromatic Colors of #403E84
Black with #403E84
Text Example
Text Example
White with #403E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403E84; }
p { color: rgb(64,62,132); }
H1.HeaderClassName
{
color: #403E84;
}
.AnyTagClassName
{
color: #403E84;
}
</style>
background-color css
<style>
a { background-color: #403E84; }
a { background-color: rgb(64,62,132); }
div.DivClassName
{
background-color: #403E84;
}
.BgClassName
{
background-color: #403E84;
}
</style>
border-color css
<style>
span { border-color: #403E84; }
span { border-color: rgb(64,62,132); }
td.TdClassName
{
border-color: #403E84;
}
.TagClassName
{
border-color: #403E84;
}
</style>