Shades of Jacksons Purple #413F80
Tints of Jacksons Purple #413F80
RGB
CMYK
RGB Variations
Color information
#413F80 (or 0x413F80) is known color: Jacksons Purple. HEX triplet: 41, 3F and 80. RGB value is (65,63,128). Sum of RGB (Red+Green+Blue) = 65+63+128=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 128 (50.39% from 255 or 50% from 256); Max value from RGB is 128 - color contains mainly: blue. Hex color #413F80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413F80 is #BEC07F. Grayscale: #464646. Windows color (decimal): -12501120 or 8404801. OLE color: 8404801.
HSL color Cylindrical-coordinate representation of color #413F80: hue angle of 241.85º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #413F80 is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 65 | 63 | 128 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.50 |
| HSL | 241.85º | 0.34% | 0.37% | - |
| HSV(B) | 241.85º | 0.51% | 0.5% | - |
| XYZ | 7.85 | 6.24 | 21.21 | - |
| YUV | 71.01 | 160.16 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 128 | 0.49 | 0.51 | 0 | 0.50 | 241.85 | 0.34 | 0.37 |
| Hex | 41 | 3F | 80 | 31 | 33 | 0 | 32 | F2 | 22 | 25 |
| Octal | 101 | 77 | 200 | 61 | 63 | 0 | 62 | 362 | 42 | 45 |
| Binary | 1000001 | 111111 | 10000000 | 110001 | 110011 | 0 | 110010 | 11110010 | 100010 | 100101 |
Color Harmonies of #413F80
Complementary color
Monochromatic Colors of #413F80
Black with #413F80
Text Example
Text Example
White with #413F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413F80; }
p { color: rgb(65,63,128); }
H1.HeaderClassName
{
color: #413F80;
}
.AnyTagClassName
{
color: #413F80;
}
</style>
background-color css
<style>
a { background-color: #413F80; }
a { background-color: rgb(65,63,128); }
div.DivClassName
{
background-color: #413F80;
}
.BgClassName
{
background-color: #413F80;
}
</style>
border-color css
<style>
span { border-color: #413F80; }
span { border-color: rgb(65,63,128); }
td.TdClassName
{
border-color: #413F80;
}
.TagClassName
{
border-color: #413F80;
}
</style>