Shades of Jacksons Purple #3C447D
Tints of Jacksons Purple #3C447D
RGB
CMYK
RGB Variations
Color information
#3C447D (or 0x3C447D) is known color: Jacksons Purple. HEX triplet: 3C, 44 and 7D. RGB value is (60,68,125). Sum of RGB (Red+Green+Blue) = 60+68+125=253 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.72% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 125 (49.22% from 255 or 49.41% from 253); Max value from RGB is 125 - color contains mainly: blue. Hex color #3C447D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C447D is #C3BB82. Grayscale: #474747. Windows color (decimal): -12827523 or 8209468. OLE color: 8209468.
HSL color Cylindrical-coordinate representation of color #3C447D: hue angle of 232.62º 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 #3C447D is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 68 | 125 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.51 |
| HSL | 232.62º | 0.35% | 0.36% | - |
| HSV(B) | 232.62º | 0.52% | 0.49% | - |
| XYZ | 7.63 | 6.58 | 20.27 | - |
| YUV | 72.11 | 157.85 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 68 | 125 | 0.52 | 0.46 | 0 | 0.51 | 232.62 | 0.35 | 0.36 |
| Hex | 3C | 44 | 7D | 34 | 2E | 0 | 33 | E9 | 23 | 24 |
| Octal | 74 | 104 | 175 | 64 | 56 | 0 | 63 | 351 | 43 | 44 |
| Binary | 111100 | 1000100 | 1111101 | 110100 | 101110 | 0 | 110011 | 11101001 | 100011 | 100100 |
Color Harmonies of #3C447D
Complementary color
Monochromatic Colors of #3C447D
Black with #3C447D
Text Example
Text Example
White with #3C447D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C447D; }
p { color: rgb(60,68,125); }
H1.HeaderClassName
{
color: #3C447D;
}
.AnyTagClassName
{
color: #3C447D;
}
</style>
background-color css
<style>
a { background-color: #3C447D; }
a { background-color: rgb(60,68,125); }
div.DivClassName
{
background-color: #3C447D;
}
.BgClassName
{
background-color: #3C447D;
}
</style>
border-color css
<style>
span { border-color: #3C447D; }
span { border-color: rgb(60,68,125); }
td.TdClassName
{
border-color: #3C447D;
}
.TagClassName
{
border-color: #3C447D;
}
</style>