Shades of Jacksons Purple #404881
Tints of Jacksons Purple #404881
RGB
CMYK
RGB Variations
Color information
#404881 (or 0x404881) is known color: Jacksons Purple. HEX triplet: 40, 48 and 81. RGB value is (64,72,129). Sum of RGB (Red+Green+Blue) = 64+72+129=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 129 (50.78% from 255 or 48.68% from 265); Max value from RGB is 129 - color contains mainly: blue. Hex color #404881 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404881 is #BFB77E. Grayscale: #4B4B4B. Windows color (decimal): -12564351 or 8472640. OLE color: 8472640.
HSL color Cylindrical-coordinate representation of color #404881: hue angle of 232.62º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #404881 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 72 | 129 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.49 |
| HSL | 232.62º | 0.34% | 0.38% | - |
| HSV(B) | 232.62º | 0.5% | 0.51% | - |
| XYZ | 8.39 | 7.31 | 21.74 | - |
| YUV | 76.11 | 157.85 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 72 | 129 | 0.50 | 0.44 | 0 | 0.49 | 232.62 | 0.34 | 0.38 |
| Hex | 40 | 48 | 81 | 32 | 2C | 0 | 31 | E9 | 22 | 26 |
| Octal | 100 | 110 | 201 | 62 | 54 | 0 | 61 | 351 | 42 | 46 |
| Binary | 1000000 | 1001000 | 10000001 | 110010 | 101100 | 0 | 110001 | 11101001 | 100010 | 100110 |
Color Harmonies of #404881
Complementary color
Monochromatic Colors of #404881
Black with #404881
Text Example
Text Example
White with #404881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404881; }
p { color: rgb(64,72,129); }
H1.HeaderClassName
{
color: #404881;
}
.AnyTagClassName
{
color: #404881;
}
</style>
background-color css
<style>
a { background-color: #404881; }
a { background-color: rgb(64,72,129); }
div.DivClassName
{
background-color: #404881;
}
.BgClassName
{
background-color: #404881;
}
</style>
border-color css
<style>
span { border-color: #404881; }
span { border-color: rgb(64,72,129); }
td.TdClassName
{
border-color: #404881;
}
.TagClassName
{
border-color: #404881;
}
</style>