Shades of Jacksons Purple #424288
Tints of Jacksons Purple #424288
RGB
CMYK
RGB Variations
Color information
#424288 (or 0x424288) is known color: Jacksons Purple. HEX triplet: 42, 42 and 88. RGB value is (66,66,136). Sum of RGB (Red+Green+Blue) = 66+66+136=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 136 (53.52% from 255 or 50.75% from 268); Max value from RGB is 136 - color contains mainly: blue. Hex color #424288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424288 is #BDBD77. Grayscale: #494949. Windows color (decimal): -12434808 or 8929858. OLE color: 8929858.
HSL color Cylindrical-coordinate representation of color #424288: hue angle of 240º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #424288 is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 66 | 136 | - |
| CMYK | 0.51 | 0.51 | 0 | 0.47 |
| HSL | 240º | 0.35% | 0.4% | - |
| HSV(B) | 240º | 0.51% | 0.53% | - |
| XYZ | 8.64 | 6.83 | 24.16 | - |
| YUV | 73.98 | 163 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 66 | 136 | 0.51 | 0.51 | 0 | 0.47 | 240 | 0.35 | 0.4 |
| Hex | 42 | 42 | 88 | 33 | 33 | 0 | 2F | F0 | 23 | 28 |
| Octal | 102 | 102 | 210 | 63 | 63 | 0 | 57 | 360 | 43 | 50 |
| Binary | 1000010 | 1000010 | 10001000 | 110011 | 110011 | 0 | 101111 | 11110000 | 100011 | 101000 |
Color Harmonies of #424288
Complementary color
Monochromatic Colors of #424288
Black with #424288
Text Example
Text Example
White with #424288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424288; }
p { color: rgb(66,66,136); }
H1.HeaderClassName
{
color: #424288;
}
.AnyTagClassName
{
color: #424288;
}
</style>
background-color css
<style>
a { background-color: #424288; }
a { background-color: rgb(66,66,136); }
div.DivClassName
{
background-color: #424288;
}
.BgClassName
{
background-color: #424288;
}
</style>
border-color css
<style>
span { border-color: #424288; }
span { border-color: rgb(66,66,136); }
td.TdClassName
{
border-color: #424288;
}
.TagClassName
{
border-color: #424288;
}
</style>