Shades of Jacksons Purple #413F82
Tints of Jacksons Purple #413F82
RGB
CMYK
RGB Variations
Color information
#413F82 (or 0x413F82) is known color: Jacksons Purple. HEX triplet: 41, 3F and 82. RGB value is (65,63,130). Sum of RGB (Red+Green+Blue) = 65+63+130=258 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.19% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 130 (51.17% from 255 or 50.39% from 258); Max value from RGB is 130 - color contains mainly: blue. Hex color #413F82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413F82 is #BEC07D. Grayscale: #464646. Windows color (decimal): -12501118 or 8535873. OLE color: 8535873.
HSL color Cylindrical-coordinate representation of color #413F82: hue angle of 241.79º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #413F82 is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 63 | 130 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.49 |
| HSL | 241.79º | 0.35% | 0.38% | - |
| HSV(B) | 241.79º | 0.52% | 0.51% | - |
| XYZ | 7.99 | 6.29 | 21.91 | - |
| YUV | 71.24 | 161.16 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 130 | 0.50 | 0.52 | 0 | 0.49 | 241.79 | 0.35 | 0.38 |
| Hex | 41 | 3F | 82 | 32 | 34 | 0 | 31 | F2 | 23 | 26 |
| Octal | 101 | 77 | 202 | 62 | 64 | 0 | 61 | 362 | 43 | 46 |
| Binary | 1000001 | 111111 | 10000010 | 110010 | 110100 | 0 | 110001 | 11110010 | 100011 | 100110 |
Color Harmonies of #413F82
Complementary color
Monochromatic Colors of #413F82
Black with #413F82
Text Example
Text Example
White with #413F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413F82; }
p { color: rgb(65,63,130); }
H1.HeaderClassName
{
color: #413F82;
}
.AnyTagClassName
{
color: #413F82;
}
</style>
background-color css
<style>
a { background-color: #413F82; }
a { background-color: rgb(65,63,130); }
div.DivClassName
{
background-color: #413F82;
}
.BgClassName
{
background-color: #413F82;
}
</style>
border-color css
<style>
span { border-color: #413F82; }
span { border-color: rgb(65,63,130); }
td.TdClassName
{
border-color: #413F82;
}
.TagClassName
{
border-color: #413F82;
}
</style>