Shades of Jacksons Purple #404677
Tints of Jacksons Purple #404677
RGB
CMYK
RGB Variations
Color information
#404677 (or 0x404677) is known color: Jacksons Purple. HEX triplet: 40, 46 and 77. RGB value is (64,70,119). Sum of RGB (Red+Green+Blue) = 64+70+119=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 119 - color contains mainly: blue. Hex color #404677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404677 is #BFB988. Grayscale: #494949. Windows color (decimal): -12564873 or 7816768. OLE color: 7816768.
HSL color Cylindrical-coordinate representation of color #404677: hue angle of 233.45º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #404677 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 70 | 119 | - |
| CMYK | 0.46 | 0.41 | 0 | 0.53 |
| HSL | 233.45º | 0.3% | 0.36% | - |
| HSV(B) | 233.45º | 0.46% | 0.47% | - |
| XYZ | 7.63 | 6.8 | 18.36 | - |
| YUV | 73.79 | 153.51 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 70 | 119 | 0.46 | 0.41 | 0 | 0.53 | 233.45 | 0.3 | 0.36 |
| Hex | 40 | 46 | 77 | 2E | 29 | 0 | 35 | E9 | 1E | 24 |
| Octal | 100 | 106 | 167 | 56 | 51 | 0 | 65 | 351 | 36 | 44 |
| Binary | 1000000 | 1000110 | 1110111 | 101110 | 101001 | 0 | 110101 | 11101001 | 11110 | 100100 |
Color Harmonies of #404677
Complementary color
Monochromatic Colors of #404677
Black with #404677
Text Example
Text Example
White with #404677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404677; }
p { color: rgb(64,70,119); }
H1.HeaderClassName
{
color: #404677;
}
.AnyTagClassName
{
color: #404677;
}
</style>
background-color css
<style>
a { background-color: #404677; }
a { background-color: rgb(64,70,119); }
div.DivClassName
{
background-color: #404677;
}
.BgClassName
{
background-color: #404677;
}
</style>
border-color css
<style>
span { border-color: #404677; }
span { border-color: rgb(64,70,119); }
td.TdClassName
{
border-color: #404677;
}
.TagClassName
{
border-color: #404677;
}
</style>