Shades of Jacksons Purple #404987
Tints of Jacksons Purple #404987
RGB
CMYK
RGB Variations
Color information
#404987 (or 0x404987) is known color: Jacksons Purple. HEX triplet: 40, 49 and 87. RGB value is (64,73,135). Sum of RGB (Red+Green+Blue) = 64+73+135=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 135 (53.12% from 255 or 49.63% from 272); Max value from RGB is 135 - color contains mainly: blue. Hex color #404987 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404987 is #BFB678. Grayscale: #4D4D4D. Windows color (decimal): -12564089 or 8866112. OLE color: 8866112.
HSL color Cylindrical-coordinate representation of color #404987: hue angle of 232.39º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #404987 is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 73 | 135 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.47 |
| HSL | 232.39º | 0.36% | 0.39% | - |
| HSV(B) | 232.39º | 0.53% | 0.53% | - |
| XYZ | 8.87 | 7.6 | 23.92 | - |
| YUV | 77.38 | 160.52 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 73 | 135 | 0.53 | 0.46 | 0 | 0.47 | 232.39 | 0.36 | 0.39 |
| Hex | 40 | 49 | 87 | 35 | 2E | 0 | 2F | E8 | 24 | 27 |
| Octal | 100 | 111 | 207 | 65 | 56 | 0 | 57 | 350 | 44 | 47 |
| Binary | 1000000 | 1001001 | 10000111 | 110101 | 101110 | 0 | 101111 | 11101000 | 100100 | 100111 |
Color Harmonies of #404987
Complementary color
Monochromatic Colors of #404987
Black with #404987
Text Example
Text Example
White with #404987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404987; }
p { color: rgb(64,73,135); }
H1.HeaderClassName
{
color: #404987;
}
.AnyTagClassName
{
color: #404987;
}
</style>
background-color css
<style>
a { background-color: #404987; }
a { background-color: rgb(64,73,135); }
div.DivClassName
{
background-color: #404987;
}
.BgClassName
{
background-color: #404987;
}
</style>
border-color css
<style>
span { border-color: #404987; }
span { border-color: rgb(64,73,135); }
td.TdClassName
{
border-color: #404987;
}
.TagClassName
{
border-color: #404987;
}
</style>