Shades of Jacksons Purple #403F82
Tints of Jacksons Purple #403F82
RGB
CMYK
RGB Variations
Color information
#403F82 (or 0x403F82) is known color: Jacksons Purple. HEX triplet: 40, 3F and 82. RGB value is (64,63,130). Sum of RGB (Red+Green+Blue) = 64+63+130=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 130 (51.17% from 255 or 50.58% from 257); Max value from RGB is 130 - color contains mainly: blue. Hex color #403F82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403F82 is #BFC07D. Grayscale: #464646. Windows color (decimal): -12566654 or 8535872. OLE color: 8535872.
HSL color Cylindrical-coordinate representation of color #403F82: hue angle of 240.9º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #403F82 is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 63 | 130 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.49 |
| HSL | 240.9º | 0.35% | 0.38% | - |
| HSV(B) | 240.9º | 0.52% | 0.51% | - |
| XYZ | 7.92 | 6.26 | 21.91 | - |
| YUV | 70.94 | 161.33 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 130 | 0.51 | 0.52 | 0 | 0.49 | 240.9 | 0.35 | 0.38 |
| Hex | 40 | 3F | 82 | 33 | 34 | 0 | 31 | F1 | 23 | 26 |
| Octal | 100 | 77 | 202 | 63 | 64 | 0 | 61 | 361 | 43 | 46 |
| Binary | 1000000 | 111111 | 10000010 | 110011 | 110100 | 0 | 110001 | 11110001 | 100011 | 100110 |
Color Harmonies of #403F82
Complementary color
Monochromatic Colors of #403F82
Black with #403F82
Text Example
Text Example
White with #403F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403F82; }
p { color: rgb(64,63,130); }
H1.HeaderClassName
{
color: #403F82;
}
.AnyTagClassName
{
color: #403F82;
}
</style>
background-color css
<style>
a { background-color: #403F82; }
a { background-color: rgb(64,63,130); }
div.DivClassName
{
background-color: #403F82;
}
.BgClassName
{
background-color: #403F82;
}
</style>
border-color css
<style>
span { border-color: #403F82; }
span { border-color: rgb(64,63,130); }
td.TdClassName
{
border-color: #403F82;
}
.TagClassName
{
border-color: #403F82;
}
</style>