Shades of Jacksons Purple #3C3D7E
Tints of Jacksons Purple #3C3D7E
RGB
CMYK
RGB Variations
Color information
#3C3D7E (or 0x3C3D7E) is known color: Jacksons Purple. HEX triplet: 3C, 3D and 7E. RGB value is (60,61,126). Sum of RGB (Red+Green+Blue) = 60+61+126=247 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.29% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 126 (49.61% from 255 or 51.01% from 247); Max value from RGB is 126 - color contains mainly: blue. Hex color #3C3D7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3D7E is #C3C281. Grayscale: #434343. Windows color (decimal): -12829314 or 8273212. OLE color: 8273212.
HSL color Cylindrical-coordinate representation of color #3C3D7E: hue angle of 239.09º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C3D7E is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 61 | 126 | - |
| CMYK | 0.52 | 0.52 | 0 | 0.51 |
| HSL | 239.09º | 0.35% | 0.36% | - |
| HSV(B) | 239.09º | 0.52% | 0.49% | - |
| XYZ | 7.3 | 5.8 | 20.47 | - |
| YUV | 68.11 | 160.67 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 61 | 126 | 0.52 | 0.52 | 0 | 0.51 | 239.09 | 0.35 | 0.36 |
| Hex | 3C | 3D | 7E | 34 | 34 | 0 | 33 | EF | 23 | 24 |
| Octal | 74 | 75 | 176 | 64 | 64 | 0 | 63 | 357 | 43 | 44 |
| Binary | 111100 | 111101 | 1111110 | 110100 | 110100 | 0 | 110011 | 11101111 | 100011 | 100100 |
Color Harmonies of #3C3D7E
Complementary color
Monochromatic Colors of #3C3D7E
Black with #3C3D7E
Text Example
Text Example
White with #3C3D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3D7E; }
p { color: rgb(60,61,126); }
H1.HeaderClassName
{
color: #3C3D7E;
}
.AnyTagClassName
{
color: #3C3D7E;
}
</style>
background-color css
<style>
a { background-color: #3C3D7E; }
a { background-color: rgb(60,61,126); }
div.DivClassName
{
background-color: #3C3D7E;
}
.BgClassName
{
background-color: #3C3D7E;
}
</style>
border-color css
<style>
span { border-color: #3C3D7E; }
span { border-color: rgb(60,61,126); }
td.TdClassName
{
border-color: #3C3D7E;
}
.TagClassName
{
border-color: #3C3D7E;
}
</style>