Shades of Jacksons Purple #40468A
Tints of Jacksons Purple #40468A
RGB
CMYK
RGB Variations
Color information
#40468A (or 0x40468A) is known color: Jacksons Purple. HEX triplet: 40, 46 and 8A. RGB value is (64,70,138). Sum of RGB (Red+Green+Blue) = 64+70+138=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 138 (54.30% from 255 or 50.74% from 272); Max value from RGB is 138 - color contains mainly: blue. Hex color #40468A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40468A is #BFB975. Grayscale: #4B4B4B. Windows color (decimal): -12564854 or 9061952. OLE color: 9061952.
HSL color Cylindrical-coordinate representation of color #40468A: hue angle of 235.14º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40468A is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 70 | 138 | - |
| CMYK | 0.54 | 0.49 | 0 | 0.46 |
| HSL | 235.14º | 0.37% | 0.4% | - |
| HSV(B) | 235.14º | 0.54% | 0.54% | - |
| XYZ | 8.89 | 7.31 | 24.99 | - |
| YUV | 75.96 | 163.01 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 70 | 138 | 0.54 | 0.49 | 0 | 0.46 | 235.14 | 0.37 | 0.4 |
| Hex | 40 | 46 | 8A | 36 | 31 | 0 | 2E | EB | 25 | 28 |
| Octal | 100 | 106 | 212 | 66 | 61 | 0 | 56 | 353 | 45 | 50 |
| Binary | 1000000 | 1000110 | 10001010 | 110110 | 110001 | 0 | 101110 | 11101011 | 100101 | 101000 |
Color Harmonies of #40468A
Complementary color
Monochromatic Colors of #40468A
Black with #40468A
Text Example
Text Example
White with #40468A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40468A; }
p { color: rgb(64,70,138); }
H1.HeaderClassName
{
color: #40468A;
}
.AnyTagClassName
{
color: #40468A;
}
</style>
background-color css
<style>
a { background-color: #40468A; }
a { background-color: rgb(64,70,138); }
div.DivClassName
{
background-color: #40468A;
}
.BgClassName
{
background-color: #40468A;
}
</style>
border-color css
<style>
span { border-color: #40468A; }
span { border-color: rgb(64,70,138); }
td.TdClassName
{
border-color: #40468A;
}
.TagClassName
{
border-color: #40468A;
}
</style>