Shades of Jacksons Purple #424182
Tints of Jacksons Purple #424182
RGB
CMYK
RGB Variations
Color information
#424182 (or 0x424182) is known color: Jacksons Purple. HEX triplet: 42, 41 and 82. RGB value is (66,65,130). Sum of RGB (Red+Green+Blue) = 66+65+130=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 130 (51.17% from 255 or 49.81% from 261); Max value from RGB is 130 - color contains mainly: blue. Hex color #424182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424182 is #BDBE7D. Grayscale: #484848. Windows color (decimal): -12435070 or 8536386. OLE color: 8536386.
HSL color Cylindrical-coordinate representation of color #424182: hue angle of 240.92º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #424182 is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 65 | 130 | - |
| CMYK | 0.49 | 0.50 | 0 | 0.49 |
| HSL | 240.92º | 0.33% | 0.38% | - |
| HSV(B) | 240.92º | 0.5% | 0.51% | - |
| XYZ | 8.17 | 6.55 | 21.95 | - |
| YUV | 72.71 | 160.33 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 65 | 130 | 0.49 | 0.50 | 0 | 0.49 | 240.92 | 0.33 | 0.38 |
| Hex | 42 | 41 | 82 | 31 | 32 | 0 | 31 | F1 | 21 | 26 |
| Octal | 102 | 101 | 202 | 61 | 62 | 0 | 61 | 361 | 41 | 46 |
| Binary | 1000010 | 1000001 | 10000010 | 110001 | 110010 | 0 | 110001 | 11110001 | 100001 | 100110 |
Color Harmonies of #424182
Complementary color
Monochromatic Colors of #424182
Black with #424182
Text Example
Text Example
White with #424182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424182; }
p { color: rgb(66,65,130); }
H1.HeaderClassName
{
color: #424182;
}
.AnyTagClassName
{
color: #424182;
}
</style>
background-color css
<style>
a { background-color: #424182; }
a { background-color: rgb(66,65,130); }
div.DivClassName
{
background-color: #424182;
}
.BgClassName
{
background-color: #424182;
}
</style>
border-color css
<style>
span { border-color: #424182; }
span { border-color: rgb(66,65,130); }
td.TdClassName
{
border-color: #424182;
}
.TagClassName
{
border-color: #424182;
}
</style>