Shades of Jacksons Purple #3D458D
Tints of Jacksons Purple #3D458D
RGB
CMYK
RGB Variations
Color information
#3D458D (or 0x3D458D) is known color: Jacksons Purple. HEX triplet: 3D, 45 and 8D. RGB value is (61,69,141). Sum of RGB (Red+Green+Blue) = 61+69+141=271 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.51% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #3D458D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D458D is #C2BA72. Grayscale: #4A4A4A. Windows color (decimal): -12761715 or 9258301. OLE color: 9258301.
HSL color Cylindrical-coordinate representation of color #3D458D: hue angle of 234º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D458D is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 69 | 141 | - |
| CMYK | 0.57 | 0.51 | 0 | 0.45 |
| HSL | 234º | 0.4% | 0.4% | - |
| HSV(B) | 234º | 0.57% | 0.55% | - |
| XYZ | 8.86 | 7.17 | 26.12 | - |
| YUV | 74.82 | 165.35 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 69 | 141 | 0.57 | 0.51 | 0 | 0.45 | 234 | 0.4 | 0.4 |
| Hex | 3D | 45 | 8D | 39 | 33 | 0 | 2D | EA | 28 | 28 |
| Octal | 75 | 105 | 215 | 71 | 63 | 0 | 55 | 352 | 50 | 50 |
| Binary | 111101 | 1000101 | 10001101 | 111001 | 110011 | 0 | 101101 | 11101010 | 101000 | 101000 |
Color Harmonies of #3D458D
Complementary color
Monochromatic Colors of #3D458D
Black with #3D458D
Text Example
Text Example
White with #3D458D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D458D; }
p { color: rgb(61,69,141); }
H1.HeaderClassName
{
color: #3D458D;
}
.AnyTagClassName
{
color: #3D458D;
}
</style>
background-color css
<style>
a { background-color: #3D458D; }
a { background-color: rgb(61,69,141); }
div.DivClassName
{
background-color: #3D458D;
}
.BgClassName
{
background-color: #3D458D;
}
</style>
border-color css
<style>
span { border-color: #3D458D; }
span { border-color: rgb(61,69,141); }
td.TdClassName
{
border-color: #3D458D;
}
.TagClassName
{
border-color: #3D458D;
}
</style>