Shades of Jacksons Purple #3B3582
Tints of Jacksons Purple #3B3582
RGB
CMYK
RGB Variations
Color information
#3B3582 (or 0x3B3582) is known color: Jacksons Purple. HEX triplet: 3B, 35 and 82. RGB value is (59,53,130). Sum of RGB (Red+Green+Blue) = 59+53+130=242 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.38% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 130 (51.17% from 255 or 53.72% from 242); Max value from RGB is 130 - color contains mainly: blue. Hex color #3B3582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3582 is #C4CA7D. Grayscale: #3F3F3F. Windows color (decimal): -12896894 or 8533307. OLE color: 8533307.
HSL color Cylindrical-coordinate representation of color #3B3582: hue angle of 244.68º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B3582 is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 59 | 53 | 130 | - |
| CMYK | 0.55 | 0.59 | 0 | 0.49 |
| HSL | 244.68º | 0.42% | 0.36% | - |
| HSV(B) | 244.68º | 0.59% | 0.51% | - |
| XYZ | 7.11 | 5.09 | 21.73 | - |
| YUV | 63.57 | 165.49 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 53 | 130 | 0.55 | 0.59 | 0 | 0.49 | 244.68 | 0.42 | 0.36 |
| Hex | 3B | 35 | 82 | 37 | 3B | 0 | 31 | F5 | 2A | 24 |
| Octal | 73 | 65 | 202 | 67 | 73 | 0 | 61 | 365 | 52 | 44 |
| Binary | 111011 | 110101 | 10000010 | 110111 | 111011 | 0 | 110001 | 11110101 | 101010 | 100100 |
Color Harmonies of #3B3582
Complementary color
Monochromatic Colors of #3B3582
Black with #3B3582
Text Example
Text Example
White with #3B3582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3582; }
p { color: rgb(59,53,130); }
H1.HeaderClassName
{
color: #3B3582;
}
.AnyTagClassName
{
color: #3B3582;
}
</style>
background-color css
<style>
a { background-color: #3B3582; }
a { background-color: rgb(59,53,130); }
div.DivClassName
{
background-color: #3B3582;
}
.BgClassName
{
background-color: #3B3582;
}
</style>
border-color css
<style>
span { border-color: #3B3582; }
span { border-color: rgb(59,53,130); }
td.TdClassName
{
border-color: #3B3582;
}
.TagClassName
{
border-color: #3B3582;
}
</style>