Shades of Jacksons Purple #3D4279
Tints of Jacksons Purple #3D4279
RGB
CMYK
RGB Variations
Color information
#3D4279 (or 0x3D4279) is known color: Jacksons Purple. HEX triplet: 3D, 42 and 79. RGB value is (61,66,121). Sum of RGB (Red+Green+Blue) = 61+66+121=248 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.60% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 121 (47.66% from 255 or 48.79% from 248); Max value from RGB is 121 - color contains mainly: blue. Hex color #3D4279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4279 is #C2BD86. Grayscale: #464646. Windows color (decimal): -12762503 or 7946813. OLE color: 7946813.
HSL color Cylindrical-coordinate representation of color #3D4279: hue angle of 235º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D4279 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 61 | 66 | 121 | - |
| CMYK | 0.50 | 0.45 | 0 | 0.53 |
| HSL | 235º | 0.33% | 0.36% | - |
| HSV(B) | 235º | 0.5% | 0.47% | - |
| XYZ | 7.32 | 6.27 | 18.91 | - |
| YUV | 70.78 | 156.34 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 66 | 121 | 0.50 | 0.45 | 0 | 0.53 | 235 | 0.33 | 0.36 |
| Hex | 3D | 42 | 79 | 32 | 2D | 0 | 35 | EB | 21 | 24 |
| Octal | 75 | 102 | 171 | 62 | 55 | 0 | 65 | 353 | 41 | 44 |
| Binary | 111101 | 1000010 | 1111001 | 110010 | 101101 | 0 | 110101 | 11101011 | 100001 | 100100 |
Color Harmonies of #3D4279
Complementary color
Monochromatic Colors of #3D4279
Black with #3D4279
Text Example
Text Example
White with #3D4279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4279; }
p { color: rgb(61,66,121); }
H1.HeaderClassName
{
color: #3D4279;
}
.AnyTagClassName
{
color: #3D4279;
}
</style>
background-color css
<style>
a { background-color: #3D4279; }
a { background-color: rgb(61,66,121); }
div.DivClassName
{
background-color: #3D4279;
}
.BgClassName
{
background-color: #3D4279;
}
</style>
border-color css
<style>
span { border-color: #3D4279; }
span { border-color: rgb(61,66,121); }
td.TdClassName
{
border-color: #3D4279;
}
.TagClassName
{
border-color: #3D4279;
}
</style>