Shades of Jacksons Purple #3D3E7B
Tints of Jacksons Purple #3D3E7B
RGB
CMYK
RGB Variations
Color information
#3D3E7B (or 0x3D3E7B) is known color: Jacksons Purple. HEX triplet: 3D, 3E and 7B. RGB value is (61,62,123). Sum of RGB (Red+Green+Blue) = 61+62+123=246 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.80% from 246); Green value is 62 (24.61% from 255 or 25.20% from 246); Blue value is 123 (48.44% from 255 or 50% from 246); Max value from RGB is 123 - color contains mainly: blue. Hex color #3D3E7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3E7B is #C2C184. Grayscale: #444444. Windows color (decimal): -12763525 or 8076861. OLE color: 8076861.
HSL color Cylindrical-coordinate representation of color #3D3E7B: hue angle of 239.03º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D3E7B is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 61 | 62 | 123 | - |
| CMYK | 0.50 | 0.50 | 0 | 0.52 |
| HSL | 239.03º | 0.34% | 0.36% | - |
| HSV(B) | 239.03º | 0.5% | 0.48% | - |
| XYZ | 7.22 | 5.87 | 19.49 | - |
| YUV | 68.66 | 158.67 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 62 | 123 | 0.50 | 0.50 | 0 | 0.52 | 239.03 | 0.34 | 0.36 |
| Hex | 3D | 3E | 7B | 32 | 32 | 0 | 34 | EF | 22 | 24 |
| Octal | 75 | 76 | 173 | 62 | 62 | 0 | 64 | 357 | 42 | 44 |
| Binary | 111101 | 111110 | 1111011 | 110010 | 110010 | 0 | 110100 | 11101111 | 100010 | 100100 |
Color Harmonies of #3D3E7B
Complementary color
Monochromatic Colors of #3D3E7B
Black with #3D3E7B
Text Example
Text Example
White with #3D3E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3E7B; }
p { color: rgb(61,62,123); }
H1.HeaderClassName
{
color: #3D3E7B;
}
.AnyTagClassName
{
color: #3D3E7B;
}
</style>
background-color css
<style>
a { background-color: #3D3E7B; }
a { background-color: rgb(61,62,123); }
div.DivClassName
{
background-color: #3D3E7B;
}
.BgClassName
{
background-color: #3D3E7B;
}
</style>
border-color css
<style>
span { border-color: #3D3E7B; }
span { border-color: rgb(61,62,123); }
td.TdClassName
{
border-color: #3D3E7B;
}
.TagClassName
{
border-color: #3D3E7B;
}
</style>