Shades of Jacksons Purple #40457B
Tints of Jacksons Purple #40457B
RGB
CMYK
RGB Variations
Color information
#40457B (or 0x40457B) is known color: Jacksons Purple. HEX triplet: 40, 45 and 7B. RGB value is (64,69,123). Sum of RGB (Red+Green+Blue) = 64+69+123=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #40457B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40457B is #BFBA84. Grayscale: #494949. Windows color (decimal): -12565125 or 8078656. OLE color: 8078656.
HSL color Cylindrical-coordinate representation of color #40457B: hue angle of 234.92º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40457B is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 69 | 123 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.52 |
| HSL | 234.92º | 0.32% | 0.37% | - |
| HSV(B) | 234.92º | 0.48% | 0.48% | - |
| XYZ | 7.82 | 6.78 | 19.63 | - |
| YUV | 73.66 | 155.84 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 69 | 123 | 0.48 | 0.44 | 0 | 0.52 | 234.92 | 0.32 | 0.37 |
| Hex | 40 | 45 | 7B | 30 | 2C | 0 | 34 | EB | 20 | 25 |
| Octal | 100 | 105 | 173 | 60 | 54 | 0 | 64 | 353 | 40 | 45 |
| Binary | 1000000 | 1000101 | 1111011 | 110000 | 101100 | 0 | 110100 | 11101011 | 100000 | 100101 |
Color Harmonies of #40457B
Complementary color
Monochromatic Colors of #40457B
Black with #40457B
Text Example
Text Example
White with #40457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40457B; }
p { color: rgb(64,69,123); }
H1.HeaderClassName
{
color: #40457B;
}
.AnyTagClassName
{
color: #40457B;
}
</style>
background-color css
<style>
a { background-color: #40457B; }
a { background-color: rgb(64,69,123); }
div.DivClassName
{
background-color: #40457B;
}
.BgClassName
{
background-color: #40457B;
}
</style>
border-color css
<style>
span { border-color: #40457B; }
span { border-color: rgb(64,69,123); }
td.TdClassName
{
border-color: #40457B;
}
.TagClassName
{
border-color: #40457B;
}
</style>