Shades of Jacksons Purple #414584
Tints of Jacksons Purple #414584
RGB
CMYK
RGB Variations
Color information
#414584 (or 0x414584) is known color: Jacksons Purple. HEX triplet: 41, 45 and 84. RGB value is (65,69,132). Sum of RGB (Red+Green+Blue) = 65+69+132=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #414584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414584 is #BEBA7B. Grayscale: #4A4A4A. Windows color (decimal): -12499580 or 8668481. OLE color: 8668481.
HSL color Cylindrical-coordinate representation of color #414584: hue angle of 236.42º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #414584 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 65 | 69 | 132 | - |
| CMYK | 0.51 | 0.48 | 0 | 0.48 |
| HSL | 236.42º | 0.34% | 0.39% | - |
| HSV(B) | 236.42º | 0.51% | 0.52% | - |
| XYZ | 8.47 | 7.05 | 22.74 | - |
| YUV | 74.99 | 160.17 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 69 | 132 | 0.51 | 0.48 | 0 | 0.48 | 236.42 | 0.34 | 0.39 |
| Hex | 41 | 45 | 84 | 33 | 30 | 0 | 30 | EC | 22 | 27 |
| Octal | 101 | 105 | 204 | 63 | 60 | 0 | 60 | 354 | 42 | 47 |
| Binary | 1000001 | 1000101 | 10000100 | 110011 | 110000 | 0 | 110000 | 11101100 | 100010 | 100111 |
Color Harmonies of #414584
Complementary color
Monochromatic Colors of #414584
Black with #414584
Text Example
Text Example
White with #414584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414584; }
p { color: rgb(65,69,132); }
H1.HeaderClassName
{
color: #414584;
}
.AnyTagClassName
{
color: #414584;
}
</style>
background-color css
<style>
a { background-color: #414584; }
a { background-color: rgb(65,69,132); }
div.DivClassName
{
background-color: #414584;
}
.BgClassName
{
background-color: #414584;
}
</style>
border-color css
<style>
span { border-color: #414584; }
span { border-color: rgb(65,69,132); }
td.TdClassName
{
border-color: #414584;
}
.TagClassName
{
border-color: #414584;
}
</style>