Shades of Jacksons Purple #404684
Tints of Jacksons Purple #404684
RGB
CMYK
RGB Variations
Color information
#404684 (or 0x404684) is known color: Jacksons Purple. HEX triplet: 40, 46 and 84. RGB value is (64,70,132). Sum of RGB (Red+Green+Blue) = 64+70+132=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #404684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404684 is #BFB97B. Grayscale: #4B4B4B. Windows color (decimal): -12564860 or 8668736. OLE color: 8668736.
HSL color Cylindrical-coordinate representation of color #404684: hue angle of 234.71º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #404684 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 70 | 132 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.48 |
| HSL | 234.71º | 0.35% | 0.38% | - |
| HSV(B) | 234.71º | 0.52% | 0.52% | - |
| XYZ | 8.47 | 7.14 | 22.76 | - |
| YUV | 75.27 | 160.01 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 70 | 132 | 0.52 | 0.47 | 0 | 0.48 | 234.71 | 0.35 | 0.38 |
| Hex | 40 | 46 | 84 | 34 | 2F | 0 | 30 | EB | 23 | 26 |
| Octal | 100 | 106 | 204 | 64 | 57 | 0 | 60 | 353 | 43 | 46 |
| Binary | 1000000 | 1000110 | 10000100 | 110100 | 101111 | 0 | 110000 | 11101011 | 100011 | 100110 |
Color Harmonies of #404684
Complementary color
Monochromatic Colors of #404684
Black with #404684
Text Example
Text Example
White with #404684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404684; }
p { color: rgb(64,70,132); }
H1.HeaderClassName
{
color: #404684;
}
.AnyTagClassName
{
color: #404684;
}
</style>
background-color css
<style>
a { background-color: #404684; }
a { background-color: rgb(64,70,132); }
div.DivClassName
{
background-color: #404684;
}
.BgClassName
{
background-color: #404684;
}
</style>
border-color css
<style>
span { border-color: #404684; }
span { border-color: rgb(64,70,132); }
td.TdClassName
{
border-color: #404684;
}
.TagClassName
{
border-color: #404684;
}
</style>