Shades of Jacksons Purple #40418C
Tints of Jacksons Purple #40418C
RGB
CMYK
RGB Variations
Color information
#40418C (or 0x40418C) is known color: Jacksons Purple. HEX triplet: 40, 41 and 8C. RGB value is (64,65,140). Sum of RGB (Red+Green+Blue) = 64+65+140=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 140 (55.08% from 255 or 52.04% from 269); Max value from RGB is 140 - color contains mainly: blue. Hex color #40418C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40418C is #BFBE73. Grayscale: #484848. Windows color (decimal): -12566132 or 9191744. OLE color: 9191744.
HSL color Cylindrical-coordinate representation of color #40418C: hue angle of 239.21º 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 #40418C is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 65 | 140 | - |
| CMYK | 0.54 | 0.54 | 0 | 0.45 |
| HSL | 239.21º | 0.37% | 0.4% | - |
| HSV(B) | 239.21º | 0.54% | 0.55% | - |
| XYZ | 8.74 | 6.76 | 25.66 | - |
| YUV | 73.25 | 165.67 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 140 | 0.54 | 0.54 | 0 | 0.45 | 239.21 | 0.37 | 0.4 |
| Hex | 40 | 41 | 8C | 36 | 36 | 0 | 2D | EF | 25 | 28 |
| Octal | 100 | 101 | 214 | 66 | 66 | 0 | 55 | 357 | 45 | 50 |
| Binary | 1000000 | 1000001 | 10001100 | 110110 | 110110 | 0 | 101101 | 11101111 | 100101 | 101000 |
Color Harmonies of #40418C
Complementary color
Monochromatic Colors of #40418C
Black with #40418C
Text Example
Text Example
White with #40418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40418C; }
p { color: rgb(64,65,140); }
H1.HeaderClassName
{
color: #40418C;
}
.AnyTagClassName
{
color: #40418C;
}
</style>
background-color css
<style>
a { background-color: #40418C; }
a { background-color: rgb(64,65,140); }
div.DivClassName
{
background-color: #40418C;
}
.BgClassName
{
background-color: #40418C;
}
</style>
border-color css
<style>
span { border-color: #40418C; }
span { border-color: rgb(64,65,140); }
td.TdClassName
{
border-color: #40418C;
}
.TagClassName
{
border-color: #40418C;
}
</style>