Shades of Jacksons Purple #3C4090
Tints of Jacksons Purple #3C4090
RGB
CMYK
RGB Variations
Color information
#3C4090 (or 0x3C4090) is known color: Jacksons Purple. HEX triplet: 3C, 40 and 90. RGB value is (60,64,144). Sum of RGB (Red+Green+Blue) = 60+64+144=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 144 (56.64% from 255 or 53.73% from 268); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C4090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C4090 is #C3BF6F. Grayscale: #474747. Windows color (decimal): -12828528 or 9453628. OLE color: 9453628.
HSL color Cylindrical-coordinate representation of color #3C4090: hue angle of 237.14º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C4090 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 64 | 144 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.44 |
| HSL | 237.14º | 0.41% | 0.4% | - |
| HSV(B) | 237.14º | 0.58% | 0.56% | - |
| XYZ | 8.73 | 6.64 | 27.21 | - |
| YUV | 71.92 | 168.67 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 64 | 144 | 0.58 | 0.56 | 0 | 0.44 | 237.14 | 0.41 | 0.4 |
| Hex | 3C | 40 | 90 | 3A | 38 | 0 | 2C | ED | 29 | 28 |
| Octal | 74 | 100 | 220 | 72 | 70 | 0 | 54 | 355 | 51 | 50 |
| Binary | 111100 | 1000000 | 10010000 | 111010 | 111000 | 0 | 101100 | 11101101 | 101001 | 101000 |
Color Harmonies of #3C4090
Complementary color
Monochromatic Colors of #3C4090
Black with #3C4090
Text Example
Text Example
White with #3C4090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4090; }
p { color: rgb(60,64,144); }
H1.HeaderClassName
{
color: #3C4090;
}
.AnyTagClassName
{
color: #3C4090;
}
</style>
background-color css
<style>
a { background-color: #3C4090; }
a { background-color: rgb(60,64,144); }
div.DivClassName
{
background-color: #3C4090;
}
.BgClassName
{
background-color: #3C4090;
}
</style>
border-color css
<style>
span { border-color: #3C4090; }
span { border-color: rgb(60,64,144); }
td.TdClassName
{
border-color: #3C4090;
}
.TagClassName
{
border-color: #3C4090;
}
</style>