Shades of Jacksons Purple #42478B
Tints of Jacksons Purple #42478B
RGB
CMYK
RGB Variations
Color information
#42478B (or 0x42478B) is known color: Jacksons Purple. HEX triplet: 42, 47 and 8B. RGB value is (66,71,139). Sum of RGB (Red+Green+Blue) = 66+71+139=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #42478B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42478B is #BDB874. Grayscale: #4C4C4C. Windows color (decimal): -12433525 or 9127746. OLE color: 9127746.
HSL color Cylindrical-coordinate representation of color #42478B: hue angle of 235.89º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42478B is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 71 | 139 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.45 |
| HSL | 235.89º | 0.36% | 0.4% | - |
| HSV(B) | 235.89º | 0.53% | 0.55% | - |
| XYZ | 9.16 | 7.53 | 25.4 | - |
| YUV | 77.26 | 162.84 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 71 | 139 | 0.53 | 0.49 | 0 | 0.45 | 235.89 | 0.36 | 0.4 |
| Hex | 42 | 47 | 8B | 35 | 31 | 0 | 2D | EC | 24 | 28 |
| Octal | 102 | 107 | 213 | 65 | 61 | 0 | 55 | 354 | 44 | 50 |
| Binary | 1000010 | 1000111 | 10001011 | 110101 | 110001 | 0 | 101101 | 11101100 | 100100 | 101000 |
Color Harmonies of #42478B
Complementary color
Monochromatic Colors of #42478B
Black with #42478B
Text Example
Text Example
White with #42478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42478B; }
p { color: rgb(66,71,139); }
H1.HeaderClassName
{
color: #42478B;
}
.AnyTagClassName
{
color: #42478B;
}
</style>
background-color css
<style>
a { background-color: #42478B; }
a { background-color: rgb(66,71,139); }
div.DivClassName
{
background-color: #42478B;
}
.BgClassName
{
background-color: #42478B;
}
</style>
border-color css
<style>
span { border-color: #42478B; }
span { border-color: rgb(66,71,139); }
td.TdClassName
{
border-color: #42478B;
}
.TagClassName
{
border-color: #42478B;
}
</style>