Shades of Jacksons Purple #41477F
Tints of Jacksons Purple #41477F
RGB
CMYK
RGB Variations
Color information
#41477F (or 0x41477F) is known color: Jacksons Purple. HEX triplet: 41, 47 and 7F. RGB value is (65,71,127). Sum of RGB (Red+Green+Blue) = 65+71+127=263 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.71% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 127 - color contains mainly: blue. Hex color #41477F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41477F is #BEB880. Grayscale: #4B4B4B. Windows color (decimal): -12499073 or 8341313. OLE color: 8341313.
HSL color Cylindrical-coordinate representation of color #41477F: hue angle of 234.19º 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 #41477F is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 65 | 71 | 127 | - |
| CMYK | 0.49 | 0.44 | 0 | 0.50 |
| HSL | 234.19º | 0.32% | 0.38% | - |
| HSV(B) | 234.19º | 0.49% | 0.5% | - |
| XYZ | 8.26 | 7.16 | 21.03 | - |
| YUV | 75.59 | 157.01 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 71 | 127 | 0.49 | 0.44 | 0 | 0.50 | 234.19 | 0.32 | 0.38 |
| Hex | 41 | 47 | 7F | 31 | 2C | 0 | 32 | EA | 20 | 26 |
| Octal | 101 | 107 | 177 | 61 | 54 | 0 | 62 | 352 | 40 | 46 |
| Binary | 1000001 | 1000111 | 1111111 | 110001 | 101100 | 0 | 110010 | 11101010 | 100000 | 100110 |
Color Harmonies of #41477F
Complementary color
Monochromatic Colors of #41477F
Black with #41477F
Text Example
Text Example
White with #41477F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41477F; }
p { color: rgb(65,71,127); }
H1.HeaderClassName
{
color: #41477F;
}
.AnyTagClassName
{
color: #41477F;
}
</style>
background-color css
<style>
a { background-color: #41477F; }
a { background-color: rgb(65,71,127); }
div.DivClassName
{
background-color: #41477F;
}
.BgClassName
{
background-color: #41477F;
}
</style>
border-color css
<style>
span { border-color: #41477F; }
span { border-color: rgb(65,71,127); }
td.TdClassName
{
border-color: #41477F;
}
.TagClassName
{
border-color: #41477F;
}
</style>