Shades of Jacksons Purple #45477B
Tints of Jacksons Purple #45477B
RGB
CMYK
RGB Variations
Color information
#45477B (or 0x45477B) is known color: Jacksons Purple. HEX triplet: 45, 47 and 7B. RGB value is (69,71,123). Sum of RGB (Red+Green+Blue) = 69+71+123=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 123 (48.44% from 255 or 46.77% from 263); Max value from RGB is 123 - color contains mainly: blue. Hex color #45477B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45477B is #BAB884. Grayscale: #4C4C4C. Windows color (decimal): -12236933 or 8079173. OLE color: 8079173.
HSL color Cylindrical-coordinate representation of color #45477B: hue angle of 237.78º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #45477B is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 69 | 71 | 123 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.52 |
| HSL | 237.78º | 0.28% | 0.38% | - |
| HSV(B) | 237.78º | 0.44% | 0.48% | - |
| XYZ | 8.28 | 7.2 | 19.69 | - |
| YUV | 76.33 | 154.34 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 71 | 123 | 0.44 | 0.42 | 0 | 0.52 | 237.78 | 0.28 | 0.38 |
| Hex | 45 | 47 | 7B | 2C | 2A | 0 | 34 | EE | 1C | 26 |
| Octal | 105 | 107 | 173 | 54 | 52 | 0 | 64 | 356 | 34 | 46 |
| Binary | 1000101 | 1000111 | 1111011 | 101100 | 101010 | 0 | 110100 | 11101110 | 11100 | 100110 |
Color Harmonies of #45477B
Complementary color
Monochromatic Colors of #45477B
Black with #45477B
Text Example
Text Example
White with #45477B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45477B; }
p { color: rgb(69,71,123); }
H1.HeaderClassName
{
color: #45477B;
}
.AnyTagClassName
{
color: #45477B;
}
</style>
background-color css
<style>
a { background-color: #45477B; }
a { background-color: rgb(69,71,123); }
div.DivClassName
{
background-color: #45477B;
}
.BgClassName
{
background-color: #45477B;
}
</style>
border-color css
<style>
span { border-color: #45477B; }
span { border-color: rgb(69,71,123); }
td.TdClassName
{
border-color: #45477B;
}
.TagClassName
{
border-color: #45477B;
}
</style>