Shades of Jacksons Purple #3C377D
Tints of Jacksons Purple #3C377D
RGB
CMYK
RGB Variations
Color information
#3C377D (or 0x3C377D) is known color: Jacksons Purple. HEX triplet: 3C, 37 and 7D. RGB value is (60,55,125). Sum of RGB (Red+Green+Blue) = 60+55+125=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #3C377D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C377D is #C3C882. Grayscale: #404040. Windows color (decimal): -12830851 or 8206140. OLE color: 8206140.
HSL color Cylindrical-coordinate representation of color #3C377D: hue angle of 244.29º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C377D is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 55 | 125 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.51 |
| HSL | 244.29º | 0.39% | 0.35% | - |
| HSV(B) | 244.29º | 0.56% | 0.49% | - |
| XYZ | 6.93 | 5.17 | 20.04 | - |
| YUV | 64.48 | 162.16 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 55 | 125 | 0.52 | 0.56 | 0 | 0.51 | 244.29 | 0.39 | 0.35 |
| Hex | 3C | 37 | 7D | 34 | 38 | 0 | 33 | F4 | 27 | 23 |
| Octal | 74 | 67 | 175 | 64 | 70 | 0 | 63 | 364 | 47 | 43 |
| Binary | 111100 | 110111 | 1111101 | 110100 | 111000 | 0 | 110011 | 11110100 | 100111 | 100011 |
Color Harmonies of #3C377D
Complementary color
Monochromatic Colors of #3C377D
Black with #3C377D
Text Example
Text Example
White with #3C377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C377D; }
p { color: rgb(60,55,125); }
H1.HeaderClassName
{
color: #3C377D;
}
.AnyTagClassName
{
color: #3C377D;
}
</style>
background-color css
<style>
a { background-color: #3C377D; }
a { background-color: rgb(60,55,125); }
div.DivClassName
{
background-color: #3C377D;
}
.BgClassName
{
background-color: #3C377D;
}
</style>
border-color css
<style>
span { border-color: #3C377D; }
span { border-color: rgb(60,55,125); }
td.TdClassName
{
border-color: #3C377D;
}
.TagClassName
{
border-color: #3C377D;
}
</style>