Shades of Jacksons Purple #3C3A85
Tints of Jacksons Purple #3C3A85
RGB
CMYK
RGB Variations
Color information
#3C3A85 (or 0x3C3A85) is known color: Jacksons Purple. HEX triplet: 3C, 3A and 85. RGB value is (60,58,133). Sum of RGB (Red+Green+Blue) = 60+58+133=251 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.90% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #3C3A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3A85 is #C3C57A. Grayscale: #424242. Windows color (decimal): -12830075 or 8731196. OLE color: 8731196.
HSL color Cylindrical-coordinate representation of color #3C3A85: hue angle of 241.6º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3C3A85 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 60 | 58 | 133 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.48 |
| HSL | 241.6º | 0.39% | 0.37% | - |
| HSV(B) | 241.6º | 0.56% | 0.52% | - |
| XYZ | 7.61 | 5.68 | 22.89 | - |
| YUV | 67.15 | 165.16 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 58 | 133 | 0.55 | 0.56 | 0 | 0.48 | 241.6 | 0.39 | 0.37 |
| Hex | 3C | 3A | 85 | 37 | 38 | 0 | 30 | F2 | 27 | 25 |
| Octal | 74 | 72 | 205 | 67 | 70 | 0 | 60 | 362 | 47 | 45 |
| Binary | 111100 | 111010 | 10000101 | 110111 | 111000 | 0 | 110000 | 11110010 | 100111 | 100101 |
Color Harmonies of #3C3A85
Complementary color
Monochromatic Colors of #3C3A85
Black with #3C3A85
Text Example
Text Example
White with #3C3A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3A85; }
p { color: rgb(60,58,133); }
H1.HeaderClassName
{
color: #3C3A85;
}
.AnyTagClassName
{
color: #3C3A85;
}
</style>
background-color css
<style>
a { background-color: #3C3A85; }
a { background-color: rgb(60,58,133); }
div.DivClassName
{
background-color: #3C3A85;
}
.BgClassName
{
background-color: #3C3A85;
}
</style>
border-color css
<style>
span { border-color: #3C3A85; }
span { border-color: rgb(60,58,133); }
td.TdClassName
{
border-color: #3C3A85;
}
.TagClassName
{
border-color: #3C3A85;
}
</style>