Shades of Jacksons Purple #454D83
Tints of Jacksons Purple #454D83
RGB
CMYK
RGB Variations
Color information
#454D83 (or 0x454D83) is known color: Jacksons Purple. HEX triplet: 45, 4D and 83. RGB value is (69,77,131). Sum of RGB (Red+Green+Blue) = 69+77+131=277 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.91% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 131 - color contains mainly: blue. Hex color #454D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #454D83 is #BAB27C. Grayscale: #505050. Windows color (decimal): -12235389 or 8604997. OLE color: 8604997.
HSL color Cylindrical-coordinate representation of color #454D83: hue angle of 232.26º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #454D83 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 69 | 77 | 131 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.49 |
| HSL | 232.26º | 0.31% | 0.39% | - |
| HSV(B) | 232.26º | 0.47% | 0.51% | - |
| XYZ | 9.2 | 8.21 | 22.57 | - |
| YUV | 80.76 | 156.35 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 77 | 131 | 0.47 | 0.41 | 0 | 0.49 | 232.26 | 0.31 | 0.39 |
| Hex | 45 | 4D | 83 | 2F | 29 | 0 | 31 | E8 | 1F | 27 |
| Octal | 105 | 115 | 203 | 57 | 51 | 0 | 61 | 350 | 37 | 47 |
| Binary | 1000101 | 1001101 | 10000011 | 101111 | 101001 | 0 | 110001 | 11101000 | 11111 | 100111 |
Color Harmonies of #454D83
Complementary color
Monochromatic Colors of #454D83
Black with #454D83
Text Example
Text Example
White with #454D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454D83; }
p { color: rgb(69,77,131); }
H1.HeaderClassName
{
color: #454D83;
}
.AnyTagClassName
{
color: #454D83;
}
</style>
background-color css
<style>
a { background-color: #454D83; }
a { background-color: rgb(69,77,131); }
div.DivClassName
{
background-color: #454D83;
}
.BgClassName
{
background-color: #454D83;
}
</style>
border-color css
<style>
span { border-color: #454D83; }
span { border-color: rgb(69,77,131); }
td.TdClassName
{
border-color: #454D83;
}
.TagClassName
{
border-color: #454D83;
}
</style>