Shades of Jacksons Purple #41397C
Tints of Jacksons Purple #41397C
RGB
CMYK
RGB Variations
Color information
#41397C (or 0x41397C) is known color: Jacksons Purple. HEX triplet: 41, 39 and 7C. RGB value is (65,57,124). Sum of RGB (Red+Green+Blue) = 65+57+124=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 124 (48.83% from 255 or 50.41% from 246); Max value from RGB is 124 - color contains mainly: blue. Hex color #41397C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41397C is #BEC683. Grayscale: #424242. Windows color (decimal): -12502660 or 8141121. OLE color: 8141121.
HSL color Cylindrical-coordinate representation of color #41397C: hue angle of 247.16º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41397C is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 57 | 124 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.51 |
| HSL | 247.16º | 0.37% | 0.35% | - |
| HSV(B) | 247.16º | 0.54% | 0.49% | - |
| XYZ | 7.28 | 5.51 | 19.75 | - |
| YUV | 67.03 | 160.15 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 57 | 124 | 0.48 | 0.54 | 0 | 0.51 | 247.16 | 0.37 | 0.35 |
| Hex | 41 | 39 | 7C | 30 | 36 | 0 | 33 | F7 | 25 | 23 |
| Octal | 101 | 71 | 174 | 60 | 66 | 0 | 63 | 367 | 45 | 43 |
| Binary | 1000001 | 111001 | 1111100 | 110000 | 110110 | 0 | 110011 | 11110111 | 100101 | 100011 |
Color Harmonies of #41397C
Complementary color
Monochromatic Colors of #41397C
Black with #41397C
Text Example
Text Example
White with #41397C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41397C; }
p { color: rgb(65,57,124); }
H1.HeaderClassName
{
color: #41397C;
}
.AnyTagClassName
{
color: #41397C;
}
</style>
background-color css
<style>
a { background-color: #41397C; }
a { background-color: rgb(65,57,124); }
div.DivClassName
{
background-color: #41397C;
}
.BgClassName
{
background-color: #41397C;
}
</style>
border-color css
<style>
span { border-color: #41397C; }
span { border-color: rgb(65,57,124); }
td.TdClassName
{
border-color: #41397C;
}
.TagClassName
{
border-color: #41397C;
}
</style>