Shades of Jacksons Purple #40447E
Tints of Jacksons Purple #40447E
RGB
CMYK
RGB Variations
Color information
#40447E (or 0x40447E) is known color: Jacksons Purple. HEX triplet: 40, 44 and 7E. RGB value is (64,68,126). Sum of RGB (Red+Green+Blue) = 64+68+126=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 126 (49.61% from 255 or 48.84% from 258); Max value from RGB is 126 - color contains mainly: blue. Hex color #40447E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40447E is #BFBB81. Grayscale: #494949. Windows color (decimal): -12565378 or 8275008. OLE color: 8275008.
HSL color Cylindrical-coordinate representation of color #40447E: hue angle of 236.13º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #40447E is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 68 | 126 | - |
| CMYK | 0.49 | 0.46 | 0 | 0.51 |
| HSL | 236.13º | 0.33% | 0.37% | - |
| HSV(B) | 236.13º | 0.49% | 0.49% | - |
| XYZ | 7.95 | 6.73 | 20.62 | - |
| YUV | 73.42 | 157.67 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 68 | 126 | 0.49 | 0.46 | 0 | 0.51 | 236.13 | 0.33 | 0.37 |
| Hex | 40 | 44 | 7E | 31 | 2E | 0 | 33 | EC | 21 | 25 |
| Octal | 100 | 104 | 176 | 61 | 56 | 0 | 63 | 354 | 41 | 45 |
| Binary | 1000000 | 1000100 | 1111110 | 110001 | 101110 | 0 | 110011 | 11101100 | 100001 | 100101 |
Color Harmonies of #40447E
Complementary color
Monochromatic Colors of #40447E
Black with #40447E
Text Example
Text Example
White with #40447E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40447E; }
p { color: rgb(64,68,126); }
H1.HeaderClassName
{
color: #40447E;
}
.AnyTagClassName
{
color: #40447E;
}
</style>
background-color css
<style>
a { background-color: #40447E; }
a { background-color: rgb(64,68,126); }
div.DivClassName
{
background-color: #40447E;
}
.BgClassName
{
background-color: #40447E;
}
</style>
border-color css
<style>
span { border-color: #40447E; }
span { border-color: rgb(64,68,126); }
td.TdClassName
{
border-color: #40447E;
}
.TagClassName
{
border-color: #40447E;
}
</style>