Shades of Jacksons Purple #3C3682
Tints of Jacksons Purple #3C3682
RGB
CMYK
RGB Variations
Color information
#3C3682 (or 0x3C3682) is known color: Jacksons Purple. HEX triplet: 3C, 36 and 82. RGB value is (60,54,130). Sum of RGB (Red+Green+Blue) = 60+54+130=244 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.59% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 130 (51.17% from 255 or 53.28% from 244); Max value from RGB is 130 - color contains mainly: blue. Hex color #3C3682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3682 is #C3C97D. Grayscale: #404040. Windows color (decimal): -12831102 or 8533564. OLE color: 8533564.
HSL color Cylindrical-coordinate representation of color #3C3682: hue angle of 244.74º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C3682 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 60 | 54 | 130 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.49 |
| HSL | 244.74º | 0.41% | 0.36% | - |
| HSV(B) | 244.74º | 0.58% | 0.51% | - |
| XYZ | 7.21 | 5.21 | 21.74 | - |
| YUV | 64.46 | 164.99 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 54 | 130 | 0.54 | 0.58 | 0 | 0.49 | 244.74 | 0.41 | 0.36 |
| Hex | 3C | 36 | 82 | 36 | 3A | 0 | 31 | F5 | 29 | 24 |
| Octal | 74 | 66 | 202 | 66 | 72 | 0 | 61 | 365 | 51 | 44 |
| Binary | 111100 | 110110 | 10000010 | 110110 | 111010 | 0 | 110001 | 11110101 | 101001 | 100100 |
Color Harmonies of #3C3682
Complementary color
Monochromatic Colors of #3C3682
Black with #3C3682
Text Example
Text Example
White with #3C3682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3682; }
p { color: rgb(60,54,130); }
H1.HeaderClassName
{
color: #3C3682;
}
.AnyTagClassName
{
color: #3C3682;
}
</style>
background-color css
<style>
a { background-color: #3C3682; }
a { background-color: rgb(60,54,130); }
div.DivClassName
{
background-color: #3C3682;
}
.BgClassName
{
background-color: #3C3682;
}
</style>
border-color css
<style>
span { border-color: #3C3682; }
span { border-color: rgb(60,54,130); }
td.TdClassName
{
border-color: #3C3682;
}
.TagClassName
{
border-color: #3C3682;
}
</style>