Shades of Jacksons Purple #3C4089
Tints of Jacksons Purple #3C4089
RGB
CMYK
RGB Variations
Color information
#3C4089 (or 0x3C4089) is known color: Jacksons Purple. HEX triplet: 3C, 40 and 89. RGB value is (60,64,137). Sum of RGB (Red+Green+Blue) = 60+64+137=261 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.99% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #3C4089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4089 is #C3BF76. Grayscale: #464646. Windows color (decimal): -12828535 or 8994876. OLE color: 8994876.
HSL color Cylindrical-coordinate representation of color #3C4089: hue angle of 236.88º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C4089 is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 64 | 137 | - |
| CMYK | 0.56 | 0.53 | 0 | 0.46 |
| HSL | 236.88º | 0.39% | 0.39% | - |
| HSV(B) | 236.88º | 0.56% | 0.54% | - |
| XYZ | 8.21 | 6.43 | 24.48 | - |
| YUV | 71.13 | 165.17 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 64 | 137 | 0.56 | 0.53 | 0 | 0.46 | 236.88 | 0.39 | 0.39 |
| Hex | 3C | 40 | 89 | 38 | 35 | 0 | 2E | ED | 27 | 27 |
| Octal | 74 | 100 | 211 | 70 | 65 | 0 | 56 | 355 | 47 | 47 |
| Binary | 111100 | 1000000 | 10001001 | 111000 | 110101 | 0 | 101110 | 11101101 | 100111 | 100111 |
Color Harmonies of #3C4089
Complementary color
Monochromatic Colors of #3C4089
Black with #3C4089
Text Example
Text Example
White with #3C4089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4089; }
p { color: rgb(60,64,137); }
H1.HeaderClassName
{
color: #3C4089;
}
.AnyTagClassName
{
color: #3C4089;
}
</style>
background-color css
<style>
a { background-color: #3C4089; }
a { background-color: rgb(60,64,137); }
div.DivClassName
{
background-color: #3C4089;
}
.BgClassName
{
background-color: #3C4089;
}
</style>
border-color css
<style>
span { border-color: #3C4089; }
span { border-color: rgb(60,64,137); }
td.TdClassName
{
border-color: #3C4089;
}
.TagClassName
{
border-color: #3C4089;
}
</style>