Shades of Jacksons Purple #3D4781
Tints of Jacksons Purple #3D4781
RGB
CMYK
RGB Variations
Color information
#3D4781 (or 0x3D4781) is known color: Jacksons Purple. HEX triplet: 3D, 47 and 81. RGB value is (61,71,129). Sum of RGB (Red+Green+Blue) = 61+71+129=261 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.37% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 129 (50.78% from 255 or 49.43% from 261); Max value from RGB is 129 - color contains mainly: blue. Hex color #3D4781 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4781 is #C2B87E. Grayscale: #4A4A4A. Windows color (decimal): -12761215 or 8472381. OLE color: 8472381.
HSL color Cylindrical-coordinate representation of color #3D4781: hue angle of 231.18º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D4781 is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 61 | 71 | 129 | - |
| CMYK | 0.53 | 0.45 | 0 | 0.49 |
| HSL | 231.18º | 0.36% | 0.37% | - |
| HSV(B) | 231.18º | 0.53% | 0.51% | - |
| XYZ | 8.14 | 7.08 | 21.71 | - |
| YUV | 74.62 | 158.69 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 71 | 129 | 0.53 | 0.45 | 0 | 0.49 | 231.18 | 0.36 | 0.37 |
| Hex | 3D | 47 | 81 | 35 | 2D | 0 | 31 | E7 | 24 | 25 |
| Octal | 75 | 107 | 201 | 65 | 55 | 0 | 61 | 347 | 44 | 45 |
| Binary | 111101 | 1000111 | 10000001 | 110101 | 101101 | 0 | 110001 | 11100111 | 100100 | 100101 |
Color Harmonies of #3D4781
Complementary color
Monochromatic Colors of #3D4781
Black with #3D4781
Text Example
Text Example
White with #3D4781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4781; }
p { color: rgb(61,71,129); }
H1.HeaderClassName
{
color: #3D4781;
}
.AnyTagClassName
{
color: #3D4781;
}
</style>
background-color css
<style>
a { background-color: #3D4781; }
a { background-color: rgb(61,71,129); }
div.DivClassName
{
background-color: #3D4781;
}
.BgClassName
{
background-color: #3D4781;
}
</style>
border-color css
<style>
span { border-color: #3D4781; }
span { border-color: rgb(61,71,129); }
td.TdClassName
{
border-color: #3D4781;
}
.TagClassName
{
border-color: #3D4781;
}
</style>