Shades of Jacksons Purple #40447A
Tints of Jacksons Purple #40447A
RGB
CMYK
RGB Variations
Color information
#40447A (or 0x40447A) is known color: Jacksons Purple. HEX triplet: 40, 44 and 7A. RGB value is (64,68,122). Sum of RGB (Red+Green+Blue) = 64+68+122=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 122 (48.05% from 255 or 48.03% from 254); Max value from RGB is 122 - color contains mainly: blue. Hex color #40447A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40447A is #BFBB85. Grayscale: #484848. Windows color (decimal): -12565382 or 8012864. OLE color: 8012864.
HSL color Cylindrical-coordinate representation of color #40447A: hue angle of 235.86º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40447A is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 68 | 122 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.52 |
| HSL | 235.86º | 0.31% | 0.36% | - |
| HSV(B) | 235.86º | 0.48% | 0.48% | - |
| XYZ | 7.69 | 6.63 | 19.29 | - |
| YUV | 72.96 | 155.67 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 68 | 122 | 0.48 | 0.44 | 0 | 0.52 | 235.86 | 0.31 | 0.36 |
| Hex | 40 | 44 | 7A | 30 | 2C | 0 | 34 | EC | 1F | 24 |
| Octal | 100 | 104 | 172 | 60 | 54 | 0 | 64 | 354 | 37 | 44 |
| Binary | 1000000 | 1000100 | 1111010 | 110000 | 101100 | 0 | 110100 | 11101100 | 11111 | 100100 |
Color Harmonies of #40447A
Complementary color
Monochromatic Colors of #40447A
Black with #40447A
Text Example
Text Example
White with #40447A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40447A; }
p { color: rgb(64,68,122); }
H1.HeaderClassName
{
color: #40447A;
}
.AnyTagClassName
{
color: #40447A;
}
</style>
background-color css
<style>
a { background-color: #40447A; }
a { background-color: rgb(64,68,122); }
div.DivClassName
{
background-color: #40447A;
}
.BgClassName
{
background-color: #40447A;
}
</style>
border-color css
<style>
span { border-color: #40447A; }
span { border-color: rgb(64,68,122); }
td.TdClassName
{
border-color: #40447A;
}
.TagClassName
{
border-color: #40447A;
}
</style>