Shades of Jacksons Purple #3C3C7F
Tints of Jacksons Purple #3C3C7F
RGB
CMYK
RGB Variations
Color information
#3C3C7F (or 0x3C3C7F) is known color: Jacksons Purple. HEX triplet: 3C, 3C and 7F. RGB value is (60,60,127). Sum of RGB (Red+Green+Blue) = 60+60+127=247 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.29% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #3C3C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3C7F is #C3C380. Grayscale: #434343. Windows color (decimal): -12829569 or 8338492. OLE color: 8338492.
HSL color Cylindrical-coordinate representation of color #3C3C7F: hue angle of 240º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C3C7F is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 60 | 60 | 127 | - |
| CMYK | 0.53 | 0.53 | 0 | 0.50 |
| HSL | 240º | 0.36% | 0.37% | - |
| HSV(B) | 240º | 0.53% | 0.5% | - |
| XYZ | 7.31 | 5.72 | 20.8 | - |
| YUV | 67.64 | 161.5 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 60 | 127 | 0.53 | 0.53 | 0 | 0.50 | 240 | 0.36 | 0.37 |
| Hex | 3C | 3C | 7F | 35 | 35 | 0 | 32 | F0 | 24 | 25 |
| Octal | 74 | 74 | 177 | 65 | 65 | 0 | 62 | 360 | 44 | 45 |
| Binary | 111100 | 111100 | 1111111 | 110101 | 110101 | 0 | 110010 | 11110000 | 100100 | 100101 |
Color Harmonies of #3C3C7F
Complementary color
Monochromatic Colors of #3C3C7F
Black with #3C3C7F
Text Example
Text Example
White with #3C3C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3C7F; }
p { color: rgb(60,60,127); }
H1.HeaderClassName
{
color: #3C3C7F;
}
.AnyTagClassName
{
color: #3C3C7F;
}
</style>
background-color css
<style>
a { background-color: #3C3C7F; }
a { background-color: rgb(60,60,127); }
div.DivClassName
{
background-color: #3C3C7F;
}
.BgClassName
{
background-color: #3C3C7F;
}
</style>
border-color css
<style>
span { border-color: #3C3C7F; }
span { border-color: rgb(60,60,127); }
td.TdClassName
{
border-color: #3C3C7F;
}
.TagClassName
{
border-color: #3C3C7F;
}
</style>