Shades of Jacksons Purple #40428C
Tints of Jacksons Purple #40428C
RGB
CMYK
RGB Variations
Color information
#40428C (or 0x40428C) is known color: Jacksons Purple. HEX triplet: 40, 42 and 8C. RGB value is (64,66,140). Sum of RGB (Red+Green+Blue) = 64+66+140=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 140 (55.08% from 255 or 51.85% from 270); Max value from RGB is 140 - color contains mainly: blue. Hex color #40428C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40428C is #BFBD73. Grayscale: #494949. Windows color (decimal): -12565876 or 9192000. OLE color: 9192000.
HSL color Cylindrical-coordinate representation of color #40428C: hue angle of 238.42º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40428C is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 66 | 140 | - |
| CMYK | 0.54 | 0.53 | 0 | 0.45 |
| HSL | 238.42º | 0.37% | 0.4% | - |
| HSV(B) | 238.42º | 0.54% | 0.55% | - |
| XYZ | 8.8 | 6.88 | 25.68 | - |
| YUV | 73.84 | 165.34 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 140 | 0.54 | 0.53 | 0 | 0.45 | 238.42 | 0.37 | 0.4 |
| Hex | 40 | 42 | 8C | 36 | 35 | 0 | 2D | EE | 25 | 28 |
| Octal | 100 | 102 | 214 | 66 | 65 | 0 | 55 | 356 | 45 | 50 |
| Binary | 1000000 | 1000010 | 10001100 | 110110 | 110101 | 0 | 101101 | 11101110 | 100101 | 101000 |
Color Harmonies of #40428C
Complementary color
Monochromatic Colors of #40428C
Black with #40428C
Text Example
Text Example
White with #40428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40428C; }
p { color: rgb(64,66,140); }
H1.HeaderClassName
{
color: #40428C;
}
.AnyTagClassName
{
color: #40428C;
}
</style>
background-color css
<style>
a { background-color: #40428C; }
a { background-color: rgb(64,66,140); }
div.DivClassName
{
background-color: #40428C;
}
.BgClassName
{
background-color: #40428C;
}
</style>
border-color css
<style>
span { border-color: #40428C; }
span { border-color: rgb(64,66,140); }
td.TdClassName
{
border-color: #40428C;
}
.TagClassName
{
border-color: #40428C;
}
</style>