Shades of Jacksons Purple #45457E
Tints of Jacksons Purple #45457E
RGB
CMYK
RGB Variations
Color information
#45457E (or 0x45457E) is known color: Jacksons Purple. HEX triplet: 45, 45 and 7E. RGB value is (69,69,126). Sum of RGB (Red+Green+Blue) = 69+69+126=264 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.14% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 126 (49.61% from 255 or 47.73% from 264); Max value from RGB is 126 - color contains mainly: blue. Hex color #45457E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45457E is #BABA81. Grayscale: #4B4B4B. Windows color (decimal): -12237442 or 8275269. OLE color: 8275269.
HSL color Cylindrical-coordinate representation of color #45457E: hue angle of 240º 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 #45457E is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 69 | 69 | 126 | - |
| CMYK | 0.45 | 0.45 | 0 | 0.51 |
| HSL | 240º | 0.29% | 0.38% | - |
| HSV(B) | 240º | 0.45% | 0.49% | - |
| XYZ | 8.35 | 7.03 | 20.66 | - |
| YUV | 75.5 | 156.5 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 69 | 126 | 0.45 | 0.45 | 0 | 0.51 | 240 | 0.29 | 0.38 |
| Hex | 45 | 45 | 7E | 2D | 2D | 0 | 33 | F0 | 1D | 26 |
| Octal | 105 | 105 | 176 | 55 | 55 | 0 | 63 | 360 | 35 | 46 |
| Binary | 1000101 | 1000101 | 1111110 | 101101 | 101101 | 0 | 110011 | 11110000 | 11101 | 100110 |
Color Harmonies of #45457E
Complementary color
Monochromatic Colors of #45457E
Black with #45457E
Text Example
Text Example
White with #45457E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45457E; }
p { color: rgb(69,69,126); }
H1.HeaderClassName
{
color: #45457E;
}
.AnyTagClassName
{
color: #45457E;
}
</style>
background-color css
<style>
a { background-color: #45457E; }
a { background-color: rgb(69,69,126); }
div.DivClassName
{
background-color: #45457E;
}
.BgClassName
{
background-color: #45457E;
}
</style>
border-color css
<style>
span { border-color: #45457E; }
span { border-color: rgb(69,69,126); }
td.TdClassName
{
border-color: #45457E;
}
.TagClassName
{
border-color: #45457E;
}
</style>