Shades of Jacksons Purple #45488C
Tints of Jacksons Purple #45488C
RGB
CMYK
RGB Variations
Color information
#45488C (or 0x45488C) is known color: Jacksons Purple. HEX triplet: 45, 48 and 8C. RGB value is (69,72,140). Sum of RGB (Red+Green+Blue) = 69+72+140=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 140 (55.08% from 255 or 49.82% from 281); Max value from RGB is 140 - color contains mainly: blue. Hex color #45488C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45488C is #BAB773. Grayscale: #4E4E4E. Windows color (decimal): -12236660 or 9193541. OLE color: 9193541.
HSL color Cylindrical-coordinate representation of color #45488C: hue angle of 237.46º 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 #45488C is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 69 | 72 | 140 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.45 |
| HSL | 237.46º | 0.34% | 0.41% | - |
| HSV(B) | 237.46º | 0.51% | 0.55% | - |
| XYZ | 9.51 | 7.79 | 25.81 | - |
| YUV | 78.86 | 162.51 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 72 | 140 | 0.51 | 0.49 | 0 | 0.45 | 237.46 | 0.34 | 0.41 |
| Hex | 45 | 48 | 8C | 33 | 31 | 0 | 2D | ED | 22 | 29 |
| Octal | 105 | 110 | 214 | 63 | 61 | 0 | 55 | 355 | 42 | 51 |
| Binary | 1000101 | 1001000 | 10001100 | 110011 | 110001 | 0 | 101101 | 11101101 | 100010 | 101001 |
Color Harmonies of #45488C
Complementary color
Monochromatic Colors of #45488C
Black with #45488C
Text Example
Text Example
White with #45488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45488C; }
p { color: rgb(69,72,140); }
H1.HeaderClassName
{
color: #45488C;
}
.AnyTagClassName
{
color: #45488C;
}
</style>
background-color css
<style>
a { background-color: #45488C; }
a { background-color: rgb(69,72,140); }
div.DivClassName
{
background-color: #45488C;
}
.BgClassName
{
background-color: #45488C;
}
</style>
border-color css
<style>
span { border-color: #45488C; }
span { border-color: rgb(69,72,140); }
td.TdClassName
{
border-color: #45488C;
}
.TagClassName
{
border-color: #45488C;
}
</style>