Shades of Jacksons Purple #41497F
Tints of Jacksons Purple #41497F
RGB
CMYK
RGB Variations
Color information
#41497F (or 0x41497F) is known color: Jacksons Purple. HEX triplet: 41, 49 and 7F. RGB value is (65,73,127). Sum of RGB (Red+Green+Blue) = 65+73+127=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 127 - color contains mainly: blue. Hex color #41497F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41497F is #BEB680. Grayscale: #4C4C4C. Windows color (decimal): -12498561 or 8341825. OLE color: 8341825.
HSL color Cylindrical-coordinate representation of color #41497F: hue angle of 232.26º degrees, saturation: 0.32, 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 #41497F is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 65 | 73 | 127 | - |
| CMYK | 0.49 | 0.43 | 0 | 0.50 |
| HSL | 232.26º | 0.32% | 0.38% | - |
| HSV(B) | 232.26º | 0.49% | 0.5% | - |
| XYZ | 8.39 | 7.42 | 21.07 | - |
| YUV | 76.76 | 156.35 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 73 | 127 | 0.49 | 0.43 | 0 | 0.50 | 232.26 | 0.32 | 0.38 |
| Hex | 41 | 49 | 7F | 31 | 2B | 0 | 32 | E8 | 20 | 26 |
| Octal | 101 | 111 | 177 | 61 | 53 | 0 | 62 | 350 | 40 | 46 |
| Binary | 1000001 | 1001001 | 1111111 | 110001 | 101011 | 0 | 110010 | 11101000 | 100000 | 100110 |
Color Harmonies of #41497F
Complementary color
Monochromatic Colors of #41497F
Black with #41497F
Text Example
Text Example
White with #41497F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41497F; }
p { color: rgb(65,73,127); }
H1.HeaderClassName
{
color: #41497F;
}
.AnyTagClassName
{
color: #41497F;
}
</style>
background-color css
<style>
a { background-color: #41497F; }
a { background-color: rgb(65,73,127); }
div.DivClassName
{
background-color: #41497F;
}
.BgClassName
{
background-color: #41497F;
}
</style>
border-color css
<style>
span { border-color: #41497F; }
span { border-color: rgb(65,73,127); }
td.TdClassName
{
border-color: #41497F;
}
.TagClassName
{
border-color: #41497F;
}
</style>