Shades of Jacksons Purple #3C3D7C
Tints of Jacksons Purple #3C3D7C
RGB
CMYK
RGB Variations
Color information
#3C3D7C (or 0x3C3D7C) is known color: Jacksons Purple. HEX triplet: 3C, 3D and 7C. RGB value is (60,61,124). Sum of RGB (Red+Green+Blue) = 60+61+124=245 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.49% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C3D7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3D7C is #C3C283. Grayscale: #434343. Windows color (decimal): -12829316 or 8142140. OLE color: 8142140.
HSL color Cylindrical-coordinate representation of color #3C3D7C: hue angle of 239.06º 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 #3C3D7C is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 61 | 124 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.51 |
| HSL | 239.06º | 0.35% | 0.36% | - |
| HSV(B) | 239.06º | 0.52% | 0.49% | - |
| XYZ | 7.17 | 5.75 | 19.8 | - |
| YUV | 67.88 | 159.67 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 61 | 124 | 0.52 | 0.51 | 0 | 0.51 | 239.06 | 0.35 | 0.36 |
| Hex | 3C | 3D | 7C | 34 | 33 | 0 | 33 | EF | 23 | 24 |
| Octal | 74 | 75 | 174 | 64 | 63 | 0 | 63 | 357 | 43 | 44 |
| Binary | 111100 | 111101 | 1111100 | 110100 | 110011 | 0 | 110011 | 11101111 | 100011 | 100100 |
Color Harmonies of #3C3D7C
Complementary color
Monochromatic Colors of #3C3D7C
Black with #3C3D7C
Text Example
Text Example
White with #3C3D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3D7C; }
p { color: rgb(60,61,124); }
H1.HeaderClassName
{
color: #3C3D7C;
}
.AnyTagClassName
{
color: #3C3D7C;
}
</style>
background-color css
<style>
a { background-color: #3C3D7C; }
a { background-color: rgb(60,61,124); }
div.DivClassName
{
background-color: #3C3D7C;
}
.BgClassName
{
background-color: #3C3D7C;
}
</style>
border-color css
<style>
span { border-color: #3C3D7C; }
span { border-color: rgb(60,61,124); }
td.TdClassName
{
border-color: #3C3D7C;
}
.TagClassName
{
border-color: #3C3D7C;
}
</style>