Shades of Jacksons Purple #414982
Tints of Jacksons Purple #414982
RGB
CMYK
RGB Variations
Color information
#414982 (or 0x414982) is known color: Jacksons Purple. HEX triplet: 41, 49 and 82. RGB value is (65,73,130). Sum of RGB (Red+Green+Blue) = 65+73+130=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #414982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414982 is #BEB67D. Grayscale: #4C4C4C. Windows color (decimal): -12498558 or 8538433. OLE color: 8538433.
HSL color Cylindrical-coordinate representation of color #414982: hue angle of 232.62º degrees, saturation: 0.33, 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 #414982 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 73 | 130 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.49 |
| HSL | 232.62º | 0.33% | 0.38% | - |
| HSV(B) | 232.62º | 0.5% | 0.51% | - |
| XYZ | 8.59 | 7.5 | 22.11 | - |
| YUV | 77.11 | 157.85 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 73 | 130 | 0.50 | 0.44 | 0 | 0.49 | 232.62 | 0.33 | 0.38 |
| Hex | 41 | 49 | 82 | 32 | 2C | 0 | 31 | E9 | 21 | 26 |
| Octal | 101 | 111 | 202 | 62 | 54 | 0 | 61 | 351 | 41 | 46 |
| Binary | 1000001 | 1001001 | 10000010 | 110010 | 101100 | 0 | 110001 | 11101001 | 100001 | 100110 |
Color Harmonies of #414982
Complementary color
Monochromatic Colors of #414982
Black with #414982
Text Example
Text Example
White with #414982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414982; }
p { color: rgb(65,73,130); }
H1.HeaderClassName
{
color: #414982;
}
.AnyTagClassName
{
color: #414982;
}
</style>
background-color css
<style>
a { background-color: #414982; }
a { background-color: rgb(65,73,130); }
div.DivClassName
{
background-color: #414982;
}
.BgClassName
{
background-color: #414982;
}
</style>
border-color css
<style>
span { border-color: #414982; }
span { border-color: rgb(65,73,130); }
td.TdClassName
{
border-color: #414982;
}
.TagClassName
{
border-color: #414982;
}
</style>