Shades of Jacksons Purple #42498E
Tints of Jacksons Purple #42498E
RGB
CMYK
RGB Variations
Color information
#42498E (or 0x42498E) is known color: Jacksons Purple. HEX triplet: 42, 49 and 8E. RGB value is (66,73,142). Sum of RGB (Red+Green+Blue) = 66+73+142=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 142 (55.86% from 255 or 50.53% from 281); Max value from RGB is 142 - color contains mainly: blue. Hex color #42498E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42498E is #BDB671. Grayscale: #4E4E4E. Windows color (decimal): -12433010 or 9324866. OLE color: 9324866.
HSL color Cylindrical-coordinate representation of color #42498E: hue angle of 234.47º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42498E is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 73 | 142 | - |
| CMYK | 0.54 | 0.49 | 0 | 0.44 |
| HSL | 234.47º | 0.37% | 0.41% | - |
| HSV(B) | 234.47º | 0.54% | 0.56% | - |
| XYZ | 9.51 | 7.88 | 26.61 | - |
| YUV | 78.77 | 163.68 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 73 | 142 | 0.54 | 0.49 | 0 | 0.44 | 234.47 | 0.37 | 0.41 |
| Hex | 42 | 49 | 8E | 36 | 31 | 0 | 2C | EA | 25 | 29 |
| Octal | 102 | 111 | 216 | 66 | 61 | 0 | 54 | 352 | 45 | 51 |
| Binary | 1000010 | 1001001 | 10001110 | 110110 | 110001 | 0 | 101100 | 11101010 | 100101 | 101001 |
Color Harmonies of #42498E
Complementary color
Monochromatic Colors of #42498E
Black with #42498E
Text Example
Text Example
White with #42498E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42498E; }
p { color: rgb(66,73,142); }
H1.HeaderClassName
{
color: #42498E;
}
.AnyTagClassName
{
color: #42498E;
}
</style>
background-color css
<style>
a { background-color: #42498E; }
a { background-color: rgb(66,73,142); }
div.DivClassName
{
background-color: #42498E;
}
.BgClassName
{
background-color: #42498E;
}
</style>
border-color css
<style>
span { border-color: #42498E; }
span { border-color: rgb(66,73,142); }
td.TdClassName
{
border-color: #42498E;
}
.TagClassName
{
border-color: #42498E;
}
</style>