Shades of Jacksons Purple #404087
Tints of Jacksons Purple #404087
RGB
CMYK
RGB Variations
Color information
#404087 (or 0x404087) is known color: Jacksons Purple. HEX triplet: 40, 40 and 87. RGB value is (64,64,135). Sum of RGB (Red+Green+Blue) = 64+64+135=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 135 (53.12% from 255 or 51.33% from 263); Max value from RGB is 135 - color contains mainly: blue. Hex color #404087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404087 is #BFBF78. Grayscale: #474747. Windows color (decimal): -12566393 or 8863808. OLE color: 8863808.
HSL color Cylindrical-coordinate representation of color #404087: hue angle of 240º 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 #404087 is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 64 | 135 | - |
| CMYK | 0.53 | 0.53 | 0 | 0.47 |
| HSL | 240º | 0.36% | 0.39% | - |
| HSV(B) | 240º | 0.53% | 0.53% | - |
| XYZ | 8.32 | 6.51 | 23.74 | - |
| YUV | 72.09 | 163.5 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 64 | 135 | 0.53 | 0.53 | 0 | 0.47 | 240 | 0.36 | 0.39 |
| Hex | 40 | 40 | 87 | 35 | 35 | 0 | 2F | F0 | 24 | 27 |
| Octal | 100 | 100 | 207 | 65 | 65 | 0 | 57 | 360 | 44 | 47 |
| Binary | 1000000 | 1000000 | 10000111 | 110101 | 110101 | 0 | 101111 | 11110000 | 100100 | 100111 |
Color Harmonies of #404087
Complementary color
Monochromatic Colors of #404087
Black with #404087
Text Example
Text Example
White with #404087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404087; }
p { color: rgb(64,64,135); }
H1.HeaderClassName
{
color: #404087;
}
.AnyTagClassName
{
color: #404087;
}
</style>
background-color css
<style>
a { background-color: #404087; }
a { background-color: rgb(64,64,135); }
div.DivClassName
{
background-color: #404087;
}
.BgClassName
{
background-color: #404087;
}
</style>
border-color css
<style>
span { border-color: #404087; }
span { border-color: rgb(64,64,135); }
td.TdClassName
{
border-color: #404087;
}
.TagClassName
{
border-color: #404087;
}
</style>