Shades of Jacksons Purple #3C4189
Tints of Jacksons Purple #3C4189
RGB
CMYK
RGB Variations
Color information
#3C4189 (or 0x3C4189) is known color: Jacksons Purple. HEX triplet: 3C, 41 and 89. RGB value is (60,65,137). Sum of RGB (Red+Green+Blue) = 60+65+137=262 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.90% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 137 (53.91% from 255 or 52.29% from 262); Max value from RGB is 137 - color contains mainly: blue. Hex color #3C4189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4189 is #C3BE76. Grayscale: #474747. Windows color (decimal): -12828279 or 8995132. OLE color: 8995132.
HSL color Cylindrical-coordinate representation of color #3C4189: hue angle of 236.1º 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 #3C4189 is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 65 | 137 | - |
| CMYK | 0.56 | 0.53 | 0 | 0.46 |
| HSL | 236.1º | 0.39% | 0.39% | - |
| HSV(B) | 236.1º | 0.56% | 0.54% | - |
| XYZ | 8.27 | 6.55 | 24.49 | - |
| YUV | 71.71 | 164.84 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 65 | 137 | 0.56 | 0.53 | 0 | 0.46 | 236.1 | 0.39 | 0.39 |
| Hex | 3C | 41 | 89 | 38 | 35 | 0 | 2E | EC | 27 | 27 |
| Octal | 74 | 101 | 211 | 70 | 65 | 0 | 56 | 354 | 47 | 47 |
| Binary | 111100 | 1000001 | 10001001 | 111000 | 110101 | 0 | 101110 | 11101100 | 100111 | 100111 |
Color Harmonies of #3C4189
Complementary color
Monochromatic Colors of #3C4189
Black with #3C4189
Text Example
Text Example
White with #3C4189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4189; }
p { color: rgb(60,65,137); }
H1.HeaderClassName
{
color: #3C4189;
}
.AnyTagClassName
{
color: #3C4189;
}
</style>
background-color css
<style>
a { background-color: #3C4189; }
a { background-color: rgb(60,65,137); }
div.DivClassName
{
background-color: #3C4189;
}
.BgClassName
{
background-color: #3C4189;
}
</style>
border-color css
<style>
span { border-color: #3C4189; }
span { border-color: rgb(60,65,137); }
td.TdClassName
{
border-color: #3C4189;
}
.TagClassName
{
border-color: #3C4189;
}
</style>