Shades of Jacksons Purple #3C397A
Tints of Jacksons Purple #3C397A
RGB
CMYK
RGB Variations
Color information
#3C397A (or 0x3C397A) is known color: Jacksons Purple. HEX triplet: 3C, 39 and 7A. RGB value is (60,57,122). Sum of RGB (Red+Green+Blue) = 60+57+122=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 122 (48.05% from 255 or 51.05% from 239); Max value from RGB is 122 - color contains mainly: blue. Hex color #3C397A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C397A is #C3C685. Grayscale: #414141. Windows color (decimal): -12830342 or 8010044. OLE color: 8010044.
HSL color Cylindrical-coordinate representation of color #3C397A: hue angle of 242.77º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C397A is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 60 | 57 | 122 | - |
| CMYK | 0.51 | 0.53 | 0 | 0.52 |
| HSL | 242.77º | 0.36% | 0.35% | - |
| HSV(B) | 242.77º | 0.53% | 0.48% | - |
| XYZ | 6.84 | 5.29 | 19.07 | - |
| YUV | 65.31 | 159.99 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 57 | 122 | 0.51 | 0.53 | 0 | 0.52 | 242.77 | 0.36 | 0.35 |
| Hex | 3C | 39 | 7A | 33 | 35 | 0 | 34 | F3 | 24 | 23 |
| Octal | 74 | 71 | 172 | 63 | 65 | 0 | 64 | 363 | 44 | 43 |
| Binary | 111100 | 111001 | 1111010 | 110011 | 110101 | 0 | 110100 | 11110011 | 100100 | 100011 |
Color Harmonies of #3C397A
Complementary color
Monochromatic Colors of #3C397A
Black with #3C397A
Text Example
Text Example
White with #3C397A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C397A; }
p { color: rgb(60,57,122); }
H1.HeaderClassName
{
color: #3C397A;
}
.AnyTagClassName
{
color: #3C397A;
}
</style>
background-color css
<style>
a { background-color: #3C397A; }
a { background-color: rgb(60,57,122); }
div.DivClassName
{
background-color: #3C397A;
}
.BgClassName
{
background-color: #3C397A;
}
</style>
border-color css
<style>
span { border-color: #3C397A; }
span { border-color: rgb(60,57,122); }
td.TdClassName
{
border-color: #3C397A;
}
.TagClassName
{
border-color: #3C397A;
}
</style>