Shades of Jacksons Purple #414188
Tints of Jacksons Purple #414188
RGB
CMYK
RGB Variations
Color information
#414188 (or 0x414188) is known color: Jacksons Purple. HEX triplet: 41, 41 and 88. RGB value is (65,65,136). Sum of RGB (Red+Green+Blue) = 65+65+136=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 136 (53.52% from 255 or 51.13% from 266); Max value from RGB is 136 - color contains mainly: blue. Hex color #414188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414188 is #BEBE77. Grayscale: #484848. Windows color (decimal): -12500600 or 8929601. OLE color: 8929601.
HSL color Cylindrical-coordinate representation of color #414188: hue angle of 240º 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 #414188 is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 65 | 136 | - |
| CMYK | 0.52 | 0.52 | 0 | 0.47 |
| HSL | 240º | 0.35% | 0.39% | - |
| HSV(B) | 240º | 0.52% | 0.53% | - |
| XYZ | 8.51 | 6.68 | 24.13 | - |
| YUV | 73.09 | 163.5 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 65 | 136 | 0.52 | 0.52 | 0 | 0.47 | 240 | 0.35 | 0.39 |
| Hex | 41 | 41 | 88 | 34 | 34 | 0 | 2F | F0 | 23 | 27 |
| Octal | 101 | 101 | 210 | 64 | 64 | 0 | 57 | 360 | 43 | 47 |
| Binary | 1000001 | 1000001 | 10001000 | 110100 | 110100 | 0 | 101111 | 11110000 | 100011 | 100111 |
Color Harmonies of #414188
Complementary color
Monochromatic Colors of #414188
Black with #414188
Text Example
Text Example
White with #414188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414188; }
p { color: rgb(65,65,136); }
H1.HeaderClassName
{
color: #414188;
}
.AnyTagClassName
{
color: #414188;
}
</style>
background-color css
<style>
a { background-color: #414188; }
a { background-color: rgb(65,65,136); }
div.DivClassName
{
background-color: #414188;
}
.BgClassName
{
background-color: #414188;
}
</style>
border-color css
<style>
span { border-color: #414188; }
span { border-color: rgb(65,65,136); }
td.TdClassName
{
border-color: #414188;
}
.TagClassName
{
border-color: #414188;
}
</style>