Shades of Jacksons Purple #3C4076
Tints of Jacksons Purple #3C4076
RGB
CMYK
RGB Variations
Color information
#3C4076 (or 0x3C4076) is known color: Jacksons Purple. HEX triplet: 3C, 40 and 76. RGB value is (60,64,118). Sum of RGB (Red+Green+Blue) = 60+64+118=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #3C4076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4076 is #C3BF89. Grayscale: #444444. Windows color (decimal): -12828554 or 7749692. OLE color: 7749692.
HSL color Cylindrical-coordinate representation of color #3C4076: hue angle of 235.86º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C4076 is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 64 | 118 | - |
| CMYK | 0.49 | 0.46 | 0 | 0.54 |
| HSL | 235.86º | 0.33% | 0.35% | - |
| HSV(B) | 235.86º | 0.49% | 0.46% | - |
| XYZ | 6.97 | 5.94 | 17.92 | - |
| YUV | 68.96 | 155.67 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 64 | 118 | 0.49 | 0.46 | 0 | 0.54 | 235.86 | 0.33 | 0.35 |
| Hex | 3C | 40 | 76 | 31 | 2E | 0 | 36 | EC | 21 | 23 |
| Octal | 74 | 100 | 166 | 61 | 56 | 0 | 66 | 354 | 41 | 43 |
| Binary | 111100 | 1000000 | 1110110 | 110001 | 101110 | 0 | 110110 | 11101100 | 100001 | 100011 |
Color Harmonies of #3C4076
Complementary color
Monochromatic Colors of #3C4076
Black with #3C4076
Text Example
Text Example
White with #3C4076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4076; }
p { color: rgb(60,64,118); }
H1.HeaderClassName
{
color: #3C4076;
}
.AnyTagClassName
{
color: #3C4076;
}
</style>
background-color css
<style>
a { background-color: #3C4076; }
a { background-color: rgb(60,64,118); }
div.DivClassName
{
background-color: #3C4076;
}
.BgClassName
{
background-color: #3C4076;
}
</style>
border-color css
<style>
span { border-color: #3C4076; }
span { border-color: rgb(60,64,118); }
td.TdClassName
{
border-color: #3C4076;
}
.TagClassName
{
border-color: #3C4076;
}
</style>