Shades of Jacksons Purple #3C437D
Tints of Jacksons Purple #3C437D
RGB
CMYK
RGB Variations
Color information
#3C437D (or 0x3C437D) is known color: Jacksons Purple. HEX triplet: 3C, 43 and 7D. RGB value is (60,67,125). Sum of RGB (Red+Green+Blue) = 60+67+125=252 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.81% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 125 (49.22% from 255 or 49.60% from 252); Max value from RGB is 125 - color contains mainly: blue. Hex color #3C437D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C437D is #C3BC82. Grayscale: #474747. Windows color (decimal): -12827779 or 8209212. OLE color: 8209212.
HSL color Cylindrical-coordinate representation of color #3C437D: hue angle of 233.54º 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 #3C437D is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 67 | 125 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.51 |
| HSL | 233.54º | 0.35% | 0.36% | - |
| HSV(B) | 233.54º | 0.52% | 0.49% | - |
| XYZ | 7.57 | 6.46 | 20.25 | - |
| YUV | 71.52 | 158.18 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 67 | 125 | 0.52 | 0.46 | 0 | 0.51 | 233.54 | 0.35 | 0.36 |
| Hex | 3C | 43 | 7D | 34 | 2E | 0 | 33 | EA | 23 | 24 |
| Octal | 74 | 103 | 175 | 64 | 56 | 0 | 63 | 352 | 43 | 44 |
| Binary | 111100 | 1000011 | 1111101 | 110100 | 101110 | 0 | 110011 | 11101010 | 100011 | 100100 |
Color Harmonies of #3C437D
Complementary color
Monochromatic Colors of #3C437D
Black with #3C437D
Text Example
Text Example
White with #3C437D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C437D; }
p { color: rgb(60,67,125); }
H1.HeaderClassName
{
color: #3C437D;
}
.AnyTagClassName
{
color: #3C437D;
}
</style>
background-color css
<style>
a { background-color: #3C437D; }
a { background-color: rgb(60,67,125); }
div.DivClassName
{
background-color: #3C437D;
}
.BgClassName
{
background-color: #3C437D;
}
</style>
border-color css
<style>
span { border-color: #3C437D; }
span { border-color: rgb(60,67,125); }
td.TdClassName
{
border-color: #3C437D;
}
.TagClassName
{
border-color: #3C437D;
}
</style>