Shades of Jacksons Purple #40438E
Tints of Jacksons Purple #40438E
RGB
CMYK
RGB Variations
Color information
#40438E (or 0x40438E) is known color: Jacksons Purple. HEX triplet: 40, 43 and 8E. RGB value is (64,67,142). Sum of RGB (Red+Green+Blue) = 64+67+142=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #40438E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40438E is #BFBC71. Grayscale: #4A4A4A. Windows color (decimal): -12565618 or 9323328. OLE color: 9323328.
HSL color Cylindrical-coordinate representation of color #40438E: hue angle of 237.69º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40438E is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 67 | 142 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.44 |
| HSL | 237.69º | 0.38% | 0.4% | - |
| HSV(B) | 237.69º | 0.55% | 0.56% | - |
| XYZ | 9 | 7.06 | 26.48 | - |
| YUV | 74.65 | 166.01 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 67 | 142 | 0.55 | 0.53 | 0 | 0.44 | 237.69 | 0.38 | 0.4 |
| Hex | 40 | 43 | 8E | 37 | 35 | 0 | 2C | EE | 26 | 28 |
| Octal | 100 | 103 | 216 | 67 | 65 | 0 | 54 | 356 | 46 | 50 |
| Binary | 1000000 | 1000011 | 10001110 | 110111 | 110101 | 0 | 101100 | 11101110 | 100110 | 101000 |
Color Harmonies of #40438E
Complementary color
Monochromatic Colors of #40438E
Black with #40438E
Text Example
Text Example
White with #40438E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40438E; }
p { color: rgb(64,67,142); }
H1.HeaderClassName
{
color: #40438E;
}
.AnyTagClassName
{
color: #40438E;
}
</style>
background-color css
<style>
a { background-color: #40438E; }
a { background-color: rgb(64,67,142); }
div.DivClassName
{
background-color: #40438E;
}
.BgClassName
{
background-color: #40438E;
}
</style>
border-color css
<style>
span { border-color: #40438E; }
span { border-color: rgb(64,67,142); }
td.TdClassName
{
border-color: #40438E;
}
.TagClassName
{
border-color: #40438E;
}
</style>