Shades of Jacksons Purple #494C89
Tints of Jacksons Purple #494C89
RGB
CMYK
RGB Variations
Color information
#494C89 (or 0x494C89) is known color: Jacksons Purple. HEX triplet: 49, 4C and 89. RGB value is (73,76,137). Sum of RGB (Red+Green+Blue) = 73+76+137=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #494C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494C89 is #B6B376. Grayscale: #515151. Windows color (decimal): -11973495 or 8997961. OLE color: 8997961.
HSL color Cylindrical-coordinate representation of color #494C89: hue angle of 237.19º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #494C89 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 76 | 137 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.46 |
| HSL | 237.19º | 0.3% | 0.41% | - |
| HSV(B) | 237.19º | 0.47% | 0.54% | - |
| XYZ | 9.85 | 8.39 | 24.77 | - |
| YUV | 82.06 | 159.01 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 76 | 137 | 0.47 | 0.45 | 0 | 0.46 | 237.19 | 0.3 | 0.41 |
| Hex | 49 | 4C | 89 | 2F | 2D | 0 | 2E | ED | 1E | 29 |
| Octal | 111 | 114 | 211 | 57 | 55 | 0 | 56 | 355 | 36 | 51 |
| Binary | 1001001 | 1001100 | 10001001 | 101111 | 101101 | 0 | 101110 | 11101101 | 11110 | 101001 |
Color Harmonies of #494C89
Complementary color
Monochromatic Colors of #494C89
Black with #494C89
Text Example
Text Example
White with #494C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494C89; }
p { color: rgb(73,76,137); }
H1.HeaderClassName
{
color: #494C89;
}
.AnyTagClassName
{
color: #494C89;
}
</style>
background-color css
<style>
a { background-color: #494C89; }
a { background-color: rgb(73,76,137); }
div.DivClassName
{
background-color: #494C89;
}
.BgClassName
{
background-color: #494C89;
}
</style>
border-color css
<style>
span { border-color: #494C89; }
span { border-color: rgb(73,76,137); }
td.TdClassName
{
border-color: #494C89;
}
.TagClassName
{
border-color: #494C89;
}
</style>