Shades of Jacksons Purple #45497F
Tints of Jacksons Purple #45497F
RGB
CMYK
RGB Variations
Color information
#45497F (or 0x45497F) is known color: Jacksons Purple. HEX triplet: 45, 49 and 7F. RGB value is (69,73,127). Sum of RGB (Red+Green+Blue) = 69+73+127=269 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.65% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 127 (50% from 255 or 47.21% from 269); Max value from RGB is 127 - color contains mainly: blue. Hex color #45497F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45497F is #BAB680. Grayscale: #4D4D4D. Windows color (decimal): -12236417 or 8341829. OLE color: 8341829.
HSL color Cylindrical-coordinate representation of color #45497F: hue angle of 235.86º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #45497F is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 73 | 127 | - |
| CMYK | 0.46 | 0.43 | 0 | 0.50 |
| HSL | 235.86º | 0.3% | 0.38% | - |
| HSV(B) | 235.86º | 0.46% | 0.5% | - |
| XYZ | 8.67 | 7.56 | 21.08 | - |
| YUV | 77.96 | 155.67 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 73 | 127 | 0.46 | 0.43 | 0 | 0.50 | 235.86 | 0.3 | 0.38 |
| Hex | 45 | 49 | 7F | 2E | 2B | 0 | 32 | EC | 1E | 26 |
| Octal | 105 | 111 | 177 | 56 | 53 | 0 | 62 | 354 | 36 | 46 |
| Binary | 1000101 | 1001001 | 1111111 | 101110 | 101011 | 0 | 110010 | 11101100 | 11110 | 100110 |
Color Harmonies of #45497F
Complementary color
Monochromatic Colors of #45497F
Black with #45497F
Text Example
Text Example
White with #45497F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45497F; }
p { color: rgb(69,73,127); }
H1.HeaderClassName
{
color: #45497F;
}
.AnyTagClassName
{
color: #45497F;
}
</style>
background-color css
<style>
a { background-color: #45497F; }
a { background-color: rgb(69,73,127); }
div.DivClassName
{
background-color: #45497F;
}
.BgClassName
{
background-color: #45497F;
}
</style>
border-color css
<style>
span { border-color: #45497F; }
span { border-color: rgb(69,73,127); }
td.TdClassName
{
border-color: #45497F;
}
.TagClassName
{
border-color: #45497F;
}
</style>