Shades of Jacksons Purple #45498D
Tints of Jacksons Purple #45498D
RGB
CMYK
RGB Variations
Color information
#45498D (or 0x45498D) is known color: Jacksons Purple. HEX triplet: 45, 49 and 8D. RGB value is (69,73,141). Sum of RGB (Red+Green+Blue) = 69+73+141=283 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.38% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 141 (55.47% from 255 or 49.82% from 283); Max value from RGB is 141 - color contains mainly: blue. Hex color #45498D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45498D is #BAB672. Grayscale: #4F4F4F. Windows color (decimal): -12236403 or 9259333. OLE color: 9259333.
HSL color Cylindrical-coordinate representation of color #45498D: hue angle of 236.67º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #45498D is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 73 | 141 | - |
| CMYK | 0.51 | 0.48 | 0 | 0.45 |
| HSL | 236.67º | 0.34% | 0.41% | - |
| HSV(B) | 236.67º | 0.51% | 0.55% | - |
| XYZ | 9.64 | 7.95 | 26.23 | - |
| YUV | 79.56 | 162.67 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 73 | 141 | 0.51 | 0.48 | 0 | 0.45 | 236.67 | 0.34 | 0.41 |
| Hex | 45 | 49 | 8D | 33 | 30 | 0 | 2D | ED | 22 | 29 |
| Octal | 105 | 111 | 215 | 63 | 60 | 0 | 55 | 355 | 42 | 51 |
| Binary | 1000101 | 1001001 | 10001101 | 110011 | 110000 | 0 | 101101 | 11101101 | 100010 | 101001 |
Color Harmonies of #45498D
Complementary color
Monochromatic Colors of #45498D
Black with #45498D
Text Example
Text Example
White with #45498D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45498D; }
p { color: rgb(69,73,141); }
H1.HeaderClassName
{
color: #45498D;
}
.AnyTagClassName
{
color: #45498D;
}
</style>
background-color css
<style>
a { background-color: #45498D; }
a { background-color: rgb(69,73,141); }
div.DivClassName
{
background-color: #45498D;
}
.BgClassName
{
background-color: #45498D;
}
</style>
border-color css
<style>
span { border-color: #45498D; }
span { border-color: rgb(69,73,141); }
td.TdClassName
{
border-color: #45498D;
}
.TagClassName
{
border-color: #45498D;
}
</style>