Shades of Jacksons Purple #40417E
Tints of Jacksons Purple #40417E
RGB
CMYK
RGB Variations
Color information
#40417E (or 0x40417E) is known color: Jacksons Purple. HEX triplet: 40, 41 and 7E. RGB value is (64,65,126). Sum of RGB (Red+Green+Blue) = 64+65+126=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 126 (49.61% from 255 or 49.41% from 255); Max value from RGB is 126 - color contains mainly: blue. Hex color #40417E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40417E is #BFBE81. Grayscale: #474747. Windows color (decimal): -12566146 or 8274240. OLE color: 8274240.
HSL color Cylindrical-coordinate representation of color #40417E: hue angle of 239.03º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #40417E is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 65 | 126 | - |
| CMYK | 0.49 | 0.48 | 0 | 0.51 |
| HSL | 239.03º | 0.33% | 0.37% | - |
| HSV(B) | 239.03º | 0.49% | 0.49% | - |
| XYZ | 7.77 | 6.38 | 20.56 | - |
| YUV | 71.66 | 158.67 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 126 | 0.49 | 0.48 | 0 | 0.51 | 239.03 | 0.33 | 0.37 |
| Hex | 40 | 41 | 7E | 31 | 30 | 0 | 33 | EF | 21 | 25 |
| Octal | 100 | 101 | 176 | 61 | 60 | 0 | 63 | 357 | 41 | 45 |
| Binary | 1000000 | 1000001 | 1111110 | 110001 | 110000 | 0 | 110011 | 11101111 | 100001 | 100101 |
Color Harmonies of #40417E
Complementary color
Monochromatic Colors of #40417E
Black with #40417E
Text Example
Text Example
White with #40417E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40417E; }
p { color: rgb(64,65,126); }
H1.HeaderClassName
{
color: #40417E;
}
.AnyTagClassName
{
color: #40417E;
}
</style>
background-color css
<style>
a { background-color: #40417E; }
a { background-color: rgb(64,65,126); }
div.DivClassName
{
background-color: #40417E;
}
.BgClassName
{
background-color: #40417E;
}
</style>
border-color css
<style>
span { border-color: #40417E; }
span { border-color: rgb(64,65,126); }
td.TdClassName
{
border-color: #40417E;
}
.TagClassName
{
border-color: #40417E;
}
</style>