Shades of Jacksons Purple #404490
Tints of Jacksons Purple #404490
RGB
CMYK
RGB Variations
Color information
#404490 (or 0x404490) is known color: Jacksons Purple. HEX triplet: 40, 44 and 90. RGB value is (64,68,144). Sum of RGB (Red+Green+Blue) = 64+68+144=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 144 (56.64% from 255 or 52.17% from 276); Max value from RGB is 144 - color contains mainly: blue. Hex color #404490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404490 is #BFBB6F. Grayscale: #4B4B4B. Windows color (decimal): -12565360 or 9454656. OLE color: 9454656.
HSL color Cylindrical-coordinate representation of color #404490: hue angle of 237º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #404490 is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 68 | 144 | - |
| CMYK | 0.56 | 0.53 | 0 | 0.44 |
| HSL | 237º | 0.38% | 0.41% | - |
| HSV(B) | 237º | 0.56% | 0.56% | - |
| XYZ | 9.22 | 7.24 | 27.3 | - |
| YUV | 75.47 | 166.67 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 68 | 144 | 0.56 | 0.53 | 0 | 0.44 | 237 | 0.38 | 0.41 |
| Hex | 40 | 44 | 90 | 38 | 35 | 0 | 2C | ED | 26 | 29 |
| Octal | 100 | 104 | 220 | 70 | 65 | 0 | 54 | 355 | 46 | 51 |
| Binary | 1000000 | 1000100 | 10010000 | 111000 | 110101 | 0 | 101100 | 11101101 | 100110 | 101001 |
Color Harmonies of #404490
Complementary color
Monochromatic Colors of #404490
Black with #404490
Text Example
Text Example
White with #404490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404490; }
p { color: rgb(64,68,144); }
H1.HeaderClassName
{
color: #404490;
}
.AnyTagClassName
{
color: #404490;
}
</style>
background-color css
<style>
a { background-color: #404490; }
a { background-color: rgb(64,68,144); }
div.DivClassName
{
background-color: #404490;
}
.BgClassName
{
background-color: #404490;
}
</style>
border-color css
<style>
span { border-color: #404490; }
span { border-color: rgb(64,68,144); }
td.TdClassName
{
border-color: #404490;
}
.TagClassName
{
border-color: #404490;
}
</style>