Shades of Jacksons Purple #41407C
Tints of Jacksons Purple #41407C
RGB
CMYK
RGB Variations
Color information
#41407C (or 0x41407C) is known color: Jacksons Purple. HEX triplet: 41, 40 and 7C. RGB value is (65,64,124). Sum of RGB (Red+Green+Blue) = 65+64+124=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #41407C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41407C is #BEBF83. Grayscale: #464646. Windows color (decimal): -12500868 or 8142913. OLE color: 8142913.
HSL color Cylindrical-coordinate representation of color #41407C: hue angle of 241º degrees, saturation: 0.32, 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 #41407C is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 64 | 124 | - |
| CMYK | 0.48 | 0.48 | 0 | 0.51 |
| HSL | 241º | 0.32% | 0.37% | - |
| HSV(B) | 241º | 0.48% | 0.49% | - |
| XYZ | 7.65 | 6.25 | 19.87 | - |
| YUV | 71.14 | 157.83 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 64 | 124 | 0.48 | 0.48 | 0 | 0.51 | 241 | 0.32 | 0.37 |
| Hex | 41 | 40 | 7C | 30 | 30 | 0 | 33 | F1 | 20 | 25 |
| Octal | 101 | 100 | 174 | 60 | 60 | 0 | 63 | 361 | 40 | 45 |
| Binary | 1000001 | 1000000 | 1111100 | 110000 | 110000 | 0 | 110011 | 11110001 | 100000 | 100101 |
Color Harmonies of #41407C
Complementary color
Monochromatic Colors of #41407C
Black with #41407C
Text Example
Text Example
White with #41407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41407C; }
p { color: rgb(65,64,124); }
H1.HeaderClassName
{
color: #41407C;
}
.AnyTagClassName
{
color: #41407C;
}
</style>
background-color css
<style>
a { background-color: #41407C; }
a { background-color: rgb(65,64,124); }
div.DivClassName
{
background-color: #41407C;
}
.BgClassName
{
background-color: #41407C;
}
</style>
border-color css
<style>
span { border-color: #41407C; }
span { border-color: rgb(65,64,124); }
td.TdClassName
{
border-color: #41407C;
}
.TagClassName
{
border-color: #41407C;
}
</style>