Shades of Jacksons Purple #403F85
Tints of Jacksons Purple #403F85
RGB
CMYK
RGB Variations
Color information
#403F85 (or 0x403F85) is known color: Jacksons Purple. HEX triplet: 40, 3F and 85. RGB value is (64,63,133). Sum of RGB (Red+Green+Blue) = 64+63+133=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 133 (52.34% from 255 or 51.15% from 260); Max value from RGB is 133 - color contains mainly: blue. Hex color #403F85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403F85 is #BFC07A. Grayscale: #464646. Windows color (decimal): -12566651 or 8732480. OLE color: 8732480.
HSL color Cylindrical-coordinate representation of color #403F85: hue angle of 240.86º 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 #403F85 is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 63 | 133 | - |
| CMYK | 0.52 | 0.53 | 0 | 0.48 |
| HSL | 240.86º | 0.36% | 0.38% | - |
| HSV(B) | 240.86º | 0.53% | 0.52% | - |
| XYZ | 8.13 | 6.34 | 22.99 | - |
| YUV | 71.28 | 162.83 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 133 | 0.52 | 0.53 | 0 | 0.48 | 240.86 | 0.36 | 0.38 |
| Hex | 40 | 3F | 85 | 34 | 35 | 0 | 30 | F1 | 24 | 26 |
| Octal | 100 | 77 | 205 | 64 | 65 | 0 | 60 | 361 | 44 | 46 |
| Binary | 1000000 | 111111 | 10000101 | 110100 | 110101 | 0 | 110000 | 11110001 | 100100 | 100110 |
Color Harmonies of #403F85
Complementary color
Monochromatic Colors of #403F85
Black with #403F85
Text Example
Text Example
White with #403F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403F85; }
p { color: rgb(64,63,133); }
H1.HeaderClassName
{
color: #403F85;
}
.AnyTagClassName
{
color: #403F85;
}
</style>
background-color css
<style>
a { background-color: #403F85; }
a { background-color: rgb(64,63,133); }
div.DivClassName
{
background-color: #403F85;
}
.BgClassName
{
background-color: #403F85;
}
</style>
border-color css
<style>
span { border-color: #403F85; }
span { border-color: rgb(64,63,133); }
td.TdClassName
{
border-color: #403F85;
}
.TagClassName
{
border-color: #403F85;
}
</style>