Shades of Jacksons Purple #494C83
Tints of Jacksons Purple #494C83
RGB
CMYK
RGB Variations
Color information
#494C83 (or 0x494C83) is known color: Jacksons Purple. HEX triplet: 49, 4C and 83. RGB value is (73,76,131). Sum of RGB (Red+Green+Blue) = 73+76+131=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 131 (51.56% from 255 or 46.79% from 280); Max value from RGB is 131 - color contains mainly: blue. Hex color #494C83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494C83 is #B6B37C. Grayscale: #515151. Windows color (decimal): -11973501 or 8604745. OLE color: 8604745.
HSL color Cylindrical-coordinate representation of color #494C83: hue angle of 236.9º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #494C83 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 76 | 131 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.49 |
| HSL | 236.9º | 0.28% | 0.4% | - |
| HSV(B) | 236.9º | 0.44% | 0.51% | - |
| XYZ | 9.43 | 8.22 | 22.56 | - |
| YUV | 81.37 | 156.01 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 76 | 131 | 0.44 | 0.42 | 0 | 0.49 | 236.9 | 0.28 | 0.4 |
| Hex | 49 | 4C | 83 | 2C | 2A | 0 | 31 | ED | 1C | 28 |
| Octal | 111 | 114 | 203 | 54 | 52 | 0 | 61 | 355 | 34 | 50 |
| Binary | 1001001 | 1001100 | 10000011 | 101100 | 101010 | 0 | 110001 | 11101101 | 11100 | 101000 |
Color Harmonies of #494C83
Complementary color
Monochromatic Colors of #494C83
Black with #494C83
Text Example
Text Example
White with #494C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494C83; }
p { color: rgb(73,76,131); }
H1.HeaderClassName
{
color: #494C83;
}
.AnyTagClassName
{
color: #494C83;
}
</style>
background-color css
<style>
a { background-color: #494C83; }
a { background-color: rgb(73,76,131); }
div.DivClassName
{
background-color: #494C83;
}
.BgClassName
{
background-color: #494C83;
}
</style>
border-color css
<style>
span { border-color: #494C83; }
span { border-color: rgb(73,76,131); }
td.TdClassName
{
border-color: #494C83;
}
.TagClassName
{
border-color: #494C83;
}
</style>