Shades of Jacksons Purple #404577
Tints of Jacksons Purple #404577
RGB
CMYK
RGB Variations
Color information
#404577 (or 0x404577) is known color: Jacksons Purple. HEX triplet: 40, 45 and 77. RGB value is (64,69,119). Sum of RGB (Red+Green+Blue) = 64+69+119=252 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.40% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 119 - color contains mainly: blue. Hex color #404577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404577 is #BFBA88. Grayscale: #494949. Windows color (decimal): -12565129 or 7816512. OLE color: 7816512.
HSL color Cylindrical-coordinate representation of color #404577: hue angle of 234.55º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #404577 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 69 | 119 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.53 |
| HSL | 234.55º | 0.3% | 0.36% | - |
| HSV(B) | 234.55º | 0.46% | 0.47% | - |
| XYZ | 7.57 | 6.68 | 18.34 | - |
| YUV | 73.21 | 153.84 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 69 | 119 | 0.46 | 0.42 | 0 | 0.53 | 234.55 | 0.3 | 0.36 |
| Hex | 40 | 45 | 77 | 2E | 2A | 0 | 35 | EB | 1E | 24 |
| Octal | 100 | 105 | 167 | 56 | 52 | 0 | 65 | 353 | 36 | 44 |
| Binary | 1000000 | 1000101 | 1110111 | 101110 | 101010 | 0 | 110101 | 11101011 | 11110 | 100100 |
Color Harmonies of #404577
Complementary color
Monochromatic Colors of #404577
Black with #404577
Text Example
Text Example
White with #404577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404577; }
p { color: rgb(64,69,119); }
H1.HeaderClassName
{
color: #404577;
}
.AnyTagClassName
{
color: #404577;
}
</style>
background-color css
<style>
a { background-color: #404577; }
a { background-color: rgb(64,69,119); }
div.DivClassName
{
background-color: #404577;
}
.BgClassName
{
background-color: #404577;
}
</style>
border-color css
<style>
span { border-color: #404577; }
span { border-color: rgb(64,69,119); }
td.TdClassName
{
border-color: #404577;
}
.TagClassName
{
border-color: #404577;
}
</style>