Shades of Jacksons Purple #3D377A
Tints of Jacksons Purple #3D377A
RGB
CMYK
RGB Variations
Color information
#3D377A (or 0x3D377A) is known color: Jacksons Purple. HEX triplet: 3D, 37 and 7A. RGB value is (61,55,122). Sum of RGB (Red+Green+Blue) = 61+55+122=238 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.63% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 122 (48.05% from 255 or 51.26% from 238); Max value from RGB is 122 - color contains mainly: blue. Hex color #3D377A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D377A is #C2C885. Grayscale: #404040. Windows color (decimal): -12765318 or 8009533. OLE color: 8009533.
HSL color Cylindrical-coordinate representation of color #3D377A: hue angle of 245.37º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D377A is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 61 | 55 | 122 | - |
| CMYK | 0.50 | 0.55 | 0 | 0.52 |
| HSL | 245.37º | 0.38% | 0.35% | - |
| HSV(B) | 245.37º | 0.55% | 0.48% | - |
| XYZ | 6.8 | 5.13 | 19.04 | - |
| YUV | 64.43 | 160.49 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 55 | 122 | 0.50 | 0.55 | 0 | 0.52 | 245.37 | 0.38 | 0.35 |
| Hex | 3D | 37 | 7A | 32 | 37 | 0 | 34 | F5 | 26 | 23 |
| Octal | 75 | 67 | 172 | 62 | 67 | 0 | 64 | 365 | 46 | 43 |
| Binary | 111101 | 110111 | 1111010 | 110010 | 110111 | 0 | 110100 | 11110101 | 100110 | 100011 |
Color Harmonies of #3D377A
Complementary color
Monochromatic Colors of #3D377A
Black with #3D377A
Text Example
Text Example
White with #3D377A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D377A; }
p { color: rgb(61,55,122); }
H1.HeaderClassName
{
color: #3D377A;
}
.AnyTagClassName
{
color: #3D377A;
}
</style>
background-color css
<style>
a { background-color: #3D377A; }
a { background-color: rgb(61,55,122); }
div.DivClassName
{
background-color: #3D377A;
}
.BgClassName
{
background-color: #3D377A;
}
</style>
border-color css
<style>
span { border-color: #3D377A; }
span { border-color: rgb(61,55,122); }
td.TdClassName
{
border-color: #3D377A;
}
.TagClassName
{
border-color: #3D377A;
}
</style>