Shades of Jacksons Purple #404882
Tints of Jacksons Purple #404882
RGB
CMYK
RGB Variations
Color information
#404882 (or 0x404882) is known color: Jacksons Purple. HEX triplet: 40, 48 and 82. RGB value is (64,72,130). Sum of RGB (Red+Green+Blue) = 64+72+130=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #404882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404882 is #BFB77D. Grayscale: #4B4B4B. Windows color (decimal): -12564350 or 8538176. OLE color: 8538176.
HSL color Cylindrical-coordinate representation of color #404882: hue angle of 232.73º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #404882 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 72 | 130 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.49 |
| HSL | 232.73º | 0.34% | 0.38% | - |
| HSV(B) | 232.73º | 0.51% | 0.51% | - |
| XYZ | 8.46 | 7.34 | 22.09 | - |
| YUV | 76.22 | 158.35 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 72 | 130 | 0.51 | 0.45 | 0 | 0.49 | 232.73 | 0.34 | 0.38 |
| Hex | 40 | 48 | 82 | 33 | 2D | 0 | 31 | E9 | 22 | 26 |
| Octal | 100 | 110 | 202 | 63 | 55 | 0 | 61 | 351 | 42 | 46 |
| Binary | 1000000 | 1001000 | 10000010 | 110011 | 101101 | 0 | 110001 | 11101001 | 100010 | 100110 |
Color Harmonies of #404882
Complementary color
Monochromatic Colors of #404882
Black with #404882
Text Example
Text Example
White with #404882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404882; }
p { color: rgb(64,72,130); }
H1.HeaderClassName
{
color: #404882;
}
.AnyTagClassName
{
color: #404882;
}
</style>
background-color css
<style>
a { background-color: #404882; }
a { background-color: rgb(64,72,130); }
div.DivClassName
{
background-color: #404882;
}
.BgClassName
{
background-color: #404882;
}
</style>
border-color css
<style>
span { border-color: #404882; }
span { border-color: rgb(64,72,130); }
td.TdClassName
{
border-color: #404882;
}
.TagClassName
{
border-color: #404882;
}
</style>