Shades of Jacksons Purple #40437A
Tints of Jacksons Purple #40437A
RGB
CMYK
RGB Variations
Color information
#40437A (or 0x40437A) is known color: Jacksons Purple. HEX triplet: 40, 43 and 7A. RGB value is (64,67,122). Sum of RGB (Red+Green+Blue) = 64+67+122=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 122 (48.05% from 255 or 48.22% from 253); Max value from RGB is 122 - color contains mainly: blue. Hex color #40437A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40437A is #BFBC85. Grayscale: #484848. Windows color (decimal): -12565638 or 8012608. OLE color: 8012608.
HSL color Cylindrical-coordinate representation of color #40437A: hue angle of 236.9º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40437A is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 67 | 122 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.52 |
| HSL | 236.9º | 0.31% | 0.36% | - |
| HSV(B) | 236.9º | 0.48% | 0.48% | - |
| XYZ | 7.63 | 6.51 | 19.27 | - |
| YUV | 72.37 | 156.01 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 67 | 122 | 0.48 | 0.45 | 0 | 0.52 | 236.9 | 0.31 | 0.36 |
| Hex | 40 | 43 | 7A | 30 | 2D | 0 | 34 | ED | 1F | 24 |
| Octal | 100 | 103 | 172 | 60 | 55 | 0 | 64 | 355 | 37 | 44 |
| Binary | 1000000 | 1000011 | 1111010 | 110000 | 101101 | 0 | 110100 | 11101101 | 11111 | 100100 |
Color Harmonies of #40437A
Complementary color
Monochromatic Colors of #40437A
Black with #40437A
Text Example
Text Example
White with #40437A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40437A; }
p { color: rgb(64,67,122); }
H1.HeaderClassName
{
color: #40437A;
}
.AnyTagClassName
{
color: #40437A;
}
</style>
background-color css
<style>
a { background-color: #40437A; }
a { background-color: rgb(64,67,122); }
div.DivClassName
{
background-color: #40437A;
}
.BgClassName
{
background-color: #40437A;
}
</style>
border-color css
<style>
span { border-color: #40437A; }
span { border-color: rgb(64,67,122); }
td.TdClassName
{
border-color: #40437A;
}
.TagClassName
{
border-color: #40437A;
}
</style>