Shades of Jacksons Purple #3C447C
Tints of Jacksons Purple #3C447C
RGB
CMYK
RGB Variations
Color information
#3C447C (or 0x3C447C) is known color: Jacksons Purple. HEX triplet: 3C, 44 and 7C. RGB value is (60,68,124). Sum of RGB (Red+Green+Blue) = 60+68+124=252 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.81% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 124 (48.83% from 255 or 49.21% from 252); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C447C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C447C is #C3BB83. Grayscale: #474747. Windows color (decimal): -12827524 or 8143932. OLE color: 8143932.
HSL color Cylindrical-coordinate representation of color #3C447C: hue angle of 232.5º 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 #3C447C is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 68 | 124 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.51 |
| HSL | 232.5º | 0.35% | 0.36% | - |
| HSV(B) | 232.5º | 0.52% | 0.49% | - |
| XYZ | 7.57 | 6.55 | 19.93 | - |
| YUV | 71.99 | 157.35 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 68 | 124 | 0.52 | 0.45 | 0 | 0.51 | 232.5 | 0.35 | 0.36 |
| Hex | 3C | 44 | 7C | 34 | 2D | 0 | 33 | E8 | 23 | 24 |
| Octal | 74 | 104 | 174 | 64 | 55 | 0 | 63 | 350 | 43 | 44 |
| Binary | 111100 | 1000100 | 1111100 | 110100 | 101101 | 0 | 110011 | 11101000 | 100011 | 100100 |
Color Harmonies of #3C447C
Complementary color
Monochromatic Colors of #3C447C
Black with #3C447C
Text Example
Text Example
White with #3C447C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C447C; }
p { color: rgb(60,68,124); }
H1.HeaderClassName
{
color: #3C447C;
}
.AnyTagClassName
{
color: #3C447C;
}
</style>
background-color css
<style>
a { background-color: #3C447C; }
a { background-color: rgb(60,68,124); }
div.DivClassName
{
background-color: #3C447C;
}
.BgClassName
{
background-color: #3C447C;
}
</style>
border-color css
<style>
span { border-color: #3C447C; }
span { border-color: rgb(60,68,124); }
td.TdClassName
{
border-color: #3C447C;
}
.TagClassName
{
border-color: #3C447C;
}
</style>