Shades of Jacksons Purple #45497E
Tints of Jacksons Purple #45497E
RGB
CMYK
RGB Variations
Color information
#45497E (or 0x45497E) is known color: Jacksons Purple. HEX triplet: 45, 49 and 7E. RGB value is (69,73,126). Sum of RGB (Red+Green+Blue) = 69+73+126=268 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.75% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 126 (49.61% from 255 or 47.01% from 268); Max value from RGB is 126 - color contains mainly: blue. Hex color #45497E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45497E is #BAB681. Grayscale: #4D4D4D. Windows color (decimal): -12236418 or 8276293. OLE color: 8276293.
HSL color Cylindrical-coordinate representation of color #45497E: hue angle of 235.79º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #45497E is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 73 | 126 | - |
| CMYK | 0.45 | 0.42 | 0 | 0.51 |
| HSL | 235.79º | 0.29% | 0.38% | - |
| HSV(B) | 235.79º | 0.45% | 0.49% | - |
| XYZ | 8.6 | 7.54 | 20.74 | - |
| YUV | 77.85 | 155.17 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 73 | 126 | 0.45 | 0.42 | 0 | 0.51 | 235.79 | 0.29 | 0.38 |
| Hex | 45 | 49 | 7E | 2D | 2A | 0 | 33 | EC | 1D | 26 |
| Octal | 105 | 111 | 176 | 55 | 52 | 0 | 63 | 354 | 35 | 46 |
| Binary | 1000101 | 1001001 | 1111110 | 101101 | 101010 | 0 | 110011 | 11101100 | 11101 | 100110 |
Color Harmonies of #45497E
Complementary color
Monochromatic Colors of #45497E
Black with #45497E
Text Example
Text Example
White with #45497E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45497E; }
p { color: rgb(69,73,126); }
H1.HeaderClassName
{
color: #45497E;
}
.AnyTagClassName
{
color: #45497E;
}
</style>
background-color css
<style>
a { background-color: #45497E; }
a { background-color: rgb(69,73,126); }
div.DivClassName
{
background-color: #45497E;
}
.BgClassName
{
background-color: #45497E;
}
</style>
border-color css
<style>
span { border-color: #45497E; }
span { border-color: rgb(69,73,126); }
td.TdClassName
{
border-color: #45497E;
}
.TagClassName
{
border-color: #45497E;
}
</style>