Shades of Jacksons Purple #3C4075
Tints of Jacksons Purple #3C4075
RGB
CMYK
RGB Variations
Color information
#3C4075 (or 0x3C4075) is known color: Jacksons Purple. HEX triplet: 3C, 40 and 75. RGB value is (60,64,117). Sum of RGB (Red+Green+Blue) = 60+64+117=241 (31% of max value = 765). Red value is 60 (23.83% from 255 or 24.90% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #3C4075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4075 is #C3BF8A. Grayscale: #444444. Windows color (decimal): -12828555 or 7684156. OLE color: 7684156.
HSL color Cylindrical-coordinate representation of color #3C4075: hue angle of 235.79º degrees, saturation: 0.32, 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 #3C4075 is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 64 | 117 | - |
| CMYK | 0.49 | 0.45 | 0 | 0.54 |
| HSL | 235.79º | 0.32% | 0.35% | - |
| HSV(B) | 235.79º | 0.49% | 0.46% | - |
| XYZ | 6.91 | 5.91 | 17.61 | - |
| YUV | 68.85 | 155.17 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 64 | 117 | 0.49 | 0.45 | 0 | 0.54 | 235.79 | 0.32 | 0.35 |
| Hex | 3C | 40 | 75 | 31 | 2D | 0 | 36 | EC | 20 | 23 |
| Octal | 74 | 100 | 165 | 61 | 55 | 0 | 66 | 354 | 40 | 43 |
| Binary | 111100 | 1000000 | 1110101 | 110001 | 101101 | 0 | 110110 | 11101100 | 100000 | 100011 |
Color Harmonies of #3C4075
Complementary color
Monochromatic Colors of #3C4075
Black with #3C4075
Text Example
Text Example
White with #3C4075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4075; }
p { color: rgb(60,64,117); }
H1.HeaderClassName
{
color: #3C4075;
}
.AnyTagClassName
{
color: #3C4075;
}
</style>
background-color css
<style>
a { background-color: #3C4075; }
a { background-color: rgb(60,64,117); }
div.DivClassName
{
background-color: #3C4075;
}
.BgClassName
{
background-color: #3C4075;
}
</style>
border-color css
<style>
span { border-color: #3C4075; }
span { border-color: rgb(60,64,117); }
td.TdClassName
{
border-color: #3C4075;
}
.TagClassName
{
border-color: #3C4075;
}
</style>