Shades of Jacksons Purple #414686
Tints of Jacksons Purple #414686
RGB
CMYK
RGB Variations
Color information
#414686 (or 0x414686) is known color: Jacksons Purple. HEX triplet: 41, 46 and 86. RGB value is (65,70,134). Sum of RGB (Red+Green+Blue) = 65+70+134=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 134 (52.73% from 255 or 49.81% from 269); Max value from RGB is 134 - color contains mainly: blue. Hex color #414686 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414686 is #BEB979. Grayscale: #4B4B4B. Windows color (decimal): -12499322 or 8799809. OLE color: 8799809.
HSL color Cylindrical-coordinate representation of color #414686: hue angle of 235.65º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #414686 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 70 | 134 | - |
| CMYK | 0.51 | 0.48 | 0 | 0.47 |
| HSL | 235.65º | 0.35% | 0.39% | - |
| HSV(B) | 235.65º | 0.51% | 0.53% | - |
| XYZ | 8.67 | 7.23 | 23.49 | - |
| YUV | 75.8 | 160.84 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 70 | 134 | 0.51 | 0.48 | 0 | 0.47 | 235.65 | 0.35 | 0.39 |
| Hex | 41 | 46 | 86 | 33 | 30 | 0 | 2F | EC | 23 | 27 |
| Octal | 101 | 106 | 206 | 63 | 60 | 0 | 57 | 354 | 43 | 47 |
| Binary | 1000001 | 1000110 | 10000110 | 110011 | 110000 | 0 | 101111 | 11101100 | 100011 | 100111 |
Color Harmonies of #414686
Complementary color
Monochromatic Colors of #414686
Black with #414686
Text Example
Text Example
White with #414686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414686; }
p { color: rgb(65,70,134); }
H1.HeaderClassName
{
color: #414686;
}
.AnyTagClassName
{
color: #414686;
}
</style>
background-color css
<style>
a { background-color: #414686; }
a { background-color: rgb(65,70,134); }
div.DivClassName
{
background-color: #414686;
}
.BgClassName
{
background-color: #414686;
}
</style>
border-color css
<style>
span { border-color: #414686; }
span { border-color: rgb(65,70,134); }
td.TdClassName
{
border-color: #414686;
}
.TagClassName
{
border-color: #414686;
}
</style>