Shades of Jacksons Purple #404880
Tints of Jacksons Purple #404880
RGB
CMYK
RGB Variations
Color information
#404880 (or 0x404880) is known color: Jacksons Purple. HEX triplet: 40, 48 and 80. RGB value is (64,72,128). Sum of RGB (Red+Green+Blue) = 64+72+128=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 128 - color contains mainly: blue. Hex color #404880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404880 is #BFB77F. Grayscale: #4B4B4B. Windows color (decimal): -12564352 or 8407104. OLE color: 8407104.
HSL color Cylindrical-coordinate representation of color #404880: hue angle of 232.5º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #404880 is Cyan = 0.5, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 64 | 72 | 128 | - |
| CMYK | 0.5 | 0.44 | 0 | 0.50 |
| HSL | 232.5º | 0.33% | 0.38% | - |
| HSV(B) | 232.5º | 0.5% | 0.5% | - |
| XYZ | 8.33 | 7.28 | 21.39 | - |
| YUV | 75.99 | 157.35 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 72 | 128 | 0.5 | 0.44 | 0 | 0.50 | 232.5 | 0.33 | 0.38 |
| Hex | 40 | 48 | 80 | 32 | 2C | 0 | 32 | E8 | 21 | 26 |
| Octal | 100 | 110 | 200 | 62 | 54 | 0 | 62 | 350 | 41 | 46 |
| Binary | 1000000 | 1001000 | 10000000 | 110010 | 101100 | 0 | 110010 | 11101000 | 100001 | 100110 |
Color Harmonies of #404880
Complementary color
Monochromatic Colors of #404880
Black with #404880
Text Example
Text Example
White with #404880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404880; }
p { color: rgb(64,72,128); }
H1.HeaderClassName
{
color: #404880;
}
.AnyTagClassName
{
color: #404880;
}
</style>
background-color css
<style>
a { background-color: #404880; }
a { background-color: rgb(64,72,128); }
div.DivClassName
{
background-color: #404880;
}
.BgClassName
{
background-color: #404880;
}
</style>
border-color css
<style>
span { border-color: #404880; }
span { border-color: rgb(64,72,128); }
td.TdClassName
{
border-color: #404880;
}
.TagClassName
{
border-color: #404880;
}
</style>