Shades of Jacksons Purple #424484
Tints of Jacksons Purple #424484
RGB
CMYK
RGB Variations
Color information
#424484 (or 0x424484) is known color: Jacksons Purple. HEX triplet: 42, 44 and 84. RGB value is (66,68,132). Sum of RGB (Red+Green+Blue) = 66+68+132=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #424484 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424484 is #BDBB7B. Grayscale: #4A4A4A. Windows color (decimal): -12434300 or 8668226. OLE color: 8668226.
HSL color Cylindrical-coordinate representation of color #424484: hue angle of 238.18º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #424484 is Cyan = 0.5, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 68 | 132 | - |
| CMYK | 0.5 | 0.48 | 0 | 0.48 |
| HSL | 238.18º | 0.33% | 0.39% | - |
| HSV(B) | 238.18º | 0.5% | 0.52% | - |
| XYZ | 8.48 | 6.96 | 22.73 | - |
| YUV | 74.7 | 160.34 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 68 | 132 | 0.5 | 0.48 | 0 | 0.48 | 238.18 | 0.33 | 0.39 |
| Hex | 42 | 44 | 84 | 32 | 30 | 0 | 30 | EE | 21 | 27 |
| Octal | 102 | 104 | 204 | 62 | 60 | 0 | 60 | 356 | 41 | 47 |
| Binary | 1000010 | 1000100 | 10000100 | 110010 | 110000 | 0 | 110000 | 11101110 | 100001 | 100111 |
Color Harmonies of #424484
Complementary color
Monochromatic Colors of #424484
Black with #424484
Text Example
Text Example
White with #424484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424484; }
p { color: rgb(66,68,132); }
H1.HeaderClassName
{
color: #424484;
}
.AnyTagClassName
{
color: #424484;
}
</style>
background-color css
<style>
a { background-color: #424484; }
a { background-color: rgb(66,68,132); }
div.DivClassName
{
background-color: #424484;
}
.BgClassName
{
background-color: #424484;
}
</style>
border-color css
<style>
span { border-color: #424484; }
span { border-color: rgb(66,68,132); }
td.TdClassName
{
border-color: #424484;
}
.TagClassName
{
border-color: #424484;
}
</style>