Shades of Jacksons Purple #3C408A
Tints of Jacksons Purple #3C408A
RGB
CMYK
RGB Variations
Color information
#3C408A (or 0x3C408A) is known color: Jacksons Purple. HEX triplet: 3C, 40 and 8A. RGB value is (60,64,138). Sum of RGB (Red+Green+Blue) = 60+64+138=262 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.90% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 138 (54.30% from 255 or 52.67% from 262); Max value from RGB is 138 - color contains mainly: blue. Hex color #3C408A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C408A is #C3BF75. Grayscale: #464646. Windows color (decimal): -12828534 or 9060412. OLE color: 9060412.
HSL color Cylindrical-coordinate representation of color #3C408A: hue angle of 236.92º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C408A is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 64 | 138 | - |
| CMYK | 0.57 | 0.54 | 0 | 0.46 |
| HSL | 236.92º | 0.39% | 0.39% | - |
| HSV(B) | 236.92º | 0.57% | 0.54% | - |
| XYZ | 8.28 | 6.46 | 24.86 | - |
| YUV | 71.24 | 165.67 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 64 | 138 | 0.57 | 0.54 | 0 | 0.46 | 236.92 | 0.39 | 0.39 |
| Hex | 3C | 40 | 8A | 39 | 36 | 0 | 2E | ED | 27 | 27 |
| Octal | 74 | 100 | 212 | 71 | 66 | 0 | 56 | 355 | 47 | 47 |
| Binary | 111100 | 1000000 | 10001010 | 111001 | 110110 | 0 | 101110 | 11101101 | 100111 | 100111 |
Color Harmonies of #3C408A
Complementary color
Monochromatic Colors of #3C408A
Black with #3C408A
Text Example
Text Example
White with #3C408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C408A; }
p { color: rgb(60,64,138); }
H1.HeaderClassName
{
color: #3C408A;
}
.AnyTagClassName
{
color: #3C408A;
}
</style>
background-color css
<style>
a { background-color: #3C408A; }
a { background-color: rgb(60,64,138); }
div.DivClassName
{
background-color: #3C408A;
}
.BgClassName
{
background-color: #3C408A;
}
</style>
border-color css
<style>
span { border-color: #3C408A; }
span { border-color: rgb(60,64,138); }
td.TdClassName
{
border-color: #3C408A;
}
.TagClassName
{
border-color: #3C408A;
}
</style>