Shades of Jacksons Purple #3C477E
Tints of Jacksons Purple #3C477E
RGB
CMYK
RGB Variations
Color information
#3C477E (or 0x3C477E) is known color: Jacksons Purple. HEX triplet: 3C, 47 and 7E. RGB value is (60,71,126). Sum of RGB (Red+Green+Blue) = 60+71+126=257 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.35% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 126 (49.61% from 255 or 49.03% from 257); Max value from RGB is 126 - color contains mainly: blue. Hex color #3C477E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C477E is #C3B881. Grayscale: #494949. Windows color (decimal): -12826754 or 8275772. OLE color: 8275772.
HSL color Cylindrical-coordinate representation of color #3C477E: hue angle of 230º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C477E is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 71 | 126 | - |
| CMYK | 0.52 | 0.44 | 0 | 0.51 |
| HSL | 230º | 0.35% | 0.36% | - |
| HSV(B) | 230º | 0.52% | 0.49% | - |
| XYZ | 7.88 | 6.97 | 20.67 | - |
| YUV | 73.98 | 157.36 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 71 | 126 | 0.52 | 0.44 | 0 | 0.51 | 230 | 0.35 | 0.36 |
| Hex | 3C | 47 | 7E | 34 | 2C | 0 | 33 | E6 | 23 | 24 |
| Octal | 74 | 107 | 176 | 64 | 54 | 0 | 63 | 346 | 43 | 44 |
| Binary | 111100 | 1000111 | 1111110 | 110100 | 101100 | 0 | 110011 | 11100110 | 100011 | 100100 |
Color Harmonies of #3C477E
Complementary color
Monochromatic Colors of #3C477E
Black with #3C477E
Text Example
Text Example
White with #3C477E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C477E; }
p { color: rgb(60,71,126); }
H1.HeaderClassName
{
color: #3C477E;
}
.AnyTagClassName
{
color: #3C477E;
}
</style>
background-color css
<style>
a { background-color: #3C477E; }
a { background-color: rgb(60,71,126); }
div.DivClassName
{
background-color: #3C477E;
}
.BgClassName
{
background-color: #3C477E;
}
</style>
border-color css
<style>
span { border-color: #3C477E; }
span { border-color: rgb(60,71,126); }
td.TdClassName
{
border-color: #3C477E;
}
.TagClassName
{
border-color: #3C477E;
}
</style>