Shades of Jacksons Purple #424382
Tints of Jacksons Purple #424382
RGB
CMYK
RGB Variations
Color information
#424382 (or 0x424382) is known color: Jacksons Purple. HEX triplet: 42, 43 and 82. RGB value is (66,67,130). Sum of RGB (Red+Green+Blue) = 66+67+130=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #424382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424382 is #BDBC7D. Grayscale: #494949. Windows color (decimal): -12434558 or 8536898. OLE color: 8536898.
HSL color Cylindrical-coordinate representation of color #424382: hue angle of 239.06º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #424382 is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 67 | 130 | - |
| CMYK | 0.49 | 0.48 | 0 | 0.49 |
| HSL | 239.06º | 0.33% | 0.38% | - |
| HSV(B) | 239.06º | 0.49% | 0.51% | - |
| XYZ | 8.28 | 6.78 | 21.99 | - |
| YUV | 73.88 | 159.67 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 130 | 0.49 | 0.48 | 0 | 0.49 | 239.06 | 0.33 | 0.38 |
| Hex | 42 | 43 | 82 | 31 | 30 | 0 | 31 | EF | 21 | 26 |
| Octal | 102 | 103 | 202 | 61 | 60 | 0 | 61 | 357 | 41 | 46 |
| Binary | 1000010 | 1000011 | 10000010 | 110001 | 110000 | 0 | 110001 | 11101111 | 100001 | 100110 |
Color Harmonies of #424382
Complementary color
Monochromatic Colors of #424382
Black with #424382
Text Example
Text Example
White with #424382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424382; }
p { color: rgb(66,67,130); }
H1.HeaderClassName
{
color: #424382;
}
.AnyTagClassName
{
color: #424382;
}
</style>
background-color css
<style>
a { background-color: #424382; }
a { background-color: rgb(66,67,130); }
div.DivClassName
{
background-color: #424382;
}
.BgClassName
{
background-color: #424382;
}
</style>
border-color css
<style>
span { border-color: #424382; }
span { border-color: rgb(66,67,130); }
td.TdClassName
{
border-color: #424382;
}
.TagClassName
{
border-color: #424382;
}
</style>