Shades of Jacksons Purple #424389
Tints of Jacksons Purple #424389
RGB
CMYK
RGB Variations
Color information
#424389 (or 0x424389) is known color: Jacksons Purple. HEX triplet: 42, 43 and 89. RGB value is (66,67,137). Sum of RGB (Red+Green+Blue) = 66+67+137=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 137 (53.91% from 255 or 50.74% from 270); Max value from RGB is 137 - color contains mainly: blue. Hex color #424389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424389 is #BDBC76. Grayscale: #4A4A4A. Windows color (decimal): -12434551 or 8995650. OLE color: 8995650.
HSL color Cylindrical-coordinate representation of color #424389: hue angle of 239.15º 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 #424389 is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 67 | 137 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.46 |
| HSL | 239.15º | 0.35% | 0.4% | - |
| HSV(B) | 239.15º | 0.52% | 0.54% | - |
| XYZ | 8.77 | 6.98 | 24.55 | - |
| YUV | 74.68 | 163.17 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 137 | 0.52 | 0.51 | 0 | 0.46 | 239.15 | 0.35 | 0.4 |
| Hex | 42 | 43 | 89 | 34 | 33 | 0 | 2E | EF | 23 | 28 |
| Octal | 102 | 103 | 211 | 64 | 63 | 0 | 56 | 357 | 43 | 50 |
| Binary | 1000010 | 1000011 | 10001001 | 110100 | 110011 | 0 | 101110 | 11101111 | 100011 | 101000 |
Color Harmonies of #424389
Complementary color
Monochromatic Colors of #424389
Black with #424389
Text Example
Text Example
White with #424389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424389; }
p { color: rgb(66,67,137); }
H1.HeaderClassName
{
color: #424389;
}
.AnyTagClassName
{
color: #424389;
}
</style>
background-color css
<style>
a { background-color: #424389; }
a { background-color: rgb(66,67,137); }
div.DivClassName
{
background-color: #424389;
}
.BgClassName
{
background-color: #424389;
}
</style>
border-color css
<style>
span { border-color: #424389; }
span { border-color: rgb(66,67,137); }
td.TdClassName
{
border-color: #424389;
}
.TagClassName
{
border-color: #424389;
}
</style>