Shades of Jacksons Purple #40447F
Tints of Jacksons Purple #40447F
RGB
CMYK
RGB Variations
Color information
#40447F (or 0x40447F) is known color: Jacksons Purple. HEX triplet: 40, 44 and 7F. RGB value is (64,68,127). Sum of RGB (Red+Green+Blue) = 64+68+127=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 127 (50% from 255 or 49.03% from 259); Max value from RGB is 127 - color contains mainly: blue. Hex color #40447F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40447F is #BFBB80. Grayscale: #494949. Windows color (decimal): -12565377 or 8340544. OLE color: 8340544.
HSL color Cylindrical-coordinate representation of color #40447F: hue angle of 236.19º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #40447F is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 64 | 68 | 127 | - |
| CMYK | 0.50 | 0.46 | 0 | 0.50 |
| HSL | 236.19º | 0.33% | 0.37% | - |
| HSV(B) | 236.19º | 0.5% | 0.5% | - |
| XYZ | 8.01 | 6.76 | 20.96 | - |
| YUV | 73.53 | 158.17 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 68 | 127 | 0.50 | 0.46 | 0 | 0.50 | 236.19 | 0.33 | 0.37 |
| Hex | 40 | 44 | 7F | 32 | 2E | 0 | 32 | EC | 21 | 25 |
| Octal | 100 | 104 | 177 | 62 | 56 | 0 | 62 | 354 | 41 | 45 |
| Binary | 1000000 | 1000100 | 1111111 | 110010 | 101110 | 0 | 110010 | 11101100 | 100001 | 100101 |
Color Harmonies of #40447F
Complementary color
Monochromatic Colors of #40447F
Black with #40447F
Text Example
Text Example
White with #40447F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40447F; }
p { color: rgb(64,68,127); }
H1.HeaderClassName
{
color: #40447F;
}
.AnyTagClassName
{
color: #40447F;
}
</style>
background-color css
<style>
a { background-color: #40447F; }
a { background-color: rgb(64,68,127); }
div.DivClassName
{
background-color: #40447F;
}
.BgClassName
{
background-color: #40447F;
}
</style>
border-color css
<style>
span { border-color: #40447F; }
span { border-color: rgb(64,68,127); }
td.TdClassName
{
border-color: #40447F;
}
.TagClassName
{
border-color: #40447F;
}
</style>