Shades of Jacksons Purple #414888
Tints of Jacksons Purple #414888
RGB
CMYK
RGB Variations
Color information
#414888 (or 0x414888) is known color: Jacksons Purple. HEX triplet: 41, 48 and 88. RGB value is (65,72,136). Sum of RGB (Red+Green+Blue) = 65+72+136=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #414888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414888 is #BEB777. Grayscale: #4C4C4C. Windows color (decimal): -12498808 or 8931393. OLE color: 8931393.
HSL color Cylindrical-coordinate representation of color #414888: hue angle of 234.08º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #414888 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 72 | 136 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.47 |
| HSL | 234.08º | 0.35% | 0.39% | - |
| HSV(B) | 234.08º | 0.52% | 0.53% | - |
| XYZ | 8.94 | 7.54 | 24.28 | - |
| YUV | 77.2 | 161.18 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 72 | 136 | 0.52 | 0.47 | 0 | 0.47 | 234.08 | 0.35 | 0.39 |
| Hex | 41 | 48 | 88 | 34 | 2F | 0 | 2F | EA | 23 | 27 |
| Octal | 101 | 110 | 210 | 64 | 57 | 0 | 57 | 352 | 43 | 47 |
| Binary | 1000001 | 1001000 | 10001000 | 110100 | 101111 | 0 | 101111 | 11101010 | 100011 | 100111 |
Color Harmonies of #414888
Complementary color
Monochromatic Colors of #414888
Black with #414888
Text Example
Text Example
White with #414888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414888; }
p { color: rgb(65,72,136); }
H1.HeaderClassName
{
color: #414888;
}
.AnyTagClassName
{
color: #414888;
}
</style>
background-color css
<style>
a { background-color: #414888; }
a { background-color: rgb(65,72,136); }
div.DivClassName
{
background-color: #414888;
}
.BgClassName
{
background-color: #414888;
}
</style>
border-color css
<style>
span { border-color: #414888; }
span { border-color: rgb(65,72,136); }
td.TdClassName
{
border-color: #414888;
}
.TagClassName
{
border-color: #414888;
}
</style>