Shades of Jacksons Purple #404389
Tints of Jacksons Purple #404389
RGB
CMYK
RGB Variations
Color information
#404389 (or 0x404389) is known color: Jacksons Purple. HEX triplet: 40, 43 and 89. RGB value is (64,67,137). Sum of RGB (Red+Green+Blue) = 64+67+137=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 137 (53.91% from 255 or 51.12% from 268); Max value from RGB is 137 - color contains mainly: blue. Hex color #404389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404389 is #BFBC76. Grayscale: #494949. Windows color (decimal): -12565623 or 8995648. OLE color: 8995648.
HSL color Cylindrical-coordinate representation of color #404389: hue angle of 237.53º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #404389 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 67 | 137 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.46 |
| HSL | 237.53º | 0.36% | 0.39% | - |
| HSV(B) | 237.53º | 0.53% | 0.54% | - |
| XYZ | 8.64 | 6.91 | 24.55 | - |
| YUV | 74.08 | 163.51 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 67 | 137 | 0.53 | 0.51 | 0 | 0.46 | 237.53 | 0.36 | 0.39 |
| Hex | 40 | 43 | 89 | 35 | 33 | 0 | 2E | EE | 24 | 27 |
| Octal | 100 | 103 | 211 | 65 | 63 | 0 | 56 | 356 | 44 | 47 |
| Binary | 1000000 | 1000011 | 10001001 | 110101 | 110011 | 0 | 101110 | 11101110 | 100100 | 100111 |
Color Harmonies of #404389
Complementary color
Monochromatic Colors of #404389
Black with #404389
Text Example
Text Example
White with #404389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404389; }
p { color: rgb(64,67,137); }
H1.HeaderClassName
{
color: #404389;
}
.AnyTagClassName
{
color: #404389;
}
</style>
background-color css
<style>
a { background-color: #404389; }
a { background-color: rgb(64,67,137); }
div.DivClassName
{
background-color: #404389;
}
.BgClassName
{
background-color: #404389;
}
</style>
border-color css
<style>
span { border-color: #404389; }
span { border-color: rgb(64,67,137); }
td.TdClassName
{
border-color: #404389;
}
.TagClassName
{
border-color: #404389;
}
</style>