Shades of Jacksons Purple #3C3982
Tints of Jacksons Purple #3C3982
RGB
CMYK
RGB Variations
Color information
#3C3982 (or 0x3C3982) is known color: Jacksons Purple. HEX triplet: 3C, 39 and 82. RGB value is (60,57,130). Sum of RGB (Red+Green+Blue) = 60+57+130=247 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.29% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 130 (51.17% from 255 or 52.63% from 247); Max value from RGB is 130 - color contains mainly: blue. Hex color #3C3982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3982 is #C3C67D. Grayscale: #414141. Windows color (decimal): -12830334 or 8534332. OLE color: 8534332.
HSL color Cylindrical-coordinate representation of color #3C3982: hue angle of 242.47º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C3982 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 60 | 57 | 130 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.49 |
| HSL | 242.47º | 0.39% | 0.37% | - |
| HSV(B) | 242.47º | 0.56% | 0.51% | - |
| XYZ | 7.36 | 5.5 | 21.79 | - |
| YUV | 66.22 | 163.99 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 57 | 130 | 0.54 | 0.56 | 0 | 0.49 | 242.47 | 0.39 | 0.37 |
| Hex | 3C | 39 | 82 | 36 | 38 | 0 | 31 | F2 | 27 | 25 |
| Octal | 74 | 71 | 202 | 66 | 70 | 0 | 61 | 362 | 47 | 45 |
| Binary | 111100 | 111001 | 10000010 | 110110 | 111000 | 0 | 110001 | 11110010 | 100111 | 100101 |
Color Harmonies of #3C3982
Complementary color
Monochromatic Colors of #3C3982
Black with #3C3982
Text Example
Text Example
White with #3C3982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3982; }
p { color: rgb(60,57,130); }
H1.HeaderClassName
{
color: #3C3982;
}
.AnyTagClassName
{
color: #3C3982;
}
</style>
background-color css
<style>
a { background-color: #3C3982; }
a { background-color: rgb(60,57,130); }
div.DivClassName
{
background-color: #3C3982;
}
.BgClassName
{
background-color: #3C3982;
}
</style>
border-color css
<style>
span { border-color: #3C3982; }
span { border-color: rgb(60,57,130); }
td.TdClassName
{
border-color: #3C3982;
}
.TagClassName
{
border-color: #3C3982;
}
</style>