Shades of Jacksons Purple #454B86
Tints of Jacksons Purple #454B86
RGB
CMYK
RGB Variations
Color information
#454B86 (or 0x454B86) is known color: Jacksons Purple. HEX triplet: 45, 4B and 86. RGB value is (69,75,134). Sum of RGB (Red+Green+Blue) = 69+75+134=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 134 (52.73% from 255 or 48.20% from 278); Max value from RGB is 134 - color contains mainly: blue. Hex color #454B86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454B86 is #BAB479. Grayscale: #4F4F4F. Windows color (decimal): -12235898 or 8801093. OLE color: 8801093.
HSL color Cylindrical-coordinate representation of color #454B86: hue angle of 234.46º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #454B86 is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 69 | 75 | 134 | - |
| CMYK | 0.49 | 0.44 | 0 | 0.47 |
| HSL | 234.46º | 0.32% | 0.4% | - |
| HSV(B) | 234.46º | 0.49% | 0.53% | - |
| XYZ | 9.27 | 8.02 | 23.61 | - |
| YUV | 79.93 | 158.51 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 75 | 134 | 0.49 | 0.44 | 0 | 0.47 | 234.46 | 0.32 | 0.4 |
| Hex | 45 | 4B | 86 | 31 | 2C | 0 | 2F | EA | 20 | 28 |
| Octal | 105 | 113 | 206 | 61 | 54 | 0 | 57 | 352 | 40 | 50 |
| Binary | 1000101 | 1001011 | 10000110 | 110001 | 101100 | 0 | 101111 | 11101010 | 100000 | 101000 |
Color Harmonies of #454B86
Complementary color
Monochromatic Colors of #454B86
Black with #454B86
Text Example
Text Example
White with #454B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454B86; }
p { color: rgb(69,75,134); }
H1.HeaderClassName
{
color: #454B86;
}
.AnyTagClassName
{
color: #454B86;
}
</style>
background-color css
<style>
a { background-color: #454B86; }
a { background-color: rgb(69,75,134); }
div.DivClassName
{
background-color: #454B86;
}
.BgClassName
{
background-color: #454B86;
}
</style>
border-color css
<style>
span { border-color: #454B86; }
span { border-color: rgb(69,75,134); }
td.TdClassName
{
border-color: #454B86;
}
.TagClassName
{
border-color: #454B86;
}
</style>