Shades of Jacksons Purple #42447A
Tints of Jacksons Purple #42447A
RGB
CMYK
RGB Variations
Color information
#42447A (or 0x42447A) is known color: Jacksons Purple. HEX triplet: 42, 44 and 7A. RGB value is (66,68,122). Sum of RGB (Red+Green+Blue) = 66+68+122=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 122 (48.05% from 255 or 47.66% from 256); Max value from RGB is 122 - color contains mainly: blue. Hex color #42447A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42447A is #BDBB85. Grayscale: #494949. Windows color (decimal): -12434310 or 8012866. OLE color: 8012866.
HSL color Cylindrical-coordinate representation of color #42447A: hue angle of 237.86º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #42447A is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 68 | 122 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.52 |
| HSL | 237.86º | 0.3% | 0.37% | - |
| HSV(B) | 237.86º | 0.46% | 0.48% | - |
| XYZ | 7.83 | 6.7 | 19.29 | - |
| YUV | 73.56 | 155.34 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 68 | 122 | 0.46 | 0.44 | 0 | 0.52 | 237.86 | 0.3 | 0.37 |
| Hex | 42 | 44 | 7A | 2E | 2C | 0 | 34 | EE | 1E | 25 |
| Octal | 102 | 104 | 172 | 56 | 54 | 0 | 64 | 356 | 36 | 45 |
| Binary | 1000010 | 1000100 | 1111010 | 101110 | 101100 | 0 | 110100 | 11101110 | 11110 | 100101 |
Color Harmonies of #42447A
Complementary color
Monochromatic Colors of #42447A
Black with #42447A
Text Example
Text Example
White with #42447A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42447A; }
p { color: rgb(66,68,122); }
H1.HeaderClassName
{
color: #42447A;
}
.AnyTagClassName
{
color: #42447A;
}
</style>
background-color css
<style>
a { background-color: #42447A; }
a { background-color: rgb(66,68,122); }
div.DivClassName
{
background-color: #42447A;
}
.BgClassName
{
background-color: #42447A;
}
</style>
border-color css
<style>
span { border-color: #42447A; }
span { border-color: rgb(66,68,122); }
td.TdClassName
{
border-color: #42447A;
}
.TagClassName
{
border-color: #42447A;
}
</style>