Shades of Jacksons Purple #414880
Tints of Jacksons Purple #414880
RGB
CMYK
RGB Variations
Color information
#414880 (or 0x414880) is known color: Jacksons Purple. HEX triplet: 41, 48 and 80. RGB value is (65,72,128). Sum of RGB (Red+Green+Blue) = 65+72+128=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 128 (50.39% from 255 or 48.30% from 265); Max value from RGB is 128 - color contains mainly: blue. Hex color #414880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414880 is #BEB77F. Grayscale: #4C4C4C. Windows color (decimal): -12498816 or 8407105. OLE color: 8407105.
HSL color Cylindrical-coordinate representation of color #414880: hue angle of 233.33º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #414880 is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 65 | 72 | 128 | - |
| CMYK | 0.49 | 0.44 | 0 | 0.50 |
| HSL | 233.33º | 0.33% | 0.38% | - |
| HSV(B) | 233.33º | 0.49% | 0.5% | - |
| XYZ | 8.39 | 7.32 | 21.39 | - |
| YUV | 76.29 | 157.18 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 72 | 128 | 0.49 | 0.44 | 0 | 0.50 | 233.33 | 0.33 | 0.38 |
| Hex | 41 | 48 | 80 | 31 | 2C | 0 | 32 | E9 | 21 | 26 |
| Octal | 101 | 110 | 200 | 61 | 54 | 0 | 62 | 351 | 41 | 46 |
| Binary | 1000001 | 1001000 | 10000000 | 110001 | 101100 | 0 | 110010 | 11101001 | 100001 | 100110 |
Color Harmonies of #414880
Complementary color
Monochromatic Colors of #414880
Black with #414880
Text Example
Text Example
White with #414880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414880; }
p { color: rgb(65,72,128); }
H1.HeaderClassName
{
color: #414880;
}
.AnyTagClassName
{
color: #414880;
}
</style>
background-color css
<style>
a { background-color: #414880; }
a { background-color: rgb(65,72,128); }
div.DivClassName
{
background-color: #414880;
}
.BgClassName
{
background-color: #414880;
}
</style>
border-color css
<style>
span { border-color: #414880; }
span { border-color: rgb(65,72,128); }
td.TdClassName
{
border-color: #414880;
}
.TagClassName
{
border-color: #414880;
}
</style>