Shades of Jacksons Purple #3C407C
Tints of Jacksons Purple #3C407C
RGB
CMYK
RGB Variations
Color information
#3C407C (or 0x3C407C) is known color: Jacksons Purple. HEX triplet: 3C, 40 and 7C. RGB value is (60,64,124). Sum of RGB (Red+Green+Blue) = 60+64+124=248 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.19% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C407C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C407C is #C3BF83. Grayscale: #454545. Windows color (decimal): -12828548 or 8142908. OLE color: 8142908.
HSL color Cylindrical-coordinate representation of color #3C407C: hue angle of 236.25º 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 #3C407C is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 60 | 64 | 124 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.51 |
| HSL | 236.25º | 0.35% | 0.36% | - |
| HSV(B) | 236.25º | 0.52% | 0.49% | - |
| XYZ | 7.33 | 6.08 | 19.86 | - |
| YUV | 69.64 | 158.67 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 64 | 124 | 0.52 | 0.48 | 0 | 0.51 | 236.25 | 0.35 | 0.36 |
| Hex | 3C | 40 | 7C | 34 | 30 | 0 | 33 | EC | 23 | 24 |
| Octal | 74 | 100 | 174 | 64 | 60 | 0 | 63 | 354 | 43 | 44 |
| Binary | 111100 | 1000000 | 1111100 | 110100 | 110000 | 0 | 110011 | 11101100 | 100011 | 100100 |
Color Harmonies of #3C407C
Complementary color
Monochromatic Colors of #3C407C
Black with #3C407C
Text Example
Text Example
White with #3C407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C407C; }
p { color: rgb(60,64,124); }
H1.HeaderClassName
{
color: #3C407C;
}
.AnyTagClassName
{
color: #3C407C;
}
</style>
background-color css
<style>
a { background-color: #3C407C; }
a { background-color: rgb(60,64,124); }
div.DivClassName
{
background-color: #3C407C;
}
.BgClassName
{
background-color: #3C407C;
}
</style>
border-color css
<style>
span { border-color: #3C407C; }
span { border-color: rgb(60,64,124); }
td.TdClassName
{
border-color: #3C407C;
}
.TagClassName
{
border-color: #3C407C;
}
</style>