Shades of Jacksons Purple #3D3E85
Tints of Jacksons Purple #3D3E85
RGB
CMYK
RGB Variations
Color information
#3D3E85 (or 0x3D3E85) is known color: Jacksons Purple. HEX triplet: 3D, 3E and 85. RGB value is (61,62,133). Sum of RGB (Red+Green+Blue) = 61+62+133=256 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.83% from 256); Green value is 62 (24.61% from 255 or 24.22% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #3D3E85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3E85 is #C2C17A. Grayscale: #454545. Windows color (decimal): -12763515 or 8732221. OLE color: 8732221.
HSL color Cylindrical-coordinate representation of color #3D3E85: hue angle of 239.17º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D3E85 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 61 | 62 | 133 | - |
| CMYK | 0.54 | 0.53 | 0 | 0.48 |
| HSL | 239.17º | 0.37% | 0.38% | - |
| HSV(B) | 239.17º | 0.54% | 0.52% | - |
| XYZ | 7.88 | 6.13 | 22.96 | - |
| YUV | 69.8 | 163.67 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 62 | 133 | 0.54 | 0.53 | 0 | 0.48 | 239.17 | 0.37 | 0.38 |
| Hex | 3D | 3E | 85 | 36 | 35 | 0 | 30 | EF | 25 | 26 |
| Octal | 75 | 76 | 205 | 66 | 65 | 0 | 60 | 357 | 45 | 46 |
| Binary | 111101 | 111110 | 10000101 | 110110 | 110101 | 0 | 110000 | 11101111 | 100101 | 100110 |
Color Harmonies of #3D3E85
Complementary color
Monochromatic Colors of #3D3E85
Black with #3D3E85
Text Example
Text Example
White with #3D3E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3E85; }
p { color: rgb(61,62,133); }
H1.HeaderClassName
{
color: #3D3E85;
}
.AnyTagClassName
{
color: #3D3E85;
}
</style>
background-color css
<style>
a { background-color: #3D3E85; }
a { background-color: rgb(61,62,133); }
div.DivClassName
{
background-color: #3D3E85;
}
.BgClassName
{
background-color: #3D3E85;
}
</style>
border-color css
<style>
span { border-color: #3D3E85; }
span { border-color: rgb(61,62,133); }
td.TdClassName
{
border-color: #3D3E85;
}
.TagClassName
{
border-color: #3D3E85;
}
</style>