Shades of Jacksons Purple #3C447E
Tints of Jacksons Purple #3C447E
RGB
CMYK
RGB Variations
Color information
#3C447E (or 0x3C447E) is known color: Jacksons Purple. HEX triplet: 3C, 44 and 7E. RGB value is (60,68,126). Sum of RGB (Red+Green+Blue) = 60+68+126=254 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.62% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 126 (49.61% from 255 or 49.61% from 254); Max value from RGB is 126 - color contains mainly: blue. Hex color #3C447E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C447E is #C3BB81. Grayscale: #474747. Windows color (decimal): -12827522 or 8275004. OLE color: 8275004.
HSL color Cylindrical-coordinate representation of color #3C447E: hue angle of 232.73º 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 #3C447E is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 68 | 126 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.51 |
| HSL | 232.73º | 0.35% | 0.36% | - |
| HSV(B) | 232.73º | 0.52% | 0.49% | - |
| XYZ | 7.7 | 6.6 | 20.61 | - |
| YUV | 72.22 | 158.35 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 68 | 126 | 0.52 | 0.46 | 0 | 0.51 | 232.73 | 0.35 | 0.36 |
| Hex | 3C | 44 | 7E | 34 | 2E | 0 | 33 | E9 | 23 | 24 |
| Octal | 74 | 104 | 176 | 64 | 56 | 0 | 63 | 351 | 43 | 44 |
| Binary | 111100 | 1000100 | 1111110 | 110100 | 101110 | 0 | 110011 | 11101001 | 100011 | 100100 |
Color Harmonies of #3C447E
Complementary color
Monochromatic Colors of #3C447E
Black with #3C447E
Text Example
Text Example
White with #3C447E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C447E; }
p { color: rgb(60,68,126); }
H1.HeaderClassName
{
color: #3C447E;
}
.AnyTagClassName
{
color: #3C447E;
}
</style>
background-color css
<style>
a { background-color: #3C447E; }
a { background-color: rgb(60,68,126); }
div.DivClassName
{
background-color: #3C447E;
}
.BgClassName
{
background-color: #3C447E;
}
</style>
border-color css
<style>
span { border-color: #3C447E; }
span { border-color: rgb(60,68,126); }
td.TdClassName
{
border-color: #3C447E;
}
.TagClassName
{
border-color: #3C447E;
}
</style>