Shades of Jacksons Purple #41467C
Tints of Jacksons Purple #41467C
RGB
CMYK
RGB Variations
Color information
#41467C (or 0x41467C) is known color: Jacksons Purple. HEX triplet: 41, 46 and 7C. RGB value is (65,70,124). Sum of RGB (Red+Green+Blue) = 65+70+124=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #41467C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41467C is #BEB983. Grayscale: #4A4A4A. Windows color (decimal): -12499332 or 8144449. OLE color: 8144449.
HSL color Cylindrical-coordinate representation of color #41467C: hue angle of 234.92º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #41467C is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 70 | 124 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.51 |
| HSL | 234.92º | 0.31% | 0.37% | - |
| HSV(B) | 234.92º | 0.48% | 0.49% | - |
| XYZ | 8.01 | 6.96 | 19.99 | - |
| YUV | 74.66 | 155.84 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 70 | 124 | 0.48 | 0.44 | 0 | 0.51 | 234.92 | 0.31 | 0.37 |
| Hex | 41 | 46 | 7C | 30 | 2C | 0 | 33 | EB | 1F | 25 |
| Octal | 101 | 106 | 174 | 60 | 54 | 0 | 63 | 353 | 37 | 45 |
| Binary | 1000001 | 1000110 | 1111100 | 110000 | 101100 | 0 | 110011 | 11101011 | 11111 | 100101 |
Color Harmonies of #41467C
Complementary color
Monochromatic Colors of #41467C
Black with #41467C
Text Example
Text Example
White with #41467C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41467C; }
p { color: rgb(65,70,124); }
H1.HeaderClassName
{
color: #41467C;
}
.AnyTagClassName
{
color: #41467C;
}
</style>
background-color css
<style>
a { background-color: #41467C; }
a { background-color: rgb(65,70,124); }
div.DivClassName
{
background-color: #41467C;
}
.BgClassName
{
background-color: #41467C;
}
</style>
border-color css
<style>
span { border-color: #41467C; }
span { border-color: rgb(65,70,124); }
td.TdClassName
{
border-color: #41467C;
}
.TagClassName
{
border-color: #41467C;
}
</style>