Shades of Jacksons Purple #3B3D79
Tints of Jacksons Purple #3B3D79
RGB
CMYK
RGB Variations
Color information
#3B3D79 (or 0x3B3D79) is known color: Jacksons Purple. HEX triplet: 3B, 3D and 79. RGB value is (59,61,121). Sum of RGB (Red+Green+Blue) = 59+61+121=241 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.48% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 121 (47.66% from 255 or 50.21% from 241); Max value from RGB is 121 - color contains mainly: blue. Hex color #3B3D79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3D79 is #C4C286. Grayscale: #434343. Windows color (decimal): -12894855 or 7945531. OLE color: 7945531.
HSL color Cylindrical-coordinate representation of color #3B3D79: hue angle of 238.06º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B3D79 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 59 | 61 | 121 | - |
| CMYK | 0.51 | 0.50 | 0 | 0.53 |
| HSL | 238.06º | 0.34% | 0.35% | - |
| HSV(B) | 238.06º | 0.51% | 0.47% | - |
| XYZ | 6.92 | 5.65 | 18.81 | - |
| YUV | 67.24 | 158.34 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 61 | 121 | 0.51 | 0.50 | 0 | 0.53 | 238.06 | 0.34 | 0.35 |
| Hex | 3B | 3D | 79 | 33 | 32 | 0 | 35 | EE | 22 | 23 |
| Octal | 73 | 75 | 171 | 63 | 62 | 0 | 65 | 356 | 42 | 43 |
| Binary | 111011 | 111101 | 1111001 | 110011 | 110010 | 0 | 110101 | 11101110 | 100010 | 100011 |
Color Harmonies of #3B3D79
Complementary color
Monochromatic Colors of #3B3D79
Black with #3B3D79
Text Example
Text Example
White with #3B3D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3D79; }
p { color: rgb(59,61,121); }
H1.HeaderClassName
{
color: #3B3D79;
}
.AnyTagClassName
{
color: #3B3D79;
}
</style>
background-color css
<style>
a { background-color: #3B3D79; }
a { background-color: rgb(59,61,121); }
div.DivClassName
{
background-color: #3B3D79;
}
.BgClassName
{
background-color: #3B3D79;
}
</style>
border-color css
<style>
span { border-color: #3B3D79; }
span { border-color: rgb(59,61,121); }
td.TdClassName
{
border-color: #3B3D79;
}
.TagClassName
{
border-color: #3B3D79;
}
</style>