Shades of Jacksons Purple #414983
Tints of Jacksons Purple #414983
RGB
CMYK
RGB Variations
Color information
#414983 (or 0x414983) is known color: Jacksons Purple. HEX triplet: 41, 49 and 83. RGB value is (65,73,131). Sum of RGB (Red+Green+Blue) = 65+73+131=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 131 (51.56% from 255 or 48.70% from 269); Max value from RGB is 131 - color contains mainly: blue. Hex color #414983 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414983 is #BEB67C. Grayscale: #4C4C4C. Windows color (decimal): -12498557 or 8603969. OLE color: 8603969.
HSL color Cylindrical-coordinate representation of color #414983: hue angle of 232.73º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #414983 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 73 | 131 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.49 |
| HSL | 232.73º | 0.34% | 0.38% | - |
| HSV(B) | 232.73º | 0.5% | 0.51% | - |
| XYZ | 8.66 | 7.53 | 22.47 | - |
| YUV | 77.22 | 158.35 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 73 | 131 | 0.50 | 0.44 | 0 | 0.49 | 232.73 | 0.34 | 0.38 |
| Hex | 41 | 49 | 83 | 32 | 2C | 0 | 31 | E9 | 22 | 26 |
| Octal | 101 | 111 | 203 | 62 | 54 | 0 | 61 | 351 | 42 | 46 |
| Binary | 1000001 | 1001001 | 10000011 | 110010 | 101100 | 0 | 110001 | 11101001 | 100010 | 100110 |
Color Harmonies of #414983
Complementary color
Monochromatic Colors of #414983
Black with #414983
Text Example
Text Example
White with #414983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414983; }
p { color: rgb(65,73,131); }
H1.HeaderClassName
{
color: #414983;
}
.AnyTagClassName
{
color: #414983;
}
</style>
background-color css
<style>
a { background-color: #414983; }
a { background-color: rgb(65,73,131); }
div.DivClassName
{
background-color: #414983;
}
.BgClassName
{
background-color: #414983;
}
</style>
border-color css
<style>
span { border-color: #414983; }
span { border-color: rgb(65,73,131); }
td.TdClassName
{
border-color: #414983;
}
.TagClassName
{
border-color: #414983;
}
</style>