Shades of Jacksons Purple #3D4586
Tints of Jacksons Purple #3D4586
RGB
CMYK
RGB Variations
Color information
#3D4586 (or 0x3D4586) is known color: Jacksons Purple. HEX triplet: 3D, 45 and 86. RGB value is (61,69,134). Sum of RGB (Red+Green+Blue) = 61+69+134=264 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.11% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 134 (52.73% from 255 or 50.76% from 264); Max value from RGB is 134 - color contains mainly: blue. Hex color #3D4586 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4586 is #C2BA79. Grayscale: #494949. Windows color (decimal): -12761722 or 8799549. OLE color: 8799549.
HSL color Cylindrical-coordinate representation of color #3D4586: hue angle of 233.42º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D4586 is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 61 | 69 | 134 | - |
| CMYK | 0.54 | 0.49 | 0 | 0.47 |
| HSL | 233.42º | 0.37% | 0.38% | - |
| HSV(B) | 233.42º | 0.54% | 0.53% | - |
| XYZ | 8.36 | 6.97 | 23.46 | - |
| YUV | 74.02 | 161.85 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 69 | 134 | 0.54 | 0.49 | 0 | 0.47 | 233.42 | 0.37 | 0.38 |
| Hex | 3D | 45 | 86 | 36 | 31 | 0 | 2F | E9 | 25 | 26 |
| Octal | 75 | 105 | 206 | 66 | 61 | 0 | 57 | 351 | 45 | 46 |
| Binary | 111101 | 1000101 | 10000110 | 110110 | 110001 | 0 | 101111 | 11101001 | 100101 | 100110 |
Color Harmonies of #3D4586
Complementary color
Monochromatic Colors of #3D4586
Black with #3D4586
Text Example
Text Example
White with #3D4586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4586; }
p { color: rgb(61,69,134); }
H1.HeaderClassName
{
color: #3D4586;
}
.AnyTagClassName
{
color: #3D4586;
}
</style>
background-color css
<style>
a { background-color: #3D4586; }
a { background-color: rgb(61,69,134); }
div.DivClassName
{
background-color: #3D4586;
}
.BgClassName
{
background-color: #3D4586;
}
</style>
border-color css
<style>
span { border-color: #3D4586; }
span { border-color: rgb(61,69,134); }
td.TdClassName
{
border-color: #3D4586;
}
.TagClassName
{
border-color: #3D4586;
}
</style>