Shades of Jacksons Purple #474D89
Tints of Jacksons Purple #474D89
RGB
CMYK
RGB Variations
Color information
#474D89 (or 0x474D89) is known color: Jacksons Purple. HEX triplet: 47, 4D and 89. RGB value is (71,77,137). Sum of RGB (Red+Green+Blue) = 71+77+137=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 137 - color contains mainly: blue. Hex color #474D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474D89 is #B8B276. Grayscale: #515151. Windows color (decimal): -12104311 or 8998215. OLE color: 8998215.
HSL color Cylindrical-coordinate representation of color #474D89: hue angle of 234.55º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #474D89 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 71 | 77 | 137 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.46 |
| HSL | 234.55º | 0.32% | 0.41% | - |
| HSV(B) | 234.55º | 0.48% | 0.54% | - |
| XYZ | 9.77 | 8.45 | 24.78 | - |
| YUV | 82.05 | 159.01 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 77 | 137 | 0.48 | 0.44 | 0 | 0.46 | 234.55 | 0.32 | 0.41 |
| Hex | 47 | 4D | 89 | 30 | 2C | 0 | 2E | EB | 20 | 29 |
| Octal | 107 | 115 | 211 | 60 | 54 | 0 | 56 | 353 | 40 | 51 |
| Binary | 1000111 | 1001101 | 10001001 | 110000 | 101100 | 0 | 101110 | 11101011 | 100000 | 101001 |
Color Harmonies of #474D89
Complementary color
Monochromatic Colors of #474D89
Black with #474D89
Text Example
Text Example
White with #474D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474D89; }
p { color: rgb(71,77,137); }
H1.HeaderClassName
{
color: #474D89;
}
.AnyTagClassName
{
color: #474D89;
}
</style>
background-color css
<style>
a { background-color: #474D89; }
a { background-color: rgb(71,77,137); }
div.DivClassName
{
background-color: #474D89;
}
.BgClassName
{
background-color: #474D89;
}
</style>
border-color css
<style>
span { border-color: #474D89; }
span { border-color: rgb(71,77,137); }
td.TdClassName
{
border-color: #474D89;
}
.TagClassName
{
border-color: #474D89;
}
</style>