Shades of Jacksons Purple #3C407B
Tints of Jacksons Purple #3C407B
RGB
CMYK
RGB Variations
Color information
#3C407B (or 0x3C407B) is known color: Jacksons Purple. HEX triplet: 3C, 40 and 7B. RGB value is (60,64,123). Sum of RGB (Red+Green+Blue) = 60+64+123=247 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.29% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 123 (48.44% from 255 or 49.80% from 247); Max value from RGB is 123 - color contains mainly: blue. Hex color #3C407B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C407B is #C3BF84. Grayscale: #454545. Windows color (decimal): -12828549 or 8077372. OLE color: 8077372.
HSL color Cylindrical-coordinate representation of color #3C407B: hue angle of 236.19º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C407B is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 60 | 64 | 123 | - |
| CMYK | 0.51 | 0.48 | 0 | 0.52 |
| HSL | 236.19º | 0.34% | 0.36% | - |
| HSV(B) | 236.19º | 0.51% | 0.48% | - |
| XYZ | 7.27 | 6.06 | 19.52 | - |
| YUV | 69.53 | 158.17 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 64 | 123 | 0.51 | 0.48 | 0 | 0.52 | 236.19 | 0.34 | 0.36 |
| Hex | 3C | 40 | 7B | 33 | 30 | 0 | 34 | EC | 22 | 24 |
| Octal | 74 | 100 | 173 | 63 | 60 | 0 | 64 | 354 | 42 | 44 |
| Binary | 111100 | 1000000 | 1111011 | 110011 | 110000 | 0 | 110100 | 11101100 | 100010 | 100100 |
Color Harmonies of #3C407B
Complementary color
Monochromatic Colors of #3C407B
Black with #3C407B
Text Example
Text Example
White with #3C407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C407B; }
p { color: rgb(60,64,123); }
H1.HeaderClassName
{
color: #3C407B;
}
.AnyTagClassName
{
color: #3C407B;
}
</style>
background-color css
<style>
a { background-color: #3C407B; }
a { background-color: rgb(60,64,123); }
div.DivClassName
{
background-color: #3C407B;
}
.BgClassName
{
background-color: #3C407B;
}
</style>
border-color css
<style>
span { border-color: #3C407B; }
span { border-color: rgb(60,64,123); }
td.TdClassName
{
border-color: #3C407B;
}
.TagClassName
{
border-color: #3C407B;
}
</style>