Shades of Jacksons Purple #404A80
Tints of Jacksons Purple #404A80
RGB
CMYK
RGB Variations
Color information
#404A80 (or 0x404A80) is known color: Jacksons Purple. HEX triplet: 40, 4A and 80. RGB value is (64,74,128). Sum of RGB (Red+Green+Blue) = 64+74+128=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 128 - color contains mainly: blue. Hex color #404A80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404A80 is #BFB57F. Grayscale: #4C4C4C. Windows color (decimal): -12563840 or 8407616. OLE color: 8407616.
HSL color Cylindrical-coordinate representation of color #404A80: hue angle of 230.62º 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 #404A80 is Cyan = 0.5, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 64 | 74 | 128 | - |
| CMYK | 0.5 | 0.42 | 0 | 0.50 |
| HSL | 230.63º | 0.33% | 0.38% | - |
| HSV(B) | 230.63º | 0.5% | 0.5% | - |
| XYZ | 8.46 | 7.55 | 21.43 | - |
| YUV | 77.17 | 156.69 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 128 | 0.5 | 0.42 | 0 | 0.50 | 230.63 | 0.33 | 0.38 |
| Hex | 40 | 4A | 80 | 32 | 2A | 0 | 32 | E7 | 21 | 26 |
| Octal | 100 | 112 | 200 | 62 | 52 | 0 | 62 | 347 | 41 | 46 |
| Binary | 1000000 | 1001010 | 10000000 | 110010 | 101010 | 0 | 110010 | 11100111 | 100001 | 100110 |
Color Harmonies of #404A80
Complementary color
Monochromatic Colors of #404A80
Black with #404A80
Text Example
Text Example
White with #404A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404A80; }
p { color: rgb(64,74,128); }
H1.HeaderClassName
{
color: #404A80;
}
.AnyTagClassName
{
color: #404A80;
}
</style>
background-color css
<style>
a { background-color: #404A80; }
a { background-color: rgb(64,74,128); }
div.DivClassName
{
background-color: #404A80;
}
.BgClassName
{
background-color: #404A80;
}
</style>
border-color css
<style>
span { border-color: #404A80; }
span { border-color: rgb(64,74,128); }
td.TdClassName
{
border-color: #404A80;
}
.TagClassName
{
border-color: #404A80;
}
</style>