Shades of Jacksons Purple #3D3F81
Tints of Jacksons Purple #3D3F81
RGB
CMYK
RGB Variations
Color information
#3D3F81 (or 0x3D3F81) is known color: Jacksons Purple. HEX triplet: 3D, 3F and 81. RGB value is (61,63,129). Sum of RGB (Red+Green+Blue) = 61+63+129=253 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.11% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 129 (50.78% from 255 or 50.99% from 253); Max value from RGB is 129 - color contains mainly: blue. Hex color #3D3F81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3F81 is #C2C07E. Grayscale: #454545. Windows color (decimal): -12763263 or 8470333. OLE color: 8470333.
HSL color Cylindrical-coordinate representation of color #3D3F81: hue angle of 238.24º 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 #3D3F81 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 61 | 63 | 129 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.49 |
| HSL | 238.24º | 0.36% | 0.37% | - |
| HSV(B) | 238.24º | 0.53% | 0.51% | - |
| XYZ | 7.66 | 6.13 | 21.55 | - |
| YUV | 69.93 | 161.34 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 63 | 129 | 0.53 | 0.51 | 0 | 0.49 | 238.24 | 0.36 | 0.37 |
| Hex | 3D | 3F | 81 | 35 | 33 | 0 | 31 | EE | 24 | 25 |
| Octal | 75 | 77 | 201 | 65 | 63 | 0 | 61 | 356 | 44 | 45 |
| Binary | 111101 | 111111 | 10000001 | 110101 | 110011 | 0 | 110001 | 11101110 | 100100 | 100101 |
Color Harmonies of #3D3F81
Complementary color
Monochromatic Colors of #3D3F81
Black with #3D3F81
Text Example
Text Example
White with #3D3F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3F81; }
p { color: rgb(61,63,129); }
H1.HeaderClassName
{
color: #3D3F81;
}
.AnyTagClassName
{
color: #3D3F81;
}
</style>
background-color css
<style>
a { background-color: #3D3F81; }
a { background-color: rgb(61,63,129); }
div.DivClassName
{
background-color: #3D3F81;
}
.BgClassName
{
background-color: #3D3F81;
}
</style>
border-color css
<style>
span { border-color: #3D3F81; }
span { border-color: rgb(61,63,129); }
td.TdClassName
{
border-color: #3D3F81;
}
.TagClassName
{
border-color: #3D3F81;
}
</style>