Shades of Jacksons Purple #40437C
Tints of Jacksons Purple #40437C
RGB
CMYK
RGB Variations
Color information
#40437C (or 0x40437C) is known color: Jacksons Purple. HEX triplet: 40, 43 and 7C. RGB value is (64,67,124). Sum of RGB (Red+Green+Blue) = 64+67+124=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 124 - color contains mainly: blue. Hex color #40437C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40437C is #BFBC83. Grayscale: #484848. Windows color (decimal): -12565636 or 8143680. OLE color: 8143680.
HSL color Cylindrical-coordinate representation of color #40437C: hue angle of 237º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40437C is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 67 | 124 | - |
| CMYK | 0.48 | 0.46 | 0 | 0.51 |
| HSL | 237º | 0.32% | 0.37% | - |
| HSV(B) | 237º | 0.48% | 0.49% | - |
| XYZ | 7.76 | 6.56 | 19.93 | - |
| YUV | 72.6 | 157.01 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 67 | 124 | 0.48 | 0.46 | 0 | 0.51 | 237 | 0.32 | 0.37 |
| Hex | 40 | 43 | 7C | 30 | 2E | 0 | 33 | ED | 20 | 25 |
| Octal | 100 | 103 | 174 | 60 | 56 | 0 | 63 | 355 | 40 | 45 |
| Binary | 1000000 | 1000011 | 1111100 | 110000 | 101110 | 0 | 110011 | 11101101 | 100000 | 100101 |
Color Harmonies of #40437C
Complementary color
Monochromatic Colors of #40437C
Black with #40437C
Text Example
Text Example
White with #40437C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40437C; }
p { color: rgb(64,67,124); }
H1.HeaderClassName
{
color: #40437C;
}
.AnyTagClassName
{
color: #40437C;
}
</style>
background-color css
<style>
a { background-color: #40437C; }
a { background-color: rgb(64,67,124); }
div.DivClassName
{
background-color: #40437C;
}
.BgClassName
{
background-color: #40437C;
}
</style>
border-color css
<style>
span { border-color: #40437C; }
span { border-color: rgb(64,67,124); }
td.TdClassName
{
border-color: #40437C;
}
.TagClassName
{
border-color: #40437C;
}
</style>