Shades of Jacksons Purple #3D487C
Tints of Jacksons Purple #3D487C
RGB
CMYK
RGB Variations
Color information
#3D487C (or 0x3D487C) is known color: Jacksons Purple. HEX triplet: 3D, 48 and 7C. RGB value is (61,72,124). Sum of RGB (Red+Green+Blue) = 61+72+124=257 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.74% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #3D487C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D487C is #C2B783. Grayscale: #4A4A4A. Windows color (decimal): -12760964 or 8144957. OLE color: 8144957.
HSL color Cylindrical-coordinate representation of color #3D487C: hue angle of 229.52º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D487C is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 61 | 72 | 124 | - |
| CMYK | 0.51 | 0.42 | 0 | 0.51 |
| HSL | 229.52º | 0.34% | 0.36% | - |
| HSV(B) | 229.52º | 0.51% | 0.49% | - |
| XYZ | 7.88 | 7.08 | 20.02 | - |
| YUV | 74.64 | 155.86 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 72 | 124 | 0.51 | 0.42 | 0 | 0.51 | 229.52 | 0.34 | 0.36 |
| Hex | 3D | 48 | 7C | 33 | 2A | 0 | 33 | E6 | 22 | 24 |
| Octal | 75 | 110 | 174 | 63 | 52 | 0 | 63 | 346 | 42 | 44 |
| Binary | 111101 | 1001000 | 1111100 | 110011 | 101010 | 0 | 110011 | 11100110 | 100010 | 100100 |
Color Harmonies of #3D487C
Complementary color
Monochromatic Colors of #3D487C
Black with #3D487C
Text Example
Text Example
White with #3D487C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D487C; }
p { color: rgb(61,72,124); }
H1.HeaderClassName
{
color: #3D487C;
}
.AnyTagClassName
{
color: #3D487C;
}
</style>
background-color css
<style>
a { background-color: #3D487C; }
a { background-color: rgb(61,72,124); }
div.DivClassName
{
background-color: #3D487C;
}
.BgClassName
{
background-color: #3D487C;
}
</style>
border-color css
<style>
span { border-color: #3D487C; }
span { border-color: rgb(61,72,124); }
td.TdClassName
{
border-color: #3D487C;
}
.TagClassName
{
border-color: #3D487C;
}
</style>