Shades of Jacksons Purple #40488C
Tints of Jacksons Purple #40488C
RGB
CMYK
RGB Variations
Color information
#40488C (or 0x40488C) is known color: Jacksons Purple. HEX triplet: 40, 48 and 8C. RGB value is (64,72,140). Sum of RGB (Red+Green+Blue) = 64+72+140=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 140 (55.08% from 255 or 50.72% from 276); Max value from RGB is 140 - color contains mainly: blue. Hex color #40488C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40488C is #BFB773. Grayscale: #4D4D4D. Windows color (decimal): -12564340 or 9193536. OLE color: 9193536.
HSL color Cylindrical-coordinate representation of color #40488C: hue angle of 233.68º 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 #40488C is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 72 | 140 | - |
| CMYK | 0.54 | 0.49 | 0 | 0.45 |
| HSL | 233.68º | 0.37% | 0.4% | - |
| HSV(B) | 233.68º | 0.54% | 0.55% | - |
| XYZ | 9.17 | 7.62 | 25.8 | - |
| YUV | 77.36 | 163.35 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 72 | 140 | 0.54 | 0.49 | 0 | 0.45 | 233.68 | 0.37 | 0.4 |
| Hex | 40 | 48 | 8C | 36 | 31 | 0 | 2D | EA | 25 | 28 |
| Octal | 100 | 110 | 214 | 66 | 61 | 0 | 55 | 352 | 45 | 50 |
| Binary | 1000000 | 1001000 | 10001100 | 110110 | 110001 | 0 | 101101 | 11101010 | 100101 | 101000 |
Color Harmonies of #40488C
Complementary color
Monochromatic Colors of #40488C
Black with #40488C
Text Example
Text Example
White with #40488C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40488C; }
p { color: rgb(64,72,140); }
H1.HeaderClassName
{
color: #40488C;
}
.AnyTagClassName
{
color: #40488C;
}
</style>
background-color css
<style>
a { background-color: #40488C; }
a { background-color: rgb(64,72,140); }
div.DivClassName
{
background-color: #40488C;
}
.BgClassName
{
background-color: #40488C;
}
</style>
border-color css
<style>
span { border-color: #40488C; }
span { border-color: rgb(64,72,140); }
td.TdClassName
{
border-color: #40488C;
}
.TagClassName
{
border-color: #40488C;
}
</style>