Shades of Jacksons Purple #40367A
Tints of Jacksons Purple #40367A
RGB
CMYK
RGB Variations
Color information
#40367A (or 0x40367A) is known color: Jacksons Purple. HEX triplet: 40, 36 and 7A. RGB value is (64,54,122). Sum of RGB (Red+Green+Blue) = 64+54+122=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #40367A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40367A is #BFC985. Grayscale: #404040. Windows color (decimal): -12568966 or 8009280. OLE color: 8009280.
HSL color Cylindrical-coordinate representation of color #40367A: hue angle of 248.82º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40367A is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 54 | 122 | - |
| CMYK | 0.48 | 0.56 | 0 | 0.52 |
| HSL | 248.82º | 0.39% | 0.35% | - |
| HSV(B) | 248.82º | 0.56% | 0.48% | - |
| XYZ | 6.95 | 5.13 | 19.04 | - |
| YUV | 64.74 | 160.31 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 54 | 122 | 0.48 | 0.56 | 0 | 0.52 | 248.82 | 0.39 | 0.35 |
| Hex | 40 | 36 | 7A | 30 | 38 | 0 | 34 | F9 | 27 | 23 |
| Octal | 100 | 66 | 172 | 60 | 70 | 0 | 64 | 371 | 47 | 43 |
| Binary | 1000000 | 110110 | 1111010 | 110000 | 111000 | 0 | 110100 | 11111001 | 100111 | 100011 |
Color Harmonies of #40367A
Complementary color
Monochromatic Colors of #40367A
Black with #40367A
Text Example
Text Example
White with #40367A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40367A; }
p { color: rgb(64,54,122); }
H1.HeaderClassName
{
color: #40367A;
}
.AnyTagClassName
{
color: #40367A;
}
</style>
background-color css
<style>
a { background-color: #40367A; }
a { background-color: rgb(64,54,122); }
div.DivClassName
{
background-color: #40367A;
}
.BgClassName
{
background-color: #40367A;
}
</style>
border-color css
<style>
span { border-color: #40367A; }
span { border-color: rgb(64,54,122); }
td.TdClassName
{
border-color: #40367A;
}
.TagClassName
{
border-color: #40367A;
}
</style>