Shades of Jacksons Purple #454683
Tints of Jacksons Purple #454683
RGB
CMYK
RGB Variations
Color information
#454683 (or 0x454683) is known color: Jacksons Purple. HEX triplet: 45, 46 and 83. RGB value is (69,70,131). Sum of RGB (Red+Green+Blue) = 69+70+131=270 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.56% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 131 (51.56% from 255 or 48.52% from 270); Max value from RGB is 131 - color contains mainly: blue. Hex color #454683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454683 is #BAB97C. Grayscale: #4C4C4C. Windows color (decimal): -12237181 or 8603205. OLE color: 8603205.
HSL color Cylindrical-coordinate representation of color #454683: hue angle of 239.03º 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 #454683 is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 69 | 70 | 131 | - |
| CMYK | 0.47 | 0.47 | 0 | 0.49 |
| HSL | 239.03º | 0.31% | 0.39% | - |
| HSV(B) | 239.03º | 0.47% | 0.51% | - |
| XYZ | 8.74 | 7.28 | 22.42 | - |
| YUV | 76.66 | 158.67 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 70 | 131 | 0.47 | 0.47 | 0 | 0.49 | 239.03 | 0.31 | 0.39 |
| Hex | 45 | 46 | 83 | 2F | 2F | 0 | 31 | EF | 1F | 27 |
| Octal | 105 | 106 | 203 | 57 | 57 | 0 | 61 | 357 | 37 | 47 |
| Binary | 1000101 | 1000110 | 10000011 | 101111 | 101111 | 0 | 110001 | 11101111 | 11111 | 100111 |
Color Harmonies of #454683
Complementary color
Monochromatic Colors of #454683
Black with #454683
Text Example
Text Example
White with #454683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454683; }
p { color: rgb(69,70,131); }
H1.HeaderClassName
{
color: #454683;
}
.AnyTagClassName
{
color: #454683;
}
</style>
background-color css
<style>
a { background-color: #454683; }
a { background-color: rgb(69,70,131); }
div.DivClassName
{
background-color: #454683;
}
.BgClassName
{
background-color: #454683;
}
</style>
border-color css
<style>
span { border-color: #454683; }
span { border-color: rgb(69,70,131); }
td.TdClassName
{
border-color: #454683;
}
.TagClassName
{
border-color: #454683;
}
</style>