Shades of Jacksons Purple #40468B
Tints of Jacksons Purple #40468B
RGB
CMYK
RGB Variations
Color information
#40468B (or 0x40468B) is known color: Jacksons Purple. HEX triplet: 40, 46 and 8B. RGB value is (64,70,139). Sum of RGB (Red+Green+Blue) = 64+70+139=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #40468B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40468B is #BFB974. Grayscale: #4B4B4B. Windows color (decimal): -12564853 or 9127488. OLE color: 9127488.
HSL color Cylindrical-coordinate representation of color #40468B: hue angle of 235.2º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40468B is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 70 | 139 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.45 |
| HSL | 235.2º | 0.37% | 0.4% | - |
| HSV(B) | 235.2º | 0.54% | 0.55% | - |
| XYZ | 8.96 | 7.33 | 25.37 | - |
| YUV | 76.07 | 163.51 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 70 | 139 | 0.54 | 0.50 | 0 | 0.45 | 235.2 | 0.37 | 0.4 |
| Hex | 40 | 46 | 8B | 36 | 32 | 0 | 2D | EB | 25 | 28 |
| Octal | 100 | 106 | 213 | 66 | 62 | 0 | 55 | 353 | 45 | 50 |
| Binary | 1000000 | 1000110 | 10001011 | 110110 | 110010 | 0 | 101101 | 11101011 | 100101 | 101000 |
Color Harmonies of #40468B
Complementary color
Monochromatic Colors of #40468B
Black with #40468B
Text Example
Text Example
White with #40468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40468B; }
p { color: rgb(64,70,139); }
H1.HeaderClassName
{
color: #40468B;
}
.AnyTagClassName
{
color: #40468B;
}
</style>
background-color css
<style>
a { background-color: #40468B; }
a { background-color: rgb(64,70,139); }
div.DivClassName
{
background-color: #40468B;
}
.BgClassName
{
background-color: #40468B;
}
</style>
border-color css
<style>
span { border-color: #40468B; }
span { border-color: rgb(64,70,139); }
td.TdClassName
{
border-color: #40468B;
}
.TagClassName
{
border-color: #40468B;
}
</style>