Shades of Jacksons Purple #414781
Tints of Jacksons Purple #414781
RGB
CMYK
RGB Variations
Color information
#414781 (or 0x414781) is known color: Jacksons Purple. HEX triplet: 41, 47 and 81. RGB value is (65,71,129). Sum of RGB (Red+Green+Blue) = 65+71+129=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 129 (50.78% from 255 or 48.68% from 265); Max value from RGB is 129 - color contains mainly: blue. Hex color #414781 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414781 is #BEB87E. Grayscale: #4B4B4B. Windows color (decimal): -12499071 or 8472385. OLE color: 8472385.
HSL color Cylindrical-coordinate representation of color #414781: hue angle of 234.38º 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 #414781 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 71 | 129 | - |
| CMYK | 0.50 | 0.45 | 0 | 0.49 |
| HSL | 234.38º | 0.33% | 0.38% | - |
| HSV(B) | 234.38º | 0.5% | 0.51% | - |
| XYZ | 8.4 | 7.22 | 21.72 | - |
| YUV | 75.82 | 158.01 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 71 | 129 | 0.50 | 0.45 | 0 | 0.49 | 234.38 | 0.33 | 0.38 |
| Hex | 41 | 47 | 81 | 32 | 2D | 0 | 31 | EA | 21 | 26 |
| Octal | 101 | 107 | 201 | 62 | 55 | 0 | 61 | 352 | 41 | 46 |
| Binary | 1000001 | 1000111 | 10000001 | 110010 | 101101 | 0 | 110001 | 11101010 | 100001 | 100110 |
Color Harmonies of #414781
Complementary color
Monochromatic Colors of #414781
Black with #414781
Text Example
Text Example
White with #414781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414781; }
p { color: rgb(65,71,129); }
H1.HeaderClassName
{
color: #414781;
}
.AnyTagClassName
{
color: #414781;
}
</style>
background-color css
<style>
a { background-color: #414781; }
a { background-color: rgb(65,71,129); }
div.DivClassName
{
background-color: #414781;
}
.BgClassName
{
background-color: #414781;
}
</style>
border-color css
<style>
span { border-color: #414781; }
span { border-color: rgb(65,71,129); }
td.TdClassName
{
border-color: #414781;
}
.TagClassName
{
border-color: #414781;
}
</style>