Shades of Jacksons Purple #40468C
Tints of Jacksons Purple #40468C
RGB
CMYK
RGB Variations
Color information
#40468C (or 0x40468C) is known color: Jacksons Purple. HEX triplet: 40, 46 and 8C. RGB value is (64,70,140). Sum of RGB (Red+Green+Blue) = 64+70+140=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 140 (55.08% from 255 or 51.09% from 274); Max value from RGB is 140 - color contains mainly: blue. Hex color #40468C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40468C is #BFB973. Grayscale: #4B4B4B. Windows color (decimal): -12564852 or 9193024. OLE color: 9193024.
HSL color Cylindrical-coordinate representation of color #40468C: hue angle of 235.26º 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 #40468C is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 70 | 140 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.45 |
| HSL | 235.26º | 0.37% | 0.4% | - |
| HSV(B) | 235.26º | 0.54% | 0.55% | - |
| XYZ | 9.04 | 7.36 | 25.76 | - |
| YUV | 76.19 | 164.01 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 70 | 140 | 0.54 | 0.50 | 0 | 0.45 | 235.26 | 0.37 | 0.4 |
| Hex | 40 | 46 | 8C | 36 | 32 | 0 | 2D | EB | 25 | 28 |
| Octal | 100 | 106 | 214 | 66 | 62 | 0 | 55 | 353 | 45 | 50 |
| Binary | 1000000 | 1000110 | 10001100 | 110110 | 110010 | 0 | 101101 | 11101011 | 100101 | 101000 |
Color Harmonies of #40468C
Complementary color
Monochromatic Colors of #40468C
Black with #40468C
Text Example
Text Example
White with #40468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40468C; }
p { color: rgb(64,70,140); }
H1.HeaderClassName
{
color: #40468C;
}
.AnyTagClassName
{
color: #40468C;
}
</style>
background-color css
<style>
a { background-color: #40468C; }
a { background-color: rgb(64,70,140); }
div.DivClassName
{
background-color: #40468C;
}
.BgClassName
{
background-color: #40468C;
}
</style>
border-color css
<style>
span { border-color: #40468C; }
span { border-color: rgb(64,70,140); }
td.TdClassName
{
border-color: #40468C;
}
.TagClassName
{
border-color: #40468C;
}
</style>