Shades of Jacksons Purple #403878
Tints of Jacksons Purple #403878
RGB
CMYK
RGB Variations
Color information
#403878 (or 0x403878) is known color: Jacksons Purple. HEX triplet: 40, 38 and 78. RGB value is (64,56,120). Sum of RGB (Red+Green+Blue) = 64+56+120=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 120 (47.27% from 255 or 50% from 240); Max value from RGB is 120 - color contains mainly: blue. Hex color #403878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403878 is #BFC787. Grayscale: #414141. Windows color (decimal): -12568456 or 7878720. OLE color: 7878720.
HSL color Cylindrical-coordinate representation of color #403878: hue angle of 247.5º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #403878 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 56 | 120 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.53 |
| HSL | 247.5º | 0.36% | 0.35% | - |
| HSV(B) | 247.5º | 0.53% | 0.47% | - |
| XYZ | 6.92 | 5.27 | 18.42 | - |
| YUV | 65.69 | 158.65 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 56 | 120 | 0.47 | 0.53 | 0 | 0.53 | 247.5 | 0.36 | 0.35 |
| Hex | 40 | 38 | 78 | 2F | 35 | 0 | 35 | F8 | 24 | 23 |
| Octal | 100 | 70 | 170 | 57 | 65 | 0 | 65 | 370 | 44 | 43 |
| Binary | 1000000 | 111000 | 1111000 | 101111 | 110101 | 0 | 110101 | 11111000 | 100100 | 100011 |
Color Harmonies of #403878
Complementary color
Monochromatic Colors of #403878
Black with #403878
Text Example
Text Example
White with #403878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403878; }
p { color: rgb(64,56,120); }
H1.HeaderClassName
{
color: #403878;
}
.AnyTagClassName
{
color: #403878;
}
</style>
background-color css
<style>
a { background-color: #403878; }
a { background-color: rgb(64,56,120); }
div.DivClassName
{
background-color: #403878;
}
.BgClassName
{
background-color: #403878;
}
</style>
border-color css
<style>
span { border-color: #403878; }
span { border-color: rgb(64,56,120); }
td.TdClassName
{
border-color: #403878;
}
.TagClassName
{
border-color: #403878;
}
</style>