Shades of Jacksons Purple #42447B
Tints of Jacksons Purple #42447B
RGB
CMYK
RGB Variations
Color information
#42447B (or 0x42447B) is known color: Jacksons Purple. HEX triplet: 42, 44 and 7B. RGB value is (66,68,123). Sum of RGB (Red+Green+Blue) = 66+68+123=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 123 - color contains mainly: blue. Hex color #42447B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42447B is #BDBB84. Grayscale: #494949. Windows color (decimal): -12434309 or 8078402. OLE color: 8078402.
HSL color Cylindrical-coordinate representation of color #42447B: hue angle of 237.89º 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 #42447B is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 68 | 123 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.52 |
| HSL | 237.89º | 0.3% | 0.37% | - |
| HSV(B) | 237.89º | 0.46% | 0.48% | - |
| XYZ | 7.89 | 6.72 | 19.62 | - |
| YUV | 73.67 | 155.84 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 68 | 123 | 0.46 | 0.45 | 0 | 0.52 | 237.89 | 0.3 | 0.37 |
| Hex | 42 | 44 | 7B | 2E | 2D | 0 | 34 | EE | 1E | 25 |
| Octal | 102 | 104 | 173 | 56 | 55 | 0 | 64 | 356 | 36 | 45 |
| Binary | 1000010 | 1000100 | 1111011 | 101110 | 101101 | 0 | 110100 | 11101110 | 11110 | 100101 |
Color Harmonies of #42447B
Complementary color
Monochromatic Colors of #42447B
Black with #42447B
Text Example
Text Example
White with #42447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42447B; }
p { color: rgb(66,68,123); }
H1.HeaderClassName
{
color: #42447B;
}
.AnyTagClassName
{
color: #42447B;
}
</style>
background-color css
<style>
a { background-color: #42447B; }
a { background-color: rgb(66,68,123); }
div.DivClassName
{
background-color: #42447B;
}
.BgClassName
{
background-color: #42447B;
}
</style>
border-color css
<style>
span { border-color: #42447B; }
span { border-color: rgb(66,68,123); }
td.TdClassName
{
border-color: #42447B;
}
.TagClassName
{
border-color: #42447B;
}
</style>