Shades of Jacksons Purple #414077
Tints of Jacksons Purple #414077
RGB
CMYK
RGB Variations
Color information
#414077 (or 0x414077) is known color: Jacksons Purple. HEX triplet: 41, 40 and 77. RGB value is (65,64,119). Sum of RGB (Red+Green+Blue) = 65+64+119=248 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.21% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 119 (46.88% from 255 or 47.98% from 248); Max value from RGB is 119 - color contains mainly: blue. Hex color #414077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414077 is #BEBF88. Grayscale: #464646. Windows color (decimal): -12500873 or 7815233. OLE color: 7815233.
HSL color Cylindrical-coordinate representation of color #414077: hue angle of 241.09º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #414077 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 64 | 119 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.53 |
| HSL | 241.09º | 0.3% | 0.36% | - |
| HSV(B) | 241.09º | 0.46% | 0.47% | - |
| XYZ | 7.34 | 6.12 | 18.25 | - |
| YUV | 70.57 | 155.33 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 64 | 119 | 0.45 | 0.46 | 0 | 0.53 | 241.09 | 0.3 | 0.36 |
| Hex | 41 | 40 | 77 | 2D | 2E | 0 | 35 | F1 | 1E | 24 |
| Octal | 101 | 100 | 167 | 55 | 56 | 0 | 65 | 361 | 36 | 44 |
| Binary | 1000001 | 1000000 | 1110111 | 101101 | 101110 | 0 | 110101 | 11110001 | 11110 | 100100 |
Color Harmonies of #414077
Complementary color
Monochromatic Colors of #414077
Black with #414077
Text Example
Text Example
White with #414077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414077; }
p { color: rgb(65,64,119); }
H1.HeaderClassName
{
color: #414077;
}
.AnyTagClassName
{
color: #414077;
}
</style>
background-color css
<style>
a { background-color: #414077; }
a { background-color: rgb(65,64,119); }
div.DivClassName
{
background-color: #414077;
}
.BgClassName
{
background-color: #414077;
}
</style>
border-color css
<style>
span { border-color: #414077; }
span { border-color: rgb(65,64,119); }
td.TdClassName
{
border-color: #414077;
}
.TagClassName
{
border-color: #414077;
}
</style>