Shades of Jacksons Purple #424385
Tints of Jacksons Purple #424385
RGB
CMYK
RGB Variations
Color information
#424385 (or 0x424385) is known color: Jacksons Purple. HEX triplet: 42, 43 and 85. RGB value is (66,67,133). Sum of RGB (Red+Green+Blue) = 66+67+133=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #424385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424385 is #BDBC7A. Grayscale: #494949. Windows color (decimal): -12434555 or 8733506. OLE color: 8733506.
HSL color Cylindrical-coordinate representation of color #424385: hue angle of 239.1º degrees, saturation: 0.34, 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 #424385 is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 66 | 67 | 133 | - |
| CMYK | 0.50 | 0.50 | 0 | 0.48 |
| HSL | 239.1º | 0.34% | 0.39% | - |
| HSV(B) | 239.1º | 0.5% | 0.52% | - |
| XYZ | 8.49 | 6.87 | 23.07 | - |
| YUV | 74.23 | 161.17 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 133 | 0.50 | 0.50 | 0 | 0.48 | 239.1 | 0.34 | 0.39 |
| Hex | 42 | 43 | 85 | 32 | 32 | 0 | 30 | EF | 22 | 27 |
| Octal | 102 | 103 | 205 | 62 | 62 | 0 | 60 | 357 | 42 | 47 |
| Binary | 1000010 | 1000011 | 10000101 | 110010 | 110010 | 0 | 110000 | 11101111 | 100010 | 100111 |
Color Harmonies of #424385
Complementary color
Monochromatic Colors of #424385
Black with #424385
Text Example
Text Example
White with #424385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424385; }
p { color: rgb(66,67,133); }
H1.HeaderClassName
{
color: #424385;
}
.AnyTagClassName
{
color: #424385;
}
</style>
background-color css
<style>
a { background-color: #424385; }
a { background-color: rgb(66,67,133); }
div.DivClassName
{
background-color: #424385;
}
.BgClassName
{
background-color: #424385;
}
</style>
border-color css
<style>
span { border-color: #424385; }
span { border-color: rgb(66,67,133); }
td.TdClassName
{
border-color: #424385;
}
.TagClassName
{
border-color: #424385;
}
</style>