Shades of Jacksons Purple #42498A
Tints of Jacksons Purple #42498A
RGB
CMYK
RGB Variations
Color information
#42498A (or 0x42498A) is known color: Jacksons Purple. HEX triplet: 42, 49 and 8A. RGB value is (66,73,138). Sum of RGB (Red+Green+Blue) = 66+73+138=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 138 (54.30% from 255 or 49.82% from 277); Max value from RGB is 138 - color contains mainly: blue. Hex color #42498A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42498A is #BDB675. Grayscale: #4E4E4E. Windows color (decimal): -12433014 or 9062722. OLE color: 9062722.
HSL color Cylindrical-coordinate representation of color #42498A: hue angle of 234.17º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #42498A is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 73 | 138 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.46 |
| HSL | 234.17º | 0.35% | 0.4% | - |
| HSV(B) | 234.17º | 0.52% | 0.54% | - |
| XYZ | 9.22 | 7.76 | 25.06 | - |
| YUV | 78.32 | 161.68 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 73 | 138 | 0.52 | 0.47 | 0 | 0.46 | 234.17 | 0.35 | 0.4 |
| Hex | 42 | 49 | 8A | 34 | 2F | 0 | 2E | EA | 23 | 28 |
| Octal | 102 | 111 | 212 | 64 | 57 | 0 | 56 | 352 | 43 | 50 |
| Binary | 1000010 | 1001001 | 10001010 | 110100 | 101111 | 0 | 101110 | 11101010 | 100011 | 101000 |
Color Harmonies of #42498A
Complementary color
Monochromatic Colors of #42498A
Black with #42498A
Text Example
Text Example
White with #42498A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42498A; }
p { color: rgb(66,73,138); }
H1.HeaderClassName
{
color: #42498A;
}
.AnyTagClassName
{
color: #42498A;
}
</style>
background-color css
<style>
a { background-color: #42498A; }
a { background-color: rgb(66,73,138); }
div.DivClassName
{
background-color: #42498A;
}
.BgClassName
{
background-color: #42498A;
}
</style>
border-color css
<style>
span { border-color: #42498A; }
span { border-color: rgb(66,73,138); }
td.TdClassName
{
border-color: #42498A;
}
.TagClassName
{
border-color: #42498A;
}
</style>