Shades of Jacksons Purple #454080
Tints of Jacksons Purple #454080
RGB
CMYK
RGB Variations
Color information
#454080 (or 0x454080) is known color: Jacksons Purple. HEX triplet: 45, 40 and 80. RGB value is (69,64,128). Sum of RGB (Red+Green+Blue) = 69+64+128=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 128 (50.39% from 255 or 49.04% from 261); Max value from RGB is 128 - color contains mainly: blue. Hex color #454080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454080 is #BABF7F. Grayscale: #484848. Windows color (decimal): -12238720 or 8405061. OLE color: 8405061.
HSL color Cylindrical-coordinate representation of color #454080: hue angle of 244.69º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #454080 is Cyan = 0.46, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 69 | 64 | 128 | - |
| CMYK | 0.46 | 0.5 | 0 | 0.50 |
| HSL | 244.69º | 0.33% | 0.38% | - |
| HSV(B) | 244.69º | 0.5% | 0.5% | - |
| XYZ | 8.18 | 6.49 | 21.24 | - |
| YUV | 72.79 | 159.16 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 64 | 128 | 0.46 | 0.5 | 0 | 0.50 | 244.69 | 0.33 | 0.38 |
| Hex | 45 | 40 | 80 | 2E | 32 | 0 | 32 | F5 | 21 | 26 |
| Octal | 105 | 100 | 200 | 56 | 62 | 0 | 62 | 365 | 41 | 46 |
| Binary | 1000101 | 1000000 | 10000000 | 101110 | 110010 | 0 | 110010 | 11110101 | 100001 | 100110 |
Color Harmonies of #454080
Complementary color
Monochromatic Colors of #454080
Black with #454080
Text Example
Text Example
White with #454080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454080; }
p { color: rgb(69,64,128); }
H1.HeaderClassName
{
color: #454080;
}
.AnyTagClassName
{
color: #454080;
}
</style>
background-color css
<style>
a { background-color: #454080; }
a { background-color: rgb(69,64,128); }
div.DivClassName
{
background-color: #454080;
}
.BgClassName
{
background-color: #454080;
}
</style>
border-color css
<style>
span { border-color: #454080; }
span { border-color: rgb(69,64,128); }
td.TdClassName
{
border-color: #454080;
}
.TagClassName
{
border-color: #454080;
}
</style>