Shades of Jacksons Purple #40407F
Tints of Jacksons Purple #40407F
RGB
CMYK
RGB Variations
Color information
#40407F (or 0x40407F) is known color: Jacksons Purple. HEX triplet: 40, 40 and 7F. RGB value is (64,64,127). Sum of RGB (Red+Green+Blue) = 64+64+127=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 127 (50% from 255 or 49.80% from 255); Max value from RGB is 127 - color contains mainly: blue. Hex color #40407F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40407F is #BFBF80. Grayscale: #464646. Windows color (decimal): -12566401 or 8339520. OLE color: 8339520.
HSL color Cylindrical-coordinate representation of color #40407F: hue angle of 240º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #40407F is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 64 | 64 | 127 | - |
| CMYK | 0.50 | 0.50 | 0 | 0.50 |
| HSL | 240º | 0.33% | 0.37% | - |
| HSV(B) | 240º | 0.5% | 0.5% | - |
| XYZ | 7.78 | 6.29 | 20.88 | - |
| YUV | 71.18 | 159.5 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 64 | 127 | 0.50 | 0.50 | 0 | 0.50 | 240 | 0.33 | 0.37 |
| Hex | 40 | 40 | 7F | 32 | 32 | 0 | 32 | F0 | 21 | 25 |
| Octal | 100 | 100 | 177 | 62 | 62 | 0 | 62 | 360 | 41 | 45 |
| Binary | 1000000 | 1000000 | 1111111 | 110010 | 110010 | 0 | 110010 | 11110000 | 100001 | 100101 |
Color Harmonies of #40407F
Complementary color
Monochromatic Colors of #40407F
Black with #40407F
Text Example
Text Example
White with #40407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40407F; }
p { color: rgb(64,64,127); }
H1.HeaderClassName
{
color: #40407F;
}
.AnyTagClassName
{
color: #40407F;
}
</style>
background-color css
<style>
a { background-color: #40407F; }
a { background-color: rgb(64,64,127); }
div.DivClassName
{
background-color: #40407F;
}
.BgClassName
{
background-color: #40407F;
}
</style>
border-color css
<style>
span { border-color: #40407F; }
span { border-color: rgb(64,64,127); }
td.TdClassName
{
border-color: #40407F;
}
.TagClassName
{
border-color: #40407F;
}
</style>