Shades of Jacksons Purple #40467B
Tints of Jacksons Purple #40467B
RGB
CMYK
RGB Variations
Color information
#40467B (or 0x40467B) is known color: Jacksons Purple. HEX triplet: 40, 46 and 7B. RGB value is (64,70,123). Sum of RGB (Red+Green+Blue) = 64+70+123=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 123 - color contains mainly: blue. Hex color #40467B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40467B is #BFB984. Grayscale: #4A4A4A. Windows color (decimal): -12564869 or 8078912. OLE color: 8078912.
HSL color Cylindrical-coordinate representation of color #40467B: hue angle of 233.9º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40467B is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 70 | 123 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.52 |
| HSL | 233.9º | 0.32% | 0.37% | - |
| HSV(B) | 233.9º | 0.48% | 0.48% | - |
| XYZ | 7.88 | 6.9 | 19.66 | - |
| YUV | 74.25 | 155.51 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 70 | 123 | 0.48 | 0.43 | 0 | 0.52 | 233.9 | 0.32 | 0.37 |
| Hex | 40 | 46 | 7B | 30 | 2B | 0 | 34 | EA | 20 | 25 |
| Octal | 100 | 106 | 173 | 60 | 53 | 0 | 64 | 352 | 40 | 45 |
| Binary | 1000000 | 1000110 | 1111011 | 110000 | 101011 | 0 | 110100 | 11101010 | 100000 | 100101 |
Color Harmonies of #40467B
Complementary color
Monochromatic Colors of #40467B
Black with #40467B
Text Example
Text Example
White with #40467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40467B; }
p { color: rgb(64,70,123); }
H1.HeaderClassName
{
color: #40467B;
}
.AnyTagClassName
{
color: #40467B;
}
</style>
background-color css
<style>
a { background-color: #40467B; }
a { background-color: rgb(64,70,123); }
div.DivClassName
{
background-color: #40467B;
}
.BgClassName
{
background-color: #40467B;
}
</style>
border-color css
<style>
span { border-color: #40467B; }
span { border-color: rgb(64,70,123); }
td.TdClassName
{
border-color: #40467B;
}
.TagClassName
{
border-color: #40467B;
}
</style>