Shades of Jacksons Purple #3C3280
Tints of Jacksons Purple #3C3280
RGB
CMYK
RGB Variations
Color information
#3C3280 (or 0x3C3280) is known color: Jacksons Purple. HEX triplet: 3C, 32 and 80. RGB value is (60,50,128). Sum of RGB (Red+Green+Blue) = 60+50+128=238 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.21% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 128 (50.39% from 255 or 53.78% from 238); Max value from RGB is 128 - color contains mainly: blue. Hex color #3C3280 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3280 is #C3CD7F. Grayscale: #3D3D3D. Windows color (decimal): -12832128 or 8401468. OLE color: 8401468.
HSL color Cylindrical-coordinate representation of color #3C3280: hue angle of 247.69º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C3280 is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 60 | 50 | 128 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.50 |
| HSL | 247.69º | 0.44% | 0.35% | - |
| HSV(B) | 247.69º | 0.61% | 0.5% | - |
| XYZ | 6.9 | 4.8 | 20.98 | - |
| YUV | 61.88 | 165.31 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 50 | 128 | 0.53 | 0.61 | 0 | 0.50 | 247.69 | 0.44 | 0.35 |
| Hex | 3C | 32 | 80 | 35 | 3D | 0 | 32 | F8 | 2C | 23 |
| Octal | 74 | 62 | 200 | 65 | 75 | 0 | 62 | 370 | 54 | 43 |
| Binary | 111100 | 110010 | 10000000 | 110101 | 111101 | 0 | 110010 | 11111000 | 101100 | 100011 |
Color Harmonies of #3C3280
Complementary color
Monochromatic Colors of #3C3280
Black with #3C3280
Text Example
Text Example
White with #3C3280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3280; }
p { color: rgb(60,50,128); }
H1.HeaderClassName
{
color: #3C3280;
}
.AnyTagClassName
{
color: #3C3280;
}
</style>
background-color css
<style>
a { background-color: #3C3280; }
a { background-color: rgb(60,50,128); }
div.DivClassName
{
background-color: #3C3280;
}
.BgClassName
{
background-color: #3C3280;
}
</style>
border-color css
<style>
span { border-color: #3C3280; }
span { border-color: rgb(60,50,128); }
td.TdClassName
{
border-color: #3C3280;
}
.TagClassName
{
border-color: #3C3280;
}
</style>