Shades of Jacksons Purple #40438B
Tints of Jacksons Purple #40438B
RGB
CMYK
RGB Variations
Color information
#40438B (or 0x40438B) is known color: Jacksons Purple. HEX triplet: 40, 43 and 8B. RGB value is (64,67,139). Sum of RGB (Red+Green+Blue) = 64+67+139=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #40438B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40438B is #BFBC74. Grayscale: #4A4A4A. Windows color (decimal): -12565621 or 9126720. OLE color: 9126720.
HSL color Cylindrical-coordinate representation of color #40438B: hue angle of 237.6º 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 #40438B is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 67 | 139 | - |
| CMYK | 0.54 | 0.52 | 0 | 0.45 |
| HSL | 237.6º | 0.37% | 0.4% | - |
| HSV(B) | 237.6º | 0.54% | 0.55% | - |
| XYZ | 8.78 | 6.97 | 25.31 | - |
| YUV | 74.31 | 164.51 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 67 | 139 | 0.54 | 0.52 | 0 | 0.45 | 237.6 | 0.37 | 0.4 |
| Hex | 40 | 43 | 8B | 36 | 34 | 0 | 2D | EE | 25 | 28 |
| Octal | 100 | 103 | 213 | 66 | 64 | 0 | 55 | 356 | 45 | 50 |
| Binary | 1000000 | 1000011 | 10001011 | 110110 | 110100 | 0 | 101101 | 11101110 | 100101 | 101000 |
Color Harmonies of #40438B
Complementary color
Monochromatic Colors of #40438B
Black with #40438B
Text Example
Text Example
White with #40438B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40438B; }
p { color: rgb(64,67,139); }
H1.HeaderClassName
{
color: #40438B;
}
.AnyTagClassName
{
color: #40438B;
}
</style>
background-color css
<style>
a { background-color: #40438B; }
a { background-color: rgb(64,67,139); }
div.DivClassName
{
background-color: #40438B;
}
.BgClassName
{
background-color: #40438B;
}
</style>
border-color css
<style>
span { border-color: #40438B; }
span { border-color: rgb(64,67,139); }
td.TdClassName
{
border-color: #40438B;
}
.TagClassName
{
border-color: #40438B;
}
</style>