Shades of Jacksons Purple #41427E
Tints of Jacksons Purple #41427E
RGB
CMYK
RGB Variations
Color information
#41427E (or 0x41427E) is known color: Jacksons Purple. HEX triplet: 41, 42 and 7E. RGB value is (65,66,126). Sum of RGB (Red+Green+Blue) = 65+66+126=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 126 (49.61% from 255 or 49.03% from 257); Max value from RGB is 126 - color contains mainly: blue. Hex color #41427E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41427E is #BEBD81. Grayscale: #484848. Windows color (decimal): -12500354 or 8274497. OLE color: 8274497.
HSL color Cylindrical-coordinate representation of color #41427E: hue angle of 239.02º 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 #41427E is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 66 | 126 | - |
| CMYK | 0.48 | 0.48 | 0 | 0.51 |
| HSL | 239.02º | 0.32% | 0.37% | - |
| HSV(B) | 239.02º | 0.48% | 0.49% | - |
| XYZ | 7.89 | 6.53 | 20.58 | - |
| YUV | 72.54 | 158.17 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 66 | 126 | 0.48 | 0.48 | 0 | 0.51 | 239.02 | 0.32 | 0.37 |
| Hex | 41 | 42 | 7E | 30 | 30 | 0 | 33 | EF | 20 | 25 |
| Octal | 101 | 102 | 176 | 60 | 60 | 0 | 63 | 357 | 40 | 45 |
| Binary | 1000001 | 1000010 | 1111110 | 110000 | 110000 | 0 | 110011 | 11101111 | 100000 | 100101 |
Color Harmonies of #41427E
Complementary color
Monochromatic Colors of #41427E
Black with #41427E
Text Example
Text Example
White with #41427E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41427E; }
p { color: rgb(65,66,126); }
H1.HeaderClassName
{
color: #41427E;
}
.AnyTagClassName
{
color: #41427E;
}
</style>
background-color css
<style>
a { background-color: #41427E; }
a { background-color: rgb(65,66,126); }
div.DivClassName
{
background-color: #41427E;
}
.BgClassName
{
background-color: #41427E;
}
</style>
border-color css
<style>
span { border-color: #41427E; }
span { border-color: rgb(65,66,126); }
td.TdClassName
{
border-color: #41427E;
}
.TagClassName
{
border-color: #41427E;
}
</style>