Shades of Jacksons Purple #414878
Tints of Jacksons Purple #414878
RGB
CMYK
RGB Variations
Color information
#414878 (or 0x414878) is known color: Jacksons Purple. HEX triplet: 41, 48 and 78. RGB value is (65,72,120). Sum of RGB (Red+Green+Blue) = 65+72+120=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 120 - color contains mainly: blue. Hex color #414878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414878 is #BEB787. Grayscale: #4B4B4B. Windows color (decimal): -12498824 or 7882817. OLE color: 7882817.
HSL color Cylindrical-coordinate representation of color #414878: hue angle of 232.36º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #414878 is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 72 | 120 | - |
| CMYK | 0.46 | 0.40 | 0 | 0.53 |
| HSL | 232.36º | 0.3% | 0.36% | - |
| HSV(B) | 232.36º | 0.46% | 0.47% | - |
| XYZ | 7.89 | 7.11 | 18.73 | - |
| YUV | 75.38 | 153.18 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 72 | 120 | 0.46 | 0.40 | 0 | 0.53 | 232.36 | 0.3 | 0.36 |
| Hex | 41 | 48 | 78 | 2E | 28 | 0 | 35 | E8 | 1E | 24 |
| Octal | 101 | 110 | 170 | 56 | 50 | 0 | 65 | 350 | 36 | 44 |
| Binary | 1000001 | 1001000 | 1111000 | 101110 | 101000 | 0 | 110101 | 11101000 | 11110 | 100100 |
Color Harmonies of #414878
Complementary color
Monochromatic Colors of #414878
Black with #414878
Text Example
Text Example
White with #414878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414878; }
p { color: rgb(65,72,120); }
H1.HeaderClassName
{
color: #414878;
}
.AnyTagClassName
{
color: #414878;
}
</style>
background-color css
<style>
a { background-color: #414878; }
a { background-color: rgb(65,72,120); }
div.DivClassName
{
background-color: #414878;
}
.BgClassName
{
background-color: #414878;
}
</style>
border-color css
<style>
span { border-color: #414878; }
span { border-color: rgb(65,72,120); }
td.TdClassName
{
border-color: #414878;
}
.TagClassName
{
border-color: #414878;
}
</style>