Shades of Jacksons Purple #3C397D
Tints of Jacksons Purple #3C397D
RGB
CMYK
RGB Variations
Color information
#3C397D (or 0x3C397D) is known color: Jacksons Purple. HEX triplet: 3C, 39 and 7D. RGB value is (60,57,125). Sum of RGB (Red+Green+Blue) = 60+57+125=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 125 (49.22% from 255 or 51.65% from 242); Max value from RGB is 125 - color contains mainly: blue. Hex color #3C397D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C397D is #C3C682. Grayscale: #414141. Windows color (decimal): -12830339 or 8206652. OLE color: 8206652.
HSL color Cylindrical-coordinate representation of color #3C397D: hue angle of 242.65º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3C397D is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 57 | 125 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.51 |
| HSL | 242.65º | 0.37% | 0.36% | - |
| HSV(B) | 242.65º | 0.54% | 0.49% | - |
| XYZ | 7.03 | 5.37 | 20.07 | - |
| YUV | 65.65 | 161.49 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 57 | 125 | 0.52 | 0.54 | 0 | 0.51 | 242.65 | 0.37 | 0.36 |
| Hex | 3C | 39 | 7D | 34 | 36 | 0 | 33 | F3 | 25 | 24 |
| Octal | 74 | 71 | 175 | 64 | 66 | 0 | 63 | 363 | 45 | 44 |
| Binary | 111100 | 111001 | 1111101 | 110100 | 110110 | 0 | 110011 | 11110011 | 100101 | 100100 |
Color Harmonies of #3C397D
Complementary color
Monochromatic Colors of #3C397D
Black with #3C397D
Text Example
Text Example
White with #3C397D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C397D; }
p { color: rgb(60,57,125); }
H1.HeaderClassName
{
color: #3C397D;
}
.AnyTagClassName
{
color: #3C397D;
}
</style>
background-color css
<style>
a { background-color: #3C397D; }
a { background-color: rgb(60,57,125); }
div.DivClassName
{
background-color: #3C397D;
}
.BgClassName
{
background-color: #3C397D;
}
</style>
border-color css
<style>
span { border-color: #3C397D; }
span { border-color: rgb(60,57,125); }
td.TdClassName
{
border-color: #3C397D;
}
.TagClassName
{
border-color: #3C397D;
}
</style>