Shades of Jacksons Purple #424989
Tints of Jacksons Purple #424989
RGB
CMYK
RGB Variations
Color information
#424989 (or 0x424989) is known color: Jacksons Purple. HEX triplet: 42, 49 and 89. RGB value is (66,73,137). Sum of RGB (Red+Green+Blue) = 66+73+137=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 137 (53.91% from 255 or 49.64% from 276); Max value from RGB is 137 - color contains mainly: blue. Hex color #424989 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424989 is #BDB676. Grayscale: #4D4D4D. Windows color (decimal): -12433015 or 8997186. OLE color: 8997186.
HSL color Cylindrical-coordinate representation of color #424989: hue angle of 234.08º 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 #424989 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 73 | 137 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.46 |
| HSL | 234.08º | 0.35% | 0.4% | - |
| HSV(B) | 234.08º | 0.52% | 0.54% | - |
| XYZ | 9.14 | 7.73 | 24.68 | - |
| YUV | 78.2 | 161.18 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 73 | 137 | 0.52 | 0.47 | 0 | 0.46 | 234.08 | 0.35 | 0.4 |
| Hex | 42 | 49 | 89 | 34 | 2F | 0 | 2E | EA | 23 | 28 |
| Octal | 102 | 111 | 211 | 64 | 57 | 0 | 56 | 352 | 43 | 50 |
| Binary | 1000010 | 1001001 | 10001001 | 110100 | 101111 | 0 | 101110 | 11101010 | 100011 | 101000 |
Color Harmonies of #424989
Complementary color
Monochromatic Colors of #424989
Black with #424989
Text Example
Text Example
White with #424989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424989; }
p { color: rgb(66,73,137); }
H1.HeaderClassName
{
color: #424989;
}
.AnyTagClassName
{
color: #424989;
}
</style>
background-color css
<style>
a { background-color: #424989; }
a { background-color: rgb(66,73,137); }
div.DivClassName
{
background-color: #424989;
}
.BgClassName
{
background-color: #424989;
}
</style>
border-color css
<style>
span { border-color: #424989; }
span { border-color: rgb(66,73,137); }
td.TdClassName
{
border-color: #424989;
}
.TagClassName
{
border-color: #424989;
}
</style>